Need a tip

Hello,

I did not use unity for a while. Now I have in mind making some very simple app for iphone, android and webplayer. Obviously, I want to kill three rabbits with one shot. In other words, I want to use some config file and make changes in the app via it, say xml.

Apart from text and numbers, I want the config to have texture names to display. So I will place textures in a separate folder, just specify names in the config and the app should do the job automatically on three platforms. Will this scheme work on all three platforms without adjustments? What are the traps I do not realize now?

I’m not sure what you’re asking, but the same textures should work the same way on all deployment platforms.

Unity handles all this for you.