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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Add comment