Unity : Cannot modify a value type return value of `UnityEngine.Transform.position' 1 Unity | MissingReferenceException: The object of type 'Transform' has been destroyed but you are still trying to access it 1 'UnityEngine.GameObject[]' does not contain a definition for `Transform' er...
The issue where rotating around Y and Z has the same results happens when the prefab is rotated. The root cause isGimbal Lockwhich we don't need to get into. But to fix the issue, the simplest solution would be to place your object inside another object in the scene, and then rotate...