Search Issue Tracker
Fixed
Fixed in 1.21.18, 2.0.4
Votes
0
Found in [Package]
1.21.14
Issue ID
ADDR-3482
Regression
Yes
The bundle path of an Addressables build contains backlashes(\\) instead of forward(/) slashes when viewed in the catalog_0.1.0.json file
Reproduction steps
1. Open the attached project “ReproProject”
2. Switch build target to Android
3. Build Addressables in the Addressables Groups menu (“Build/New Build/Default Build Script”)
4. Go to the Project folder on your computer and open the (/ServerData/Android/catalog_0.1.0.json) file
5. Inspect the “m_Internalids” value
Expected result: “{UnityEngine.AddressableAssets.Addressables.RuntimePath}/Android/cube__e25e94b07f72a9874c5b08128142f829.bundle}”
Actual result: “{UnityEngine.AddressableAssets.Addressables.RuntimePath}\\Android\\cube__e25e94b07f72a9874c5b08128142f829.bundle}”
Reproducible with: 1.21.1, 1.21.14 (2021.3.29f1, 2022.3.5f1, 2023.1.6f1, 2023.2.0b2)
Not reproducible with: 1.20.5 (2021.3.29f1, 2022.3.5f1, 2023.1.6f1, 2023.2.0b2)
Testing environment: macOS (Intel) 13.4.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Add comment