Ticket2Ride_2D is a small 2D platformer built with Unity. You control a character that runs and jumps through obstacles, activates levers and buttons, and collects checkpoints to respawn when defeated.
Important scenes are defined in ProjectSettings/EditorBuildSettings.asset
, such as MainMenu and Tutorial.
Packages/manifest.json
file lists dependencies like Cinemachine, the Input System, and URP.The inertia slider in the UI can be dragged (or left to auto-scroll) to change how strongly the background and certain objects scroll.
Use File > Build Settings
in the Unity editor to create a standalone build for your target platform.
Below is a short gameplay demo. Click play to watch:
Art assets under Assets/BayatGames
and fonts under Assets/FreeButtonSet
come from free asset packs. The project currently has no explicit license file.