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
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
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"