Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2018.4
2019.2
2019.3
2019.3.0f6
2020.1
Issue ID
1220015
Regression
No
Passing Scene names to LoadScene(Async)InPlayMode instead of full path loads empty Scenes
Steps to reproduce:
1. Open the attached project (case_1220015.zip)
2. Enter Play Mode
3. Select "Test" GameObject
4. Check either "Do Load Scene In Play Mode" or "Do Load Scene Async In Play Mode" in the Inspector
Expected result: An exception is thrown that the Scene could not be found (full path is required as per API)
Actual result: Scene "Test" is loaded without any objects present
Reproduced in: 2018.4.17f1, 2019.2.21f1, 2019.3.2f1, 2020.1.0a23
Cannot test with: 2017.4.37f1 (Required functions not available)
Note:
- As per API, the full path to the Scene is expected:
https://docs.unity3d.com/ScriptReference/SceneManagement.EditorSceneManager.LoadSceneInPlayMode.html
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
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
Resolution Note (fix version 2021.1):
Fixed in 2021.1.0a2