I have set rotation value for a mesh like mesh.rotation.y = 5, but in the inspector, I get some value like this, I guess it’s because the rotationQuaternion, so I set the mesh.rotationQuaternion = null, but still get the same value in inspector, any idea what happens here
Update: I add Tools.ToRadians, it works as expected