Search Issue Tracker
Won't Fix
Votes
1
Found in
5.2.2p4
Issue ID
746050
Regression
No
[Rigidbody] Changing Rigidbody.position does not update transform position if the game object is re-enabled right after
Steps to reproduce:
1. Open the attached project
2. Open 'default' scene
3. Notice there are two objects, that have the RigidBody.position changed in the script and right after that, the objects are re-enabled
4. Play the scene
5. Notice that objects transform position is not updated, but the position of rigidbody is (you can check that by outputting RigidBody.position and Transform.position to the console)
Workaround: Change the position of the object using Transform.position instead.
Reproduced with: 5.0.4f1, 5.2.3f1, 5.4.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- Package Manager Filters (Status) dropdown is different color than Packages, Sort or Add package dropdowns
Add comment