Question by
titanpass15 · Feb 09, 2016 at 08:52 AM ·
texture2dsave dataimporting assetssave-to-file
Save external files into game
I want to be able to import images from the users local device to be used as textures in the game. For example the user can change the avatars head texture. Is this possible and if so what would be the recommended approach? My final aim would be to have a GUI that can store the external images permenatly.
The game is in 2d and I am using C#.
Comment
Your answer
Follow this Question
Related Questions
Unity 4 - .DDS file format not supported? 0 Answers
Error writting a file 1 Answer
Using TextureImporter for texture2d generated in script with no path 0 Answers
How do I use File.WriteAllBytes to save a Texture2D as a JPG? 0 Answers
Best way to export data and be able to import it in another PC. 0 Answers