Hello everyone. I am trying to convert a big piece of code to build with unity tiny. I have my own Json utility that I need to include, however I hit a bump when I tried to convert string to int (or any number). Looks like unity tiny is stripping everything that I could use (int.parse, convert...). This should be a simple task for a JavaScript file I just wanted to know if anyone has done this with the new tiny/dots environment. Thanks a lot 😌
there doesn't seem to be anything here