You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Hi jo32, can you give more detail about the crash? I can't reproduce it in my environment. BTW, the generic parameter T of TypedScriptPromise<> is expected as a C# type. If there is no need to return anything back to js, use AnyScriptPromise.
(I added a test in Assets/Examples/Source/SampleBehaviour.cs: AnotherWait())
I wrote some code like:
and it crashed on this line:
https://github.com/ialex32x/unity-jsb/blob/master/Assets/jsb/Source/ScriptRuntime.cs#L611
The text was updated successfully, but these errors were encountered: