Search Issue Tracker
Fixed
Votes
0
Found in
4.1.0f4
Issue ID
536052
Regression
No
Deformed wheel rotation does not work correctly
Repro steps:
1. Open project "wheelRotation.zip";
2. Play the scene;
3. For details, check out user's description or watch video below;
Watch example video: http://screencast.com/t/vNqu936T8qx
At first, you can see how script works and after uncommenting line "transform.localScale = transform.localScale;" you can see expected behavior.
I am creating a 'skewed wheel' effect for a racing game. the expected behaviour is that a child of a scaled parent takes on the scale of the parent and creates a 'skewed' rotation effect. Instead during play mode the child acts as if it has the scale applied to itself and not its parent. Note that the expected behaviour DOES happen in edit mode when editing child rotation.
Comments (1)
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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
dingben
Jul 31, 2015 19:50
I have the same problem on a project that runs fine in 4.xxxxxx but when I move it to 5.xxxxxx it gives me the wobbling wheels ...
I had it in earlier versions of Unity, and had to rebuild all my wheeled objects from 0 at 0,0,0 etc...
Massive waste of time...
I did this twice for one of my vehicles in 5.xxxx still wobbling wheels
???