Setup Unity Boilerplate
For this course, the UI and single player gameplay (shooting targets in the arena) have already been set up. Our task would be converting it to an exciting online multiplayer game, just like Shooter Arena.
Set up the boilerplate unitypackage
Create a new 3D Unity project.
Change the target platform to Android/iOS
Download and import shooterArena-boiilerplate.unitypackage
Change allowed orientations to only Landscape. This setting is found in Player Settings -> Resolution and Presentation
Add menuScene and gameScene to build settings respectively
Build the game and try out the menu system and game mechanics.
When you've completed these steps, you should have a playable shooter game on your device with no multiplayer features. We would be adding these in a bit. First let's set up the Hasura backend.
- Build apps and APIs 10x faster
- Built-in authorization and caching
- 8x more performant than hand-rolled APIs