Juan Ignacio Molteni
Juan Ignacio Molteni
## What does this PR change? Fixes #2946 and #2823 The old profile was brought up when refreshing the profile. A [kernel fix](https://github.com/decentraland/kernel/commit/f7c14342bd8a89736e6c6357334ea957f43552d2) was done to solve the issue. A...
## What does this PR change? Webrequests are being done using the Environment.i.platform.webRequest variable. Using the Get method, you can create a new web request. The default timeout time for...
## What does this PR change? Adds the MaterialTransitionController to all objects on reuse. It applies the change both to AB as well as GLTF. ## How to test the...
Currently the MaterialTransitionController is used only on the instantiation of the GLTF and AB. The animation should be used also when the mesh is reused. Code cleaning should be done...
## What does this PR change? ## How to test the changes? ## Our Code Review Standards https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md
## What does this PR change? Following this [thread](https://decentralandteam.slack.com/archives/C01QVR7TJK1/p1666622942043589), we decided to change the opensea endpoints to lambda functions. ## How to test the changes? 1. Go to the NFT...
This reverts commit c10e212fce9a4bc67267235fd0203df8e7bfd22f. ## What does this PR change? ## How to test the changes? ## Our Code Review Standards https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md
## What does this PR change? ... ## How to test the changes? 1. Go to: https://play.decentraland.zone/?renderer-branch={branch_name}&{desired_url_params} 2. ... ## Our Code Review Standards https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md
Description: After saving a couple of times the avatar in the backpack, the character preview eventually loses the face features. Therefore, an incorrect avatar snapshot gets saved. Reproduction rate: 1/5...