All Projects β†’ LCordial β†’ parkour-game-template

LCordial / parkour-game-template

Licence: MIT license
A unity game template focused on movement. Including Wallrunning, sliding, vaulting etc.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to parkour-game-template

csharp
πŸ“š Recursos para aprender C#
Stars: ✭ 37 (+146.67%)
Mutual labels:  csharp-code
ConfigMapFileProvider
.NET Core configuration based on Kubernetes config maps with auto reload support
Stars: ✭ 45 (+200%)
Mutual labels:  csharp-code
unity-dijkstras-pathfinding
Dijkstra's Pathfinding Algorithm Unity Implementation. (Not being maintained by me, it is just an experiment.)
Stars: ✭ 80 (+433.33%)
Mutual labels:  csharp-code
MOEAs
This project is implemented by C#, and introduces a algorithm framework of MOEA, and some MOEA algorithms and multi-objective problems are provided.
Stars: ✭ 23 (+53.33%)
Mutual labels:  csharp-code
AnyDiff
A CSharp (C#) diff library that allows you to diff two objects and get a list of the differences back.
Stars: ✭ 80 (+433.33%)
Mutual labels:  csharp-code
CockyGrabber
C# library for the collection of browser information such as cookies, logins, and more
Stars: ✭ 46 (+206.67%)
Mutual labels:  csharp-code
GitRewrite
Rewrite git history. Faster alternative to git filter-branch or bfg-repo-cleaner to perform certain rewrite tasks on a git repository.
Stars: ✭ 78 (+420%)
Mutual labels:  csharp-code
Dynamic-Parkour-System
Dynamic Parkour System is a FREE plugin for Unity that allows anyone to import any model and have an already working controller with parkour capabilities like in Assassin's Creed games.
Stars: ✭ 694 (+4526.67%)
Mutual labels:  parkour
Unity3D-ReactiveScriptables
ScriptableObject based framework / scaffolding that facilitates loosely coupled communication and automatic update propagation between MonoBehaviour components.
Stars: ✭ 25 (+66.67%)
Mutual labels:  csharp-code
CSharpNamingGuidelines
C#ε‘½εθ§„θŒƒδΈ­ζ–‡η‰ˆ/C#ηΌ–η θ§„θŒƒδΈ­ζ–‡η‰ˆ
Stars: ✭ 30 (+100%)
Mutual labels:  csharp-code
ETWNetMonv3
ETWNetMonv3 is simple C# code for Monitoring TCP Network Connection via ETW & ETWProcessMon/2 is for Monitoring Process/Thread/Memory/Imageloads/TCPIP via ETW + Detection for Remote-Thread-Injection & Payload Detection by VirtualMemAlloc Events (in-memory) etc.
Stars: ✭ 32 (+113.33%)
Mutual labels:  csharp-code
LiteGui
Immediate Mode GUI From Scratch
Stars: ✭ 15 (+0%)
Mutual labels:  csharp-code
CategoryTool
Unity Editor tool to create Categories in the Hierarchy. The Categories work as dividers between GameObjects.
Stars: ✭ 47 (+213.33%)
Mutual labels:  csharp-code
Cryptography
Some simple cryptographic examples on C# 6.0
Stars: ✭ 14 (-6.67%)
Mutual labels:  csharp-code
Unitylibrary
πŸ“š Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+13020%)
Mutual labels:  csharp-code
TeeChart-for-.NET-CSharp-WPF-samples
Assorted WPF examples
Stars: ✭ 18 (+20%)
Mutual labels:  csharp-code
RawTools
RawTools is an open-source and freely available package designed to perform scan data parsing and quantification, and quality control analysis of Thermo Orbitrap raw mass spectrometer files from data-dependent acquisition experiments.
Stars: ✭ 35 (+133.33%)
Mutual labels:  csharp-code
AdminToolbox
Server Administration Toolbox Plugin for SCP: Secret Lab
Stars: ✭ 17 (+13.33%)
Mutual labels:  csharp-code
Parkour
The ultimate Parkour plugin.
Stars: ✭ 59 (+293.33%)
Mutual labels:  parkour
Iron-OCR-Image-to-Text-in-CSharp
Image to Text Tutorial in C# - See https://ironsoftware.com/csharp/ocr/tutorials/how-to-read-text-from-an-image-in-csharp-net/
Stars: ✭ 65 (+333.33%)
Mutual labels:  csharp-code

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


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].