Hi everybody,
I’m working on the unity 2d course at moment and I’m on lesson 50:Rigidboy & Colliders
I’ve created my sprites in the scene following along with the video but they just won’t appear in the game screen.
Any help would be great
Try to change position.z. Or change Order in layer in Sprite Renderer component.
The background is set to z5 and the sprites are all set to z0.
I also tried changing Order in Layer to 1 from 0 of one the sprites and that also changed nothing.
Hi @t0t0t0mat0,
Welcome to our community!
Is the z-position of the background set to 10, the z-position of the camera to -10 and the z-position of the other game objects to 0?
If nothing helps, disable the background for a moment to see if the ball appears in the game view.
Thanks
Oh man I’m feeling pretty dumb right now
background and sprites were set correctly and i though the camera was too but the camera had the same z-position as the sprites
Thanks again
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.