A simple shooting game built with Unity for Android.
- Unity Hub: Ensure Unity Hub is installed on your machine.
- Unity Version: Use Unity 2022.3.0f1 for compatibility.
-
Download and Open Unity Hub
Launch Unity Hub on your machine. -
Create a New Unity Project
Create a new project using Unity 2022.3.0f1. -
Add Project Files
Copy and paste the following folders into your Unity project directory:Assets
Packages
ProjectSettings
UserSettings
-
Run the Project
Open the project in Unity.
In the Unity Editor, use the development view to run scenes and test the game.
- Go to File -> Build Settings.
- Switch the platform to Android.
- Click Build to generate the
.apk
file.
Transfer the generated .apk
file to your Android device and install it to play the game.
Enjoy the game! 🚀