HideInCallstackAttribute is from 2021.3.23f1

This commit is contained in:
ousttrue 2024-08-05 15:46:37 +09:00
parent 46920251ba
commit 79caa1096d

View File

@ -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);
}
}