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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
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 ?