Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

elibessen/parkour-game-template

Repository files navigation

Archive only! I'm not developing this, use carefully.

Parkour Game Template

Parkour Game Template is in active development. Features may be removed or added in later versions. Use with Care!

Table of contents


What's included

A template for a game that is focused on movement and parkour using Unity.

This Template has been designed and developed by LCordial.

This Template Version Includes

  • Advanced player controller including: Wall Running, Sliding, Crouching, Sprinting, Ledge grabbing, Vaulting and Slow Motion.
  • URP Post Processing

Requirements

  • Unity Version 2020.1.0f1 or Newer!
  • C# Programming Language [Not compatible with JavaScript!]
  • Unity URP (CAN BE CHANGED) [Version Requirement coming Soon!]

Getting Started

Cloning the Repository onto Local

Using Git

Coming Soon

Using Github Desktop

Clone this Repository into your local repository using

git clone https://github.com/LCordial/ParkourGameTemplate.git

Once cloned onto local computer, open folder with the required Unity Version. Start Working! To get working, read this document here

Downloading ZIP Folder

You are able to use this template by downloading as a ZIP folder. Click Code and then Download ZIP

Downloading using Unity Assest Store

Not available

Setting up the project

Once the project is downloaded onto your local system. You are good to go! The player contoller is setup as a prefab, just grab the prefab and drag it onto the scene.


Designing Levels

  • There is no ingame level designer, which means that you need to design the level yourself in the editor! But its easy! Create a cube and name it Environment. This enables you to easily move the level around the scene. Inside Environment, you can add child componenets!
  • Creating specific areas can be done by creating different zones inside the Environment parent. Zone's allow you to move specific rooms to an entirely different location in your scene.

UI

TMP is pre-downloaded into this project, meaning that you don't have to download it yourself! The main menu is already integrated into the project, with basic animation and UI design! Showcasing the ability of main menu animation

Bugs and feature requests

Do you have a bug or feature request? If your problem or idea has not been addressed yet, please open a new issue.

License

MIT License here