This is a simple Rock, Paper, Scissors game I created using Unity.
It’s a little project where you play against the computer in a best-of-5 match.
First to score 3 points wins!
Play the game here.
Follow these steps to set up Unity on your Mac.
Unity Hub is the official launcher and project manager for Unity.
- Go to the Unity Download Page.
- Click Download Unity Hub for macOS.
- Open the downloaded
.dmgfile and drag Unity Hub into your Applications folder. - Open Unity Hub from Applications (if blocked, right-click → Open).
- Launch Unity Hub.
- Sign in with your Unity account, or click Create Account if you don’t have one.
This project was built using Unity 2022.3.16f1 — please make sure this version is installed.
- In Unity Hub, go to the Installs tab.
- Click Install Editor.
- From the version list, select 2022.3.16f1 (LTS).
- Click Install and wait for it to finish.
- During Unity installation, check Microsoft Visual Studio for Mac.
- Or download manually from Visual Studio for Mac.
- In Unity Hub, go to the Projects tab.
- Click Open.
- Select the folder where you cloned or downloaded this project repository.
- Unity will load the project — make sure 2022.3.16f1 is the selected Editor version.
You’re now ready to run and edit the project in Unity! ✨