Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Game Development How to Make a Video Game The Unity Editor and Scene Setup Setup the Project

Question

how to know the required amount to run the game in a laptop or a desktop to launch the game at 60 Frames per second (FPS)

1 Answer

Alan Mattanรณ
PLUS
Alan Mattanรณ
Courses Plus Student 12,188 Points

When you make a build using 60 FPS. If the game is running on a mobile, Unity will automatically downgrade the frame rate to 30FPS to the lower performance. In the project setting quality, there are 3 options for fps [30 60 unlimited] use 60 . If you use 30 fps then you can experiment nausea after 1/2 playing especially on a big screen or monitor. If you use unlimited then a mobile phone will be too hot and can dray the battery. You use unlimited to just look how the performance is dropping when you are making your game (when you are adding game components and scripts). In this way required amount to run the game, it will be displayed in the editor. You can take into account your GPU to compare with the GPU hierarchy.

https://www.tonymacx86.com/threads/best-graphics-performance-october-2017-hierarchy-chart-by-toms-hardware.81325/