unity-renderer
unity-renderer copied to clipboard
Unity implementation of Decentraland Client
## What does this PR change? Fix #2735 In order to know who are you talking with within channels, players need a way to know the number of players connected...
## 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
## What does this PR change? This PR modifies avatar animation controller to be able to loop certain animation clips coming from emotes (including NFT emotes) and having loop property...
## 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...
Currently, we have some requests with 5000 thousand SECONDS of timeout. That's is 1 hour and 23 minutes. And other requests with no timeout at all. We must check if...
## What does this PR change? Release candidate that contains the emotes flow only ## Our Code Review Standards https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md
Description: The Collectibles tab in the backpack menu appears blank and does not show any message when not having any collectibles when logged in with a wallet. Such message is...
## What does this PR change? Changed the way channel messages are loaded. The old implementation had issues when trying to reload channels that you already seen. Added the possibility...