Pravus
Pravus
Basically: the [`MaterialTransitionController`](https://github.com/decentraland/unity-renderer/blob/dev/unity-renderer/Assets/Scripts/MainScripts/DCL/WorldRuntime/MaterialTransitionController/MaterialTransitionController.cs) placeholder renderer is not being toggled based on the entity "inside scene boundaries" state. Also, we are showing the final renderer (not the placeholder one) with a...
Based on the behaviour achieved at https://github.com/decentraland/unity-renderer/pull/2058 we should implement a proper functionality to toggle ABs/GLTFs material for debugging by using a chat command like `/detectABs` or `/detectABs scene`. ###...
Continuing the work started at https://github.com/decentraland/unity-renderer/pull/2852 We are replacing every possible usage of `string sceneId` with `int sceneNumber` to make lighter and quicker messages between kernel and the renderer (it...
https://play.decentraland.org/?position=13%2C75 entering with `DISABLE_ASSET_BUNDLES`  entering with asset bundles enabled  However, when converting the whole scene locally, the Asset Bundle version...
If a scene attaches something to the main player, if the scene is loaded while the player is outside the scene, the attached meshes are rendered and appear at the...
Rollbar error: https://rollbar.com/decentraland/World/items/59519/?item_page=0&item_count=100&#traceback Avatar loading errors that crash the client initialization are not reaching rollbar, we only get Kernel's "The avatar could not be loaded correctly" error in rollbar's Traceback....
The loading screen feels super broken due to its fading animations and the timings that animation has with the world teleportation: 1. When a new user is created we see...
This can be tested at the beginning of the Salmonomicon, the Textshape above Mika's head has the `TextShape.billboard` in `true` and it's not working anymore.
Since moving from SDK `6.11.15` to SDK `6.12.0` a weird behaviour started happening when trying to raycast a specific collider in one of Decentral Games experiences. Affected experience: ICE Poker...