Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.17.4-preview
Issue ID
ADDR-1841
Regression
No
[Addressables] Exception on Addressables:LoadSceneAsync() when trying to load an Addressable Scene
Reproduction steps:
1. Open project "RacingConditionMinimalRepro.zip"
2. Build and run
Expected result: "LocTest" Scene gets opened (white text is visible in the middle of the screen)
Actual result: "LocTest" Scene does not load, the screen remains blue
Reproducible with:
2018.4.32f1, 2019.4.21f1: 1.6.0 - 1.17.4-preview
2020.2.7f1: 1.16.1 - 1.17.4-preview
2021.1.0b7, 2021.2.0a6: 1.16.15 - 1.17.4-preview
Reproducible with:
Player on Windows 10
VLNQA00277, Asus ROG Phone, Android: 8.1.0, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
VLNQA00121, Samsung Galaxy S9, Android: 9, CPU: Exynos 9 Series 9810, GPU: Mali-G72
Not reproducible with:
Editor on Windows 10
Notes:
- Cannot test with versions under 1.6.0 because of: "Assets\Scripts\SceneLoaders\SceneLoader.cs(105,20): error CS1061: 'SceneInstance' does not contain a definition for 'ActivateAsync' and no accessible extension method 'ActivateAsync' accepting a first argument of type 'SceneInstance' could be found (are you missing a using directive or an assembly reference?)"
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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
Resolution Note:
The project is using https with Editor hosting which is not supported. Changing the RemoteLoadPath from https://.... to http:// and rebuilding the Addressables content made the project work as intended.