-
Notifications
You must be signed in to change notification settings - Fork 24
Patch.InitializeVariables
Wesley Haws edited this page Nov 2, 2016
·
1 revision
#InitializeVariables
public void InitializeVariables()
##Paramters
none.
##Description
This should always be called first before other API calls.
This will set your save directory based on where your project is saved. It will also attempt to find your version file and assign it to a variable for later use.
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