Search Issue Tracker
Fixed
Fixed in 1.4.X - Entities
Votes
0
Found in [Package]
1.3.10 - Entities
1.4.X - Entities
Issue ID
ECSB-1605
Regression
No
Use after free (potential crash) in EntityDiffer when recreating blob assets
How to reproduce:
1. Open the command line interface
2. Launch the attached “IN-96035” project using the command provided in the note below
3. Open the “SampleScene” Scene
4. In the Hierarchy window make sure the “New Sub Scene” Subscene is enabled
5. Select one of the “Cube” GameObjects in the Hierarchy window from the “New Sub Scene” Subscene
6. In the Scene view select the Scale tool and scale the cube uniformly until the Scale X, Y and Z properties in the Inspector “Transform” component reach a negative value
7. Observe the Console window
Expected result: No errors appear
Actual result: 2 “NullReferenceException” errors appear
Reproducible with: 1.2.0(2022.3.59f1), 1.3.8(2022.3.59f1, 6000.0.41f1, 6000.1.0b9, 6000.2.0a6), 1.3.10(2022.3.59f1, 6000.0.41f1, 6000.1.0b9, 6000.2.0a6)
Reproduced on: Windows 11
Not reproduced on: No other environment tested
Notes:
- Run this command from the <UnityEditorPath> directory where Unity.exe is located: {{Unity.exe -projectPath "<ProjectPath>" -debugallocator -systemallocator}}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
- Material Component has two horizontal lines under it when its foldouts are closed
- Some selected Mesh Renderer Materials lead to Assets folder when pinged
- Editor colors appear darkened out when HDR Display Output is enabled
- Default Mesh Renderer Material cannot be found in the Select Material window after removing it from the GameObject
Add comment