mrmaxm

Results 342 comments of mrmaxm

Please don't do that again: this will break peoples code, and forces developers with existing projects to make extra movement: type ".js" in places. Which is completely unnecessary reduction of...

There should be a UI to inform user about still currently uploading files and Editor should provide some "queue" mechanics, that would attempt uploading again by itself if it was...

`configure` - seems generic in this context. Like application is configured, but with what and by whom? Really it is something like: `config:loaded` because this is very specific to way...

> I see, not sure how to go forward with this. How about we only add init event for now? I think if you name second event as `config:loaded` -...

> Without overriding anything, I set hidden.js `preload` to `false` and will manually load it later. The flow works on https://playcanv.as/b/1d3a4567; > > The **Box** entity's hidden script enabled is...

Shouldn't the Entity have the right position and rotation if it has a rigid body?

I don't work with AI, I can clearly see, that public API docs suggest to return PlayCanvas's `Touch` but in reality it returns [native Touch](https://developer.mozilla.org/en-US/docs/Web/API/Touch). It might be simply docs...

Is there any API changes, are they breaking ones? Please add every new argument and/or method to first post.

I believe we are already setting that option on WebGL2 context creation `xrCompatible` to true. Just checked when launching from Editor, it is passing that flag as supposed to. Based...