Zombie Island: An Android FPS

SYS.BLOG

Zombie Island: An Android FPS

Zombie Island is a free low-poly wave-based zombie FPS set on an abandoned island, available on Android.

|Aditya Bawankule
UnityGameDevAndroidFPS
I recently released my 5th app, called Zombie Island. Zombie Island is set on an abandoned island infected with zombies, and similar to my other it has a low-poly aesthetic. The zombies come in waves, with the numbers increasing. Get it HERE screenshot_20160910-150426 screenshot_20160910-150444

FREQUENTLY ASKED QUESTIONS

Can you run Unity games on Android?

Yes, Unity has built-in Android build support. You export your game as an APK or AAB file, which can be installed on Android devices or published to Google Play Store.

Can you make FPS games in Unity?

Unity is well-suited for FPS development and includes an FPS template in recent versions. The engine handles first-person camera controls, shooting mechanics, and mobile input out of the box.

What are the performance considerations for mobile FPS games?

Mobile FPS games require aggressive optimization including draw call batching, LOD systems, and careful physics budgets. Targeting 30+ FPS on mid-range devices means limiting on-screen enemies and using simplified collision meshes.

RELATED CONTENT