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

sprite shape 2d fill material leaking out

Discussion in '2D' started by BravePenguin1, Aug 1, 2021.

  1. BravePenguin1

    BravePenguin1

    Joined:
    Jan 10, 2016
    Posts:
    11
    fillTexture error.PNG
    Any ideas what's happening here? The fill material is leaking out of the Inner bottom left/right corner sprites. Any help is greatly appreciated. Thanks
     
  2. ed_s

    ed_s

    Unity Technologies

    Joined:
    Apr 17, 2015
    Posts:
    165
  3. Venkify

    Venkify

    Unity Technologies

    Joined:
    Apr 7, 2015
    Posts:
    638
    Are they 2 different SpriteShapes overlapping? As there is clearly a corner point, the fill area should not leak if its a single SpriteShape.
    Could you please a submit a simple repro project if that's the case? We will take a look asap. Thanks.