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
- Clicking on the project's title does not open the project when the long path tooltip is shown
- [Linux] "Select Preset..." window closes without creating another preset when "Create New Preset..." is double-clicked again after creating the first preset
- “Screen position out of view frustum” error is thrown and Game window renders black when Camera Clipping Planes fields are set to “Infinity”
- Foldouts in the Library section of UI Builder do not open when clicked on title and Tree View is enabled
- VisualElement with DynamicTransform and animated scale from 0 is not rendered until hovered when parent uses GroupTransform
Add comment