Search Unity

Tiled sprites unity 2d

Discussion in '2D' started by will_brett, Sep 3, 2015.

  1. will_brett

    will_brett

    Joined:
    Feb 16, 2013
    Posts:
    208
    Hey there,

    So Im building a 2D game and coming from a UI background just assumed Unity 2D would have similar control over the sprites as you do in the UI tools.

    I want to be able to use sliced and tiled sprites with unity 2D (Not GUI).

    I've built my prototype scaling game objects but now that im ready to apply the art treatment I will need to be able to either tile my sprite textures. Is this possible?

    Thanks
     
  2. keely

    keely

    Joined:
    Sep 9, 2010
    Posts:
    967
    Currently released Unity doesn't come with slicing or tiling support for SpriteRenderer.

    The support it is currently in development and aimed for 5.4 (March 2016). If you have pro license, you can already download 2D alpha build that has this feature from https://bitbucket.org/Unity-Technologies/2ddemos/wiki/Home
     
  3. will_brett

    will_brett

    Joined:
    Feb 16, 2013
    Posts:
    208
    Thanks for letting me know.

    Unfortunately I only have the free version.