Joao Ruschel

Results 5 issues of 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,...

bug
area: audio

### 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...

bug
area: physics

### 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...

area: xr
area: ui

### 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...

feature request