How to fix object orientation?

So I have this ship and I created a prefab out of it but when I instantiate the object into the game, its oriented backwards. How would I handle this? Please and thank you!

1 Answer

1

The function Instantiate takes a rotation as parameter. You can adjust this to fix the orientation.