Search Issue Tracker
In Progress
In Progress in 0.1.X
Votes
0
Found in [Package]
Issue ID
ECSB-1702
Regression
No
ArgumentException Thrown When Toggling Subscene Load State at Runtime
Steps to reproduce:
- Create a new Unity project
- Open the Package Manager
- Install the com.unity.vehicles package
- Select the Vehicles package and open the Samples tab
- Import the Advanced Vehicle Sample
- In the Project window, open the AdvancedVehicleScene
- In the Hierarchy, select the AdvancedVehicleSubscene GameObject
- In the Inspector, ensure Auto Load Scene is disabled
- Enter Play Mode
- Manually enable the Load Scene checkbox
- Then disable it
- Enable it again
- Observe the Console
\\
Actual results: The following exception is thrown in the Console:
{code:java}
ArgumentException: System.ArgumentException: The entity does not exist.System.String Unity.Entities.EntityComponentStore::AppendDestroyedEntityRecordError(Unity.Entities.Entity)
This Exception was thrown from a function compiled with Burst, which has limited exception support
{code}
Expected results: Toggling the subscene load state during runtime should not trigger an exception. The entity management system should handle state transitions without throwing errors.
\\
Reproducible with versions: 0.1.0-exp.10 (6000.2.0b3)
\\
Tested on (OS): Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment