Search Unity

Don't Compile Resources?

Discussion in 'Editor & General Support' started by Reapa, Apr 1, 2015.

  1. Reapa

    Reapa

    Joined:
    May 2, 2013
    Posts:
    26
    I need to have my resources remain in their raw state and accessible dynamically during start-up/runtime.

    For example, I'll compile my project but still be able to change the texture used for a sprite without building the whole thing again simply by replacing or editing the texture in some "content" folder.

    This is crucial to the project, is it possible?
     
  2. Graham-Dunnett

    Graham-Dunnett

    Administrator

    Joined:
    Jun 2, 2009
    Posts:
    4,287
    Asset Bundles?