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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
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.