- Home /
Is there a limit to how many 2048 texture pages we can use for iOS and android?
Comment
There is no hard limit, but as @Jeff$$anonymous$$esselman suggests, only a limited number can exist in memory at one time. You can use Resources.Load() and Resources.UnloadAsset() to keep only a limited number in memory.