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
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
- Missing page when opening reference for Panel Text Settings
Add comment