Steven Yau
Steven Yau
Can you share an example project for us to take a look at please? Wondering if we can just disable the linter for non .js files.
I kind of what to see if this is because you can't create .ts files as code editable files in the Editor yet. It feels like the proper fix here...
> Not sure what you mean by 'can't create editable files'. I don't think it's possible to create a Script Asset file (that can be edited in the Code Editor)...
An alternative solution (that was posted from Twitter) https://twitter.com/mmyyffaauulltt/status/1359549694259716097 A 'ladder' is interesting implementation 
@jiajasper Any UX ideas on this one? :)
Thanks for the update and continued work on this! Edit: I did have a quick look on Goomba for the GBA to see if they had anything specific in the...
Hmm, I don't tend to use `getWorldTransform` in my apps and usually grab the position and rotation from the entity. Trying to think of a situation where I would use...
> Is there a way to use_local_engine for 10.*.*.* or 192.168.*.* private networks? Then it would be testable on local touch devices connected via LAN/WLAN. I'm afraid not, no. The...
I also noticed that mouse out event fires in unexpected situations such as: When I click drag and move out of the window, I get the event on the move...
> I don't know why browsers do it, but do you think PC events should try to filter such cases? I'm in two minds about this. On one hand, it...