Aga
Aga
### Please fill in the following fields: * Unity editor version: 2022.1.8f1 * Firebase Unity SDK version: 8.10.1 * Source you installed the SDK: .tgz from https://developers.google.com/unity/archive#play_asset_delivery * Problematic Firebase...
Users can’t see the wearables in the backpack when their avatar’s body shape doesn’t match the one of the wearable. This is pretty confusing, as the users don’t have a...
Last release CI started failing because of timeout in the AB tests. We coudn't find immediate issues, as the timeout was happening not consistently. A temporary solution was to disable...
Recently the number of sessions with errors increased https://metabase.decentraland.systems/question/1606-of-sessions-with-critical-failures Let's make investigation on what are the main culprits, and what we can do about it ### Acceptance criteria: [ ]...
## What does this PR change? To properly support AB testing, we need feature flag variants to distinguish which experiment is used. - fixed JSON serialization of `FeatureFlagVariant` class -...
After switching to gitflow, the release process increased in manual steps. It would be great to automate it to avoid unnecessary steps and errors. We could automate at least few...
Change any OpenSea request https://api.opensea.io/api/v1/ to https://opensea.decentraland.org/api/v1/ More context: https://decentralandteam.slack.com/archives/C01QVR7TJK1/p1666622942043589 ### Acceptance Criteria - [x] All URLs pointing to https://api.opensea.io/api/v1/ now point to https://opensea.decentraland.org/api/v1/
Currently kernel desiced when to load specific scene, with moving the responsibility to unity we could have more control to adjust the loading logic to fit a specific platform and...
most likely our WebGL Template inside the Unity project is not being used at all currently are not using any custom loader for the unity build. The one that ends...