We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb10b0 commit 2500817Copy full SHA for 2500817
Arch.AOT.SourceGenerator/Extensions/StringBuilderExtensions.cs
@@ -38,7 +38,7 @@ namespace Arch.AOT.SourceGenerator
38
internal static class GeneratedComponentRegistry
39
{
40
#if UNITY_5_6_OR_NEWER
41
- [RuntimeInitializeOnLoadMethod]
+ [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)]
42
#else
43
[ModuleInitializer]
44
#endif
0 commit comments