Pravus

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

bug
medium

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

wip

https://play.decentraland.org/?position=13%2C75 entering with `DISABLE_ASSET_BUNDLES` ![Screen Shot 2022-03-08 at 17.44.07.png](https://images.zenhubusercontent.com/5d9200f4f58e25000108abac/fd4d696a-139c-4651-a8dc-db740bbe24bd) entering with asset bundles enabled ![Screen Shot 2022-03-08 at 17.45.48.png](https://images.zenhubusercontent.com/5d9200f4f58e25000108abac/75ab7a24-0f01-4566-92b1-18e2019229e9) However, when converting the whole scene locally, the Asset Bundle version...

bug
major

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

bug
medium

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

need validation

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

bug
minor
regression

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.

bug
new

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

BUG