mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-12 22:22:15 -05:00
Merge pull request #2402 from ousttrue/fix/HideInCallstackAttribute
HideInCallstackAttribute is from 2021.3.23f1
This commit is contained in:
commit
f8120fb22d
|
|
@ -52,7 +52,9 @@ namespace UniGLTF
|
|||
}
|
||||
|
||||
[System.Diagnostics.Conditional("VRM_DEVELOP")]
|
||||
#if UNITY_2022_OR_NEWER
|
||||
[HideInCallstack]
|
||||
#endif
|
||||
public static void Log(string msg, UnityEngine.Object context = null) => s_logger.LogFormat(LogType.Log, context, msg);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user