I'm working on a topdown view arcade game.It's an 360 space shoot'em up.The problem is, I want to have a 3d crosshair(a
quad) in it.I want it to move with my spaceship as it's child but I don't want it to rotate with the ship.Cause it messes up the mouse control of the crosshair.I tried to parent the spaceship's pivot to the crosshair's but it rotates the cross with it too.Long story short;
-Spaceship is keyboard controlled
-Crosshair is mouse controlled
-I want crosshair to move with my ship BUT not rotate with it
Any help will be greatly appreciated! :) Thanks in advance.
quad) in it.I want it to move with my spaceship as it's child but I don't want it to rotate with the ship.Cause it messes up the mouse control of the crosshair.I tried to parent the spaceship's pivot to the crosshair's but it rotates the cross with it too.Long story short;
-Spaceship is keyboard controlled
-Crosshair is mouse controlled
-I want crosshair to move with my ship BUT not rotate with it
Any help will be greatly appreciated! :) Thanks in advance.