Search Issue Tracker
Fixed
Fixed in 2.8.3
Votes
0
Found in [Package]
2.8.1
Issue ID
SPLB-363
Regression
No
Spline Instantiate Component throws NullReferenceExceptions if it is inside the same prefab as the items it instantiates
Reproduction steps:
1. Open the attached “IN-112603_empty-unity6“ project
2. Open the “Assets/Scenes/SplineInstantiateTest.unity“ Scene
3. Drag the “Parent“ GameObject from the Hierarchy to the Project window so that it’s converted into a prefab
4. Observe the Console
Expected result: No errors are present
Actual result: NullReferenceExceptions are being thrown in the console
Reproducible with: 2.6.1, 2.8.1 (6000.0.56f1, 6000.1.16f1, 6000.2.1f1, 6000.3.0a5)
Reproducible on: M1 Max MacOS 15.5 (Tested by CQA)
Not reproducible on: No other environment tested
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
- Shader Graph Create Node window cannot be resized or moved after maximizing and reopening it
- [Usability] Cannot toggle Scene checkboxes using TAB/Enter in Build Profiles’ > Open Scene List
- Installing HDRP package throws Shader Graph validation warning about Exposure node when installed in Universal 3D Template
- ShaderGraph “Create Node” menu’s resize icon overlaps with the menu's scrollbar
- ShaderGraph “Create Node” menu’s Search bar's typing cursor is barely visible since it's black on a dark background
Resolution Note (fix version 2.8.3):
Instantiating a child of a prefab would not correctly track the prefab, or worse cause the editor to lock up. This has now been fixed by only recreating the connection to the prefab if the instantiated object is at the root of the prefab.