fishy facepunch
This commit is contained in:
@ -1,31 +0,0 @@
|
||||
#define SUBSTANCE_PROFILE_ENABLE
|
||||
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
#if SUBSTANCE_PROFILE_ENABLE
|
||||
|
||||
using UnityEngine.Profiling;
|
||||
|
||||
#endif
|
||||
|
||||
namespace Adobe.Substance
|
||||
{
|
||||
internal static class ProfileUtils
|
||||
{
|
||||
internal static void BeginSample(string name)
|
||||
{
|
||||
#if SUBSTANCE_PROFILE_ENABLE
|
||||
Profiler.BeginSample(name);
|
||||
#endif
|
||||
}
|
||||
|
||||
internal static void EndSample()
|
||||
{
|
||||
#if SUBSTANCE_PROFILE_ENABLE
|
||||
Profiler.EndSample();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 504aaf43fe623354fa2b2c39cefa44ac
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user