First Steps With the Unity Game Engine - UltraStar-Deluxe/Play GitHub Wiki
UltraStar Play is built on top of the Unity3D platform. If you want to contribute to UltraStar Play and are new to Unity then you should check out the following tutorials and documentation.
-
Official Unity manual: https://docs.unity3d.com/Manual/index.html
- there are various resources to learn the basics
- afterwards, continue with Scenes, GameObjects, Prefabs
-
Tutorial: Introduction to Unity from raywenderlich.com
- content: download and install Unity, most important windows, GameObjects and their Components and how to manipulate them in the Unity Editor
-
There are also lots of video tutorials on YouTube
After you understood the basics of the Unity platform, you should consider reading about the UltraStar Play UI.