A small Unity game project featuring a player controller, collectible gems, sound effects, and a sample scene. It appears to be an early gameplay prototype intended for learning and experimentation.
Open the project in Unity Hub with a Unity version compatible with the project settings. If Unity offers to upgrade the project, make that upgrade on a separate branch so the generated asset changes stay isolated.
- Add this repository in Unity Hub.
- Open
Assets/Scenes/SampleScene.unity. - Press Play in the Unity Editor.
- Use the configured horizontal and vertical input axes to move the player.
Assets/Scripts/Player.cs— basic player movement.Assets/Scripts/Gem.cs— collectible-gem behavior.Assets/Objects/— game prefabs, including the gold gem.Assets/Sounds/— game audio.Assets/Scenes/SampleScene.unity— demo scene.Assets/SimpleTouchController/andAssets/UnityChan/— imported Unity assets.
This repository includes third-party Unity assets. Consult the license files packaged with those assets before redistributing them.