How to work out system requirements

Hi, people. I’m pretty sure I won’t be the first person to ask this, but I was working on the game I’m developing in Unity and the issue of system requirements occurred to me. My game is intended to be like an old-school adventure game so system requirements should be pretty low, but regardless I thought it would be good to find out what the system requirement are. Anyone have any idea about how I should go about finding out? Thanks.

If you read this page here. You will see a section labeled “System requirements for Unity-developed Content.” That is what you are looking for. If you are building for perhaps iOS or Android, the system requirements would be based on what API level you choose. For example you could set minimum API level to 7.0 on iOS and anyone who did not have iOS 7 would not be able to run your application. Obviously some machines do not run as well as others do, but you would have to test on those machines if you wish to develop for them. Again back to an iOS example: if you would like to be able to play your game on iPhone 4 and on iPhone 5, you will need to test on both to make sure that both are capable of running your application.