feat: add shared runtime and codegen support

This commit is contained in:
2026-09-05 02:33:58 +08:00
parent a6011cd01d
commit 8aa4c79604
8 changed files with 125 additions and 776 deletions
+4
View File
@@ -189,7 +189,11 @@ namespace ShrinkEventBus
}
catch (Exception exception)
{
#if UNITY_5_3_OR_NEWER
UnityEngine.Debug.LogException(exception);
#else
System.Diagnostics.Trace.TraceError(exception.ToString());
#endif
}
}
}