add HideInCallstack for DebugService

This commit is contained in:
DCFApixels 2025-03-20 10:55:05 +08:00
parent 75be984bdc
commit 7f11e90aa5

View File

@ -34,6 +34,9 @@ namespace DCFApixels.DragonECS
{ {
return new UnityDebugService(); return new UnityDebugService();
} }
#if UNITY_2021_3_OR_NEWER
[HideInCallstack]
#endif
public override void Print(string tag, object v) public override void Print(string tag, object v)
{ {
if (v is Exception e) if (v is Exception e)