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
- UI Toolkit World UI Text Field unfocuses immediately when clicking on it using XR Controller
- Crash on CallWindowProcW when entering Play mode for the second time and running the Editor in the background while using System.Windows.Forms functions
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
Add comment