I made a really simple game where the player stands still and shoots enemies that are coming towards him. My problem is that you can’t see any enemies in the game view, only in the scene view.
I pretty much copied the code from other places so i don’t think there’s anything wrong with that either.
Please help!
@DoubleDotDee make sure that your enemy’s position.z is greater than that of camera’s position.z.