Search Issue Tracker
Fixed
Fixed in 1.19.0
Votes
2
Found in [Package]
1.17.0
Issue ID
BPSBP-90
Regression
No
[BuildPipeline] Script loses reference to ScriptableObject when loading Scene bundle built with ScriptableBuildPipeline
Steps to reproduce:
1. Download and open the project "Test.zip"
2. Add all the scenes in Assets/Scenes to Scenes In Build (File > Build Settings)
3. Open Assets/Scenes/TestScene.unity
4. Click on Build > SBP
5. Enter Play Mode
6. Once LoadedScene.unity is loaded, click on the Main Camera GameObject in "LoadedScene"
7. Notice the Inspector
Expected result: "Scriptable Obj Container" has a reference to "DirectRef" ScriptableObject
Actual result: "Scriptable Obj Container" does not have a reference to "DirectRef" ScriptableObject
Reproducible with: 2018.4.34f1, 2019.4.25f1, 2020.3.6f1, 2021.1.5f1, 2021.2.a015
Note:
"Scriptable Obj Container" does not lose reference to "DirectRef" ScriptableObject in the "Original" build (Build > Original)
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note:
Fixed in SBP 1.19.0
Resolution Note (fix version 1.19.0):
Resolved previous to port addition.