Hello. To save memory and draw calls, I would like to have, say, 4 prefabs share a texture. Whats the best approach here?
I could have each prefab reference a copy of its own texture. Then when importing into Unity, I can delete them all but one, which all prefabs will reference to.
I could even place the shared texture in a Shared Assets folder.
But this all seems like a lot of manual work.