Search Issue Tracker
Fixed in 2019.1.X
Votes
1
Found in
2018.2.4f1
Issue ID
1075514
Regression
No
Changing the Linear Limit of a Configurable Joint does nothing when it's being changed by the script
How to reproduce:
1. Open user's project
2. Open "Prueba" scene
3. Press Play
4. Select 'FixedCubeWithJoint' in the Hierarchy
5. In the Game View use Arrow Key Down to increase Linear Limit > Limit
Expected result: Cube moves down because of the increased limit.
Actual result: Cube doesn't move down.
Reproducible with - 2018.3.0a11, 2018.2.7f1, 2018.1.9f2, 2017.4.11f1, 2017.2.3p4, 2017.1.4p2
Fixed in 2019.2.0a10, 2019.1.0b10
Comments (3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
ted-aronson
Jan 23, 2019 18:50
It seems like updating ConfigurableJoints in script is broken in other places too. I've experienced this issue as well as a second that doesn't properly update the motion settings (Free/Limited/Locked) properly.
When one updates those values through the inspector, it works as expected, but script, not so much.
ted-aronson
Jan 23, 2019 18:49
It seems like updating ConfigurableJoints in script is broken in other places too. I've experienced this issue as well as a second that doesn't properly update the motion settings (Free/Limited/Locked) properly.
When one updates those values through the inspector, it works as expected, but script, not so much.
Gruguir
Sep 05, 2018 14:30
Hey, Any ETA, workaround ?