The repository:
https://github.com/molleindustria/ExplorationGame2D
Tutorial: How to download a Unity project from github project
Note September 2025: the first time you open the Unity Hub in the CFA PC lab, you might not see any installs. It’s a glitch that can be fixed by opening Unity 6 directly. After that you should be able to open the hub and select projects and installs.
If you want to work in 3D there is a 3D variant of the template hereĀ
Unity Overview
Installation, hub, project, scenes, play vs edit mode, hierarchy, gameobjects, components, assets, scripts.
Note: it’s an older version, the interface is slightly different.
Template Overview
What’s included in the project.
Point and click scene
Controls
Components, scripts, public parameters, rigidbody, colliders, camera.
Exercise: establish your character movement and game feel
Story / Gameplay
Ink + Unity integration, interactables, colliders and triggers, activating objects from ink.
How to trigger various events without player interaction and with no or little coding (TriggerInteraction2D.cs)