Search Issue Tracker
Fixed in 1.6.0
Votes
1
Found in [Package]
1.1.3, 1.2.4
Issue ID
1181538
Regression
Yes
[Addressables] Scene loaded with Addressables is empty in Fast Mode when the Scene is in a folder that ends with 'Assets' string
How to reproduce:
1. Open user-submitted project (Addressables Scene Loading)
2. Open 'FirstScene' scene
3. Make sure the Play Mode Script is set to 'Fast Mode' in the Addressables window
4. Enter Play Mode
Expected result: SecondScene is loaded with all its GameObjects
Actual result: SecondScene is loaded empty
Reproducible with Unity versions: 2018.4.10f1, 2019.2.7f2, 2019.3.0b4, 2020.1.0a5
Could not test with Unity versions: 2017.4.32f1(Addressable Assets not available)
Reproducible with package versions: 1.1.3, 1.2.4
Not reproducible with package versions: 0.8.4, 0.8.6
Could not test with package versions: 0.7.5(LoadSceneAsync method not implemented)
Notes:
Renaming the folder in which the SecondScene is placed(SceneAssets) to something that does not end in 'Assets'(e.g. 'Assetss') prevents this issue from occurring
Only reproducible with Play Mode Script set to 'Fast Mode'
Comments (1)
-
JoeriCG
Dec 18, 2019 12:48
Running into the same problem, would like to see it fixed.
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Resolution Note (fix version 1.6.0):
"fixed logic to specifically check for "make sure path starts with Assets" instead of existing "make sure path has Assets in it somewhere"