I was hoping someone might give me some clarification on how textures are stored in the output archive after building a Unity iPhone project? If you are using SM2 are only the generated atlases included or do all the textures used to generate the atlas get included? Could having two textures with the same name but in different folders cause any issues at runtime? (i.e. Assets/iPhone/texture.png and Assets/iPad/texture.png)
I started receiving memory warnings/crashes running on the iPad when loading some of these textures. According to “stats” while running locally the texture usage is 5MB and VRAM usage is always under 20MB. This problem started after creating the two versions (iPad/iPhone) of textures.
Any advice is much appreciated?