Marc Palau
Marc Palau
fixes #3077 After sending a friend request, the profile was being uploaded with a null description, without a null checking, the description disappeared. ##QA When you send a friend request...
## QA This PR only exists in order to create a testing ground for QA The stickers refactor changed how stickers are instantiated, but there should be no visible changes...
fixes #3169 ## Task Use the DCL pooling system to instantiate stickers instead of instantiating and destroying a virtually infinite amount of elements ## QA - The stickers refactor changed...
fixes PR https://github.com/decentraland/unity-renderer/pull/3208 The new Culling tracker loads the renderers information in different frames avoiding spikes, this caused an issue when an already detected renderer was removed during the process,...
## `CullingObjectsTracker `use of `FindObjectsOfType` When using `FindObjectsOfType `there is a hiccup that could be avoided using other systems, (Ideally calculating the same data using more frames with a time...