Compile Android

MacGregory

Member
I have a project on GMS 2.3+ made under windows. If I buy GMS2.3 for android, can I make my project on android or do I have to do a new project?
 

O.Stogden

Member
You can export your project to Android yes. However you will probably have to do some tweaking to make it work properly on Android.

If you haven't built your game to handle custom resolutions and scaling for example, then you'll probably need to do that to make it look good on a variety of screen sizes and aspect ratios that phones/tablets use.

But there's no need to rewrite a project from scratch. Generally GMS2 lets you build a project on one platform, and then export to the other platforms. However you will probably have to put in some work specific to each platform you release on.
 
Top