- Home /
Unity 2D camera size and memory performance
Hi all, It's a 2D game for IOS. I have a 3 big atlasses each 16MB on memory. I'm using perspective camera with size 50. I wanted to ask if I change camera size 10 and resize all textures, memory usage will go down?
Thanks.
Answer by saruul34 · Mar 28, 2014 at 06:56 AM
To answer my question. It does. App size reduced 30% and memory usage gets lower when I changed camera view field to 25 and reduced all textures x4 down (finally got one big 16 MB atlas).
Your answer

Follow this Question
Related Questions
Help with a 2d camera Controller 1 Answer
Round bounds of camera on notched devices 0 Answers
Change The Size of the SubWindow and the Area It Covers In Unity 0 Answers
How to make the second scene camera follow the object from the first scene? 1 Answer
Keeping UI Element To Game Object When Camera Moves 2 Answers