Gilmar Quinelato

Results 2 issues of Gilmar Quinelato

When I try to compile the source on Editor it's causing an error. Investigating I found that the error is occurring on BuildApi.Build.cs, when it calls the haxe command. When...

documentation

In my tests I'm getting this error when I use haxe.Json package. ```haxe var obj = { content: "asd" }; haxe.Json.stringify(obj); ``` If "haxe.Json.stringify(obj);" is commented, the change works fine.

bug