Search Issue Tracker
Fixed
Fixed in 6000.3.0b10, 6000.4.0a5, 6000.5.0a1
Votes
0
Found in
6000.3.0a5
6000.4.0a1
6000.5.0a1
Issue ID
UUM-125383
Regression
No
Add missing 64-bit storage to PhysicsUserData and fix not being able to set Object value.
A number of times it has come up with users wanting to store a 64-bit integer and recently some more came in with users wanting to store a reference to "Entity". Because "Entity" is two 32-bit integers, effectively a 64-bit integer, adding in a 64-bit integer would make referencing an "Entity" easy using a simple extension method for encoding/decoding it.
To this end, adding in a "UInt64"to "PhysicsUserData" is required.
Ref: [https://discussions.unity.com/t/low-level-physics-2d-physicsbody-transformwrite-and-ecs/1692447/3]
Additionally, it's currently impossible to assign a NULL objectValue.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Add comment