Search Unity

Use 2D Sprite Shape with different materials

Discussion in 'Documentation' started by NatanVachon, Jun 16, 2019.

  1. NatanVachon

    NatanVachon

    Joined:
    Apr 7, 2019
    Posts:
    5
    Hi everyone !
    We just started using Sprite Shapes and we have a problem.
    Is it possible to assign one material for each sprite (top left corner, top right corner ...) ?

    It is possible when the sprite shape is composed of one sprite but don't seems to be possible when using more than one.

    Thanks in advance !
     
  2. Sam_Ooi

    Sam_Ooi

    Unity Technologies

    Joined:
    Mar 5, 2018
    Posts:
    61
    Hi! At this time,Sprite Shape only supports one material for the Fill texture/shape, and one material for the edge Sprites. There's no plans currently to support more than these two materials.
     
  3. NatanVachon

    NatanVachon

    Joined:
    Apr 7, 2019
    Posts:
    5
    Ok thanks for the answer !