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.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    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:
    759
    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!