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
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
- Root motion is not reapplied when transitioning from an animation without root motion to an animation with root motion
Add comment