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

Perfect Circle unity 2d

Discussion in '2D' started by sectordub, Dec 18, 2014.

  1. sectordub

    sectordub

    Joined:
    Oct 8, 2014
    Posts:
    3
    Hello,
    I'm actually working on a minimal pool game.
    I got a problem with the 2d sprite of the ball.
    I'm using a sprite sheet of 2048x2048 pixel.
    I have try to play with the antialiasing and anisotropic effect, but I don't succeed to have a pixel perfect circle.
    As you can se on the attach picture, I got lot go glitch/deformation on the ball.
    Can you help me with that?

    Thanks a lot
     

    Attached Files:

  2. BenZed

    BenZed

    Joined:
    May 29, 2014
    Posts:
    524
    Can you upload your scene?

    That is an absurdly large texture for how pixellated the ball is. There must be something else wrong.

    Furthermore, you do not have to use sprites in 2d games. You can use 3D sphere objects, and just give them 2d rigidbodies and 2d circle colliders.
     
    theANMATOR2b likes this.