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

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