- Home /
This post has been wikified, any user with enough reputation can edit it.
Question by
Remin · Mar 02, 2014 at 01:59 AM ·
mobileresolution
How can I reduce the resolution in mobile devices?
Hi all,
I'm new in Unity and I need help. I'm making a game to mobile devices, the game is being rendered in a very high resolution and it's affecting the performance. How can I reduce the resolution in mobile devices?
Thanks in advance.
Comment
Best Answer
Answer by MakeCodeNow · Mar 02, 2014 at 10:47 PM
You can try Screen.SetResolution or, if you have Pro, use a lower res-render target for the main scene camera and then put that texture on a quad that's part of the GUI layer/camera.
Your answer
Follow this Question
Related Questions
Developing on multiple resolutions 1 Answer
Keeping Aspect Ratio without filling screen 0 Answers
How to handle mobile resolutions without a headache? 0 Answers
adjustable game resolution for mobile games 1 Answer
My Prefab flickers? 1 Answer