I have a class that spawns objects on the Y-Axis that works fine. Now I am trying to take the same class and make it spawn different objects on the X-axis. I have tried it out and the newly spawned objects spawns the objects correctly because I can see them in the scene view but they do not appear in the game view. Does anyone have any idea what the problem could be?
The problem is most likely that the Z axis of your spawner game object is invalid (e.g. -10).