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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Add comment