When I run my game, the ground nor the spawned in bullets are showing, but they show in the editor. I am sure there is a simple fix and I am just dumb, but can someone please help me?
When I run my game, the ground nor the spawned in bullets are showing, but they show in the editor. I am sure there is a simple fix and I am just dumb, but can someone please help me?
Check the Z position of your camera and those objects. If they’re all at the same z position, or if those things are behind the camera, the camera won’t be able to see them.
Thank you so much. I set the Main Camera Z Position to -100 and it fixed it.