Search Issue Tracker
By Design
Votes
0
Found in
2020.3
2020.3.11f1
2021.1
2021.2
2022.1
Issue ID
1361647
Regression
No
NullReferenceException when the class that implements GenericScriptablePathInspector has the same name as the file it is in
How to reproduce:
1. Open the attached project "2dpathtest.zip"
2. Open Assets/Scenes/SampleScene.unity
3. Select "SpriteShapeController" GameObject in the Hierarchy window
4. Press the Edit Spline button in the Inspector window
5. Edit Sprite Shape in the Scene window (drag any point of the shape in any direction)
6. Enter Play Mode
Expected results: No errors in the Console window
Actual results: "NullReferenceException: Object reference not set to an instance of an object" errors in the Console window
Reproducible with: 2020.3.18f1, 2021.1.20f1, 2021.2.0b11, 2022.1.0a7
Could not test with: 2019.4.30f1 (compilation errors in the Console window)
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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Resolution Note:
Resolving as By Design as there is no issue with the package itself. The user would need to follow SpriteShape package for file naming pattern to resolve this issue