The repository:
https://github.com/molleindustria/ExplorationGame2D
Tutorial: How to download a Unity project from github project
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)