Search Issue Tracker
Fixed in 1.17.5-preview
Votes
0
Found in [Package]
1.16.16
Issue ID
1317099
Regression
Yes
[Addressables] Incorrect RemoteLoadPath when Bundle Naming Mode is set to Filename
Reproduction steps:
1. Open the user's attached project and Scenes/SampleScene scene
2. Select Window/Asset Management/Addressables/Groups and Build/New Build/Default Build Script
3. Navigate to <ProjectRootFolder>/ServerData/StandaloneWindows
4. Open catalog_<timestamp>.json file and observe the bundle remote load path (search for "m_InternalIds" to locate it)
Expected result: Load path starts with "http://localhost/StandaloneWindows/..."
Actual result: Load path starts with "ServerData/StandaloneWindows\..."
Reproducible with: 1.16.16 - 1.17.4-preview (2018.4.32f1, 2019.4.20f1, 2020.2.5f1, 2021.1.0b8, 2021.2.0a7)
Not reproducible with: 1.16.15, 1.17.5-preview (2018.4.32f1, 2019.4.20f1, 2020.2.5f1, 2021.1.0b8, 2021.2.0a7)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 1.17.5-preview):
Fixed in: Addressables 1.17.5-preview