Joao Ruschel
Joao Ruschel
Fixes https://github.com/playcanvas/engine/issues/3977 ## Summary Fix `AudioContext` not resuming properly in Mobile devices. Previously, the `AudioContext` often broke when minimising / switching tabs and going back to the page. Once broken,...
### Description `Collision` components of type `mesh` do not follow the behaviour of the `render` component in handling negative scale values. From the gif below, positive scales work fine, but...
### Description If an entity has a `render` component referencing an `asset` which has the `preload` flag turned *off*, the `render` component will have `render.meshInstances.length` equals to 0 for an...
### Description In WebXR-AR mode, screen-space UI buttons do not receive inputs at all. World-space UI buttons work fine, though. * Sample build (needs to be executed in an WebXR-AR-enabled...
### Description Currently, PlayCanvas scripts support the following script methods (https://developer.playcanvas.com/en/user-manual/scripting/anatomy/): - `initialize`, `postInitialize` - `update`, `postUpdate` - `swap` However, it is very common to do some clean-up once a...