Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Modifying generated texture and asset stripping

Discussion in '2D Experimental Preview' started by TJHeuvel-net, Apr 19, 2018.

  1. TJHeuvel-net

    TJHeuvel-net

    Joined:
    Jul 31, 2012
    Posts:
    838
    We're redoing our UI and are using the new Sprite Atlas assets. Generally speaking they are quite good to work with, we can still get sprites from strings in code which is nice. The fact that 2018.2 will add support for CRUD methods is great to hear too, that is definitely something that is missing right now.

    I have two questions though:

    - Is it possible to modify the generated textures, like we can do with regular Textures on import? We'd like to customize the mipmaps, but there doesnt seem to be a way to get access to this texture.
    - Are sprites that are unused stripped from a build somehow? I do feel like this would be a good addition, or at least as an option on a per atlas basis.

    Thanks so much!