hey there!
I’m new to unity and I’ve just learned how to create prefabs, the thing is, they are visible in the scene but not visible in the game mode, can anyone please explain me how to fix that?
thanks in advance!
check the z-position. The prefabs should be in front of the camera (by default the camera has -10 z, then the prefab should be > -10 on z) .
thank you so much! it worked ![]()
