-
Notifications
You must be signed in to change notification settings - Fork 24
Player.Overview
Wesley Haws edited this page Jan 1, 2017
·
8 revisions
There is a bunch of technical setup for the player with a lot of complicated code in use. Follow these setups to get a player working then code back to edit variables as needed. Editing variables prior to getting the full player setup and working is not recommended.
Movement System:
Item Usage and Health System:
The following is a list of github repositories that made all of this possible:
delta patches: https://github.com/OctopusDeploy/Octodiff
.net 4 implemented in Monodevelop: https://github.com/mono/mono
Tuples In Unity: https://gist.github.com/michaelbartnett/5652076
Octodiff: https://github.com/OctopusDeploy/Octodiff
Input Manager: https://github.com/daemon3000/InputManager