Search Issue Tracker
By Design
Votes
0
Found in [Package]
0.9.1-preview.15
Issue ID
1237220
Regression
No
[ECS] Entity Debugger Inspector throws NullReferenceException when invalid Entity field is present
Reproduction steps:
1. Open attached project "BadEntity.zip" and scene "SampleScene"
2. Enter Play Mode
3. In Entity Debugger window, select "GameObject" entity
4. Observe Console window
Expected result: Inspector properly handles the invalid entity
Actual result: NullReferenceException is thrown
Reproducible with: 2019.3.11f1, 2020.1.0b6, 2020.2.0a7
Could not test with: 2018.4.21f1 (Entities package unavailable)
Reproducible with package versions: 0.2.0-preview.18, 0.9.1-preview.15
Could not test with package versions: 0.1.1-preview (GenerateAuthoringComponentAttribute unavailable)
Notes:
1. With earlier package versions (0.2.0-preview.18, 0.6.0-preview.24), Editor crashes on entering Play Mode
2. In the repro project, the issue occurs only when the public variable za in "GameObject" is set to any non-zero value.
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note:
We won't support union directly in the inspector but fixed invalid Entity value breaking the inspector.