Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question URGENT! inserting sprites in scene

Discussion in '2D' started by blueoreo_, May 1, 2023.

  1. blueoreo_

    blueoreo_

    Joined:
    May 1, 2023
    Posts:
    1
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,520
    Check your camera position... usually one does not put the camera at (0,0,0) but rather at (0,0,-10) so it can see the sprites in the z == 0 plane.

    Or you could adjust the nearclip plane to be zero or negative, assuming it is an orthographic camera.