How come static Constructor is called before onRuntimeInitialized #18854
Unanswered
aharondavid
asked this question in
Q&A
Replies: 1 comment
-
I think the preRun callbacks are run before static constructors, so you could try using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a static class, its constructor is called before
onRuntimeInitialized
. is it right ?what should I do to make it call after
onRuntimeInitialized
?emcc version 3.1.29
OS: Windows 11
Beta Was this translation helpful? Give feedback.
All reactions