I know that Unity will batch objects that have the same material. But what if you have objects with different materials that all use the same texture?
In my case, I have an atlas texture that several different materials use. Each material simply has a different offset position to display the proper part of the atlas texture. Am I gaining any performance enhancements this way? Is there a better way to use an atlas texture to save on draw calls?
Thanks for the help.