Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 1.19 KB

Readme.md

File metadata and controls

26 lines (17 loc) · 1.19 KB

Endless Runner Sample game

Description

This project is a "endless runner" type mobile game made in Unity

You can find the project on the Unity asset store (Note that this is the old version not using Lightweight rendering pipeline & addressable, see note at the end of this file. Assets stor version will be updated when Addressable is out of preview)

A INSTRUCTION.txt text file is inside the Asset folder to highlight diverse important points of the project

An article is available on the Unity Learn website highlighting some part of the code.

You can also go visit the wiki for more in depth details on the projects, how to build it and modify it.

Note for this Github version

This version include feature not in the released game in the asset store version:

  • A basic tutorial when the game is played the first time
  • The use of the new Lightweight Rendering pipeline
  • The use of the new Addressable System that replace the Assets Bundles.