ialex32x

Results 12 issues of ialex32x

is there a way to yield/resume in c api? (not exactly duk_suspend/duk_resume) ```js startcoroutine(function () { print("in thread context") if (show_dialog() == "yes") { print("you click yes") } else {...

question
api

```csharp var asset = ResourceManager.SearchAsset("something.prefab"); asset.complete += ...; ```

enhancement