Hello Unity-Community,
I’m really new in Unity 3d and I have my first big Problem.
I have the following Code:
float MouseX = Input.GetAxis("Mouse X");
float MouseY = Input.GetAxis("Mouse Y");
Obj11.position.x = MouseX;
Obj11.position.z = MouseY;
in the Update()-Function.
But ther’s this error Message:
I don’t know what I should do
Please help me