Nightmare (Unity training day) Part of the script not found

0

asked by anonymous 06.04.2016 / 01:33

1 answer

0

is your floorHit a Vector3? If not, you will have to do the following to decrease in all positions: "Vector3 playerToMouse = new Vector3 (transform.position.x - floorHit, transform.position.y - floorHit, transform.position.z - floorHit)" t tiny

    
06.04.2016 / 20:00