Merge pull request #2402 from ousttrue/fix/HideInCallstackAttribute

HideInCallstackAttribute is from 2021.3.23f1
This commit is contained in:
ousttrue 2024-08-05 15:49:07 +09:00 committed by GitHub
commit f8120fb22d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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