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
- [Android][iOS][UnityPlayerActivity] Legacy InputField.onEndEdit is not called when ending text edit
- Transform corruption and/or crash on PhysX::CreateCharacterController when spawning physics objects into Prefab stages
- UNITY_EDITOR data is Serialized into AssetBundle when building on the active Build Target
- "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations..." error when changing the Packages "Cache Location" folder
- CompilationPipeline.assemblyCompilationFinished() hangs unity when reloading domain
Add comment