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#
- Host: GitHub
- URL: https://github.com/Tskalka/FirstPlatformerUnity3D
- Owner: Tskalka
- Created: 2022-06-05T02:24:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T19:06:53.000Z (about 4 years ago)
- Last Synced: 2024-10-24T04:29:08.114Z (over 1 year ago)
- Topics: csharp, unity3d, visual-studio
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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