Search Unity

Importing Textures At Runtime

Discussion in 'Scripting' started by tookydo, Mar 1, 2015.

  1. tookydo

    tookydo

    Joined:
    Jul 15, 2014
    Posts:
    75
    I want to add a system in my game where you can upload your own texture to serve as your "skin". Is there a way to import a texture or material at runtime?
     
  2. SevenHams

    SevenHams

    Joined:
    Dec 27, 2012
    Posts:
    67
  3. ThermalFusion

    ThermalFusion

    Joined:
    May 1, 2011
    Posts:
    906
    Resources.Load does not load external files, Use WWW class to download images to textures.