Search Issue Tracker
Active
Under Consideration for 6000.4.X, 6000.5.X, 6000.6.X
Votes
3
Found in
6000.0.65f1
6000.3.3f1
6000.4.0b3
6000.5.0a4
6000.6.0a1
Issue ID
UUM-131305
Regression
No
Transform corruption and/or crash on PhysX::CreateCharacterController when spawning physics objects into Prefab stages
Steps to reproduce:
1. Open the “user’s attached project.”
2. Open “SampleScene”
3. Enter Prefab Editing Mode for “PrefabStage” through the Hierarchy
4. Change the Scale of the “PrefabStage” GameObject through the Inspector
5. Undo the changes
6. Observe crash or “Invalid AABB” errors printed in the console
Reproducible with versions: 6000.0.65f1, 6000.3.3f1, 6000.4.0b3, 6000.5.0a4
Notes:
- The crash is inconsistent and can be triggered through different scenarios, but freshly extracting the project before every reproduction and following the reproduction steps mentioned above seems to get the most consistent results
- May need to reset the scenario as the corrupt transform can get written into the scene. To do this, open the “PrefabStage” Prefab, disable and enable the Spawner.
First few lines of StackTrace:
{noformat}0x00007FFD71171A8D (Unity) PhysicsCommands::PhysX::CreateCharacterController
0x00007FFD7033619E (Unity) CharacterController::Create
0x00007FFD7033474F (Unity) CharacterController::AwakeFromLoad
0x00007FFD6F1852CD (Unity) AwakeFromLoadQueue::AwakeFromLoadAllQueues
0x00007FFD6FD2B3BD (Unity) StageUtilityBindings::CallAwakeFromLoadOnSubHierarchyInternal{noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
Add comment