Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
0.4.0-preview.10
Issue ID
1242110
Regression
Yes
[ECS] Entity Debugger Inspector does not validate Entity data when Buffer index is out of range
Reproduction steps:
1. Open attached project "EntityInspector" and scene "SampleScene"
2. Enter Play Mode
3. In Entity Debugger window, select "Entity 0"
4. In Inspector window, observe "Entity 0" data
Expected result: Entity inspector validates the entity
Actual result: Entity data is invalid and IndexOutOfRangeExceptions are thrown
Reproducible with: 2019.3.14f1, 2020.1.0b9, 2020.2.0a11
Could not test with: 2018.4.23f1 (available ECS version incompatible with project)
Reproducible with package versions: 0.4.0-preview.10, 0.10.0-preview.6
Not reproducible with package versions: 0.2.0-preview.18, 0.3.0-preview.4
Could not test with package versions: 0.1.1-preview ('World' does not contain a definition for 'DefaultGameObjectInjectionWorld')
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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
Resolution Note:
The way Entities are being generated in this scenario are not supported during this time. The Entity Debugger is not handling this particular error gracefully however this feature will be deprecated in the future.