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
- 'NullReferenceException' error is thrown when the Tutorials window is closed and the "Welcome Dialog" is pressed
- Mouse Postion can become max value or infinity when using touch input with Legacy Input Module
- Crash on RaiseException when creating a multiplayer room while toggling UI
- Performance Markers “Add Column” dropdown has a lot of empty space when opened
- Console Warning -- KeyboardIconAtlas sprite Input Outline goes beyond the boundary of the Sprite rect.
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.