An open API service indexing awesome lists of open source software.

https://github.com/Tskalka/FirstPlatformerUnity3D

A simple 3D platformer template for Unity and C#
https://github.com/Tskalka/FirstPlatformerUnity3D

csharp unity3d visual-studio

Last synced: over 1 year ago
JSON representation

A simple 3D platformer template for Unity and C#

Awesome Lists containing this project

README

          

# Overview

This is a basic template for a 3D platformer in Unity. This was to further my learning by appling my knowledge of C# in the Unity enviornment.

In this short game template, you can move or, sprint by pressing "q", in every direction, and jump around a terrain with trees and mountains.

This was created so I could learn the Unity environment and associated libraries in C# and Visual Studio.

[Software Demo Video](https://youtu.be/7adeUebRpKI)

# Development Environment

Visual Studio and Unity

This project was made in C# with Unity's built in libraries

# Useful Websites

* [Unity Documentation](https://docs.unity.com/)
* [Unity and Version Control](https://unityatscale.com/unity-version-control-guide/how-to-setup-unity-project-on-github/)

# Future Work
* Create an end goal
* Create death/respawn
* Limit sprint time