Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Bug Materials Assigned to Sprites are Rendered on the Incorrect Side

Discussion in '2020.1 Beta' started by binbash3r, Apr 13, 2020.

  1. binbash3r

    binbash3r

    Joined:
    Nov 5, 2016
    Posts:
    11
    Please see the following video.
    Yes, it is possible to flip the X+Y on the sprite. Is this a common issue, expected behavior, or a new/recurring bug?
     
  2. Aokkii

    Aokkii

    Joined:
    Nov 3, 2013
    Posts:
    117
    @binbash3r

    the cloud sprite material in your video used the standard shader(which is made for 3d objects, not sprites!)(you shouldn't use the standard shaders for sprites)

    if you want to have material for sprites, make sure the materials use the sprite shader.
     
    Last edited: Apr 13, 2020