- Home /
How do you change the textures and models of a released game?
I know next to nothing about unity, and where al of these things are located, but is it possible for me to edit the models and textures of something in a released game? Do I need some sort of file to be, for lack of a better term, decompressed?
Answer by whydoidoit · Jul 24, 2012 at 05:57 PM
You can use Asset Bundles if you have pro - or you can download textures using WWW and assign them to materials at run time - in this case you just need the texture files. Loading a model is also possible if you use an external tool like ObjImporter - otherwise Asset Bundles handle this in Pro too.
Your answer

Follow this Question
Related Questions
Strange shadow/texture issue on Save Scene 0 Answers
Models referencing textures 1 Answer
unable to fix texture on model in unity 1 Answer
Textures are broken when importing .dae models 0 Answers
Having trouble with model textures. 1 Answer