https://github.com/rpdevjesco/2d-and-3d-physics-based-movement
Source code that video tutorial is based off of for Physics based movement in Unity.
https://github.com/rpdevjesco/2d-and-3d-physics-based-movement
Last synced: over 1 year ago
JSON representation
Source code that video tutorial is based off of for Physics based movement in Unity.
- Host: GitHub
- URL: https://github.com/rpdevjesco/2d-and-3d-physics-based-movement
- Owner: RPDevJesco
- License: mit
- Created: 2020-06-14T05:51:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T01:58:35.000Z (about 6 years ago)
- Last Synced: 2025-04-13T03:18:40.423Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2D-And-3D-Physics-Based-Movement
Source code that video tutorial is based off of for Physics based movement in Unity.
This code is fully commented to explain what is happening and how it works. Forms the basics for quite a few different physics based games.
This includes a platformer with wall jumping and wall running mechanics.