Skip to content
Wesley Haws edited this page Dec 31, 2016 · 12 revisions

#This is a wiki that will help you setup and use all of the code located here in this github repository. If nothing else it will give you great ideas on how you might be able to implement this for yourself.

##NPC This will discuss how to setup an NPC with the correct scripts, animator tree, rain ai behavior trees etc. When complete you should have a fully function NPC that will react to a player.

##Patch System This will cover the API that you can use to setup a patching system for you unity game. Everything is written in C#. It will display code examples and how you can use it. This is setup in the same way that the Unity Documentation is setup with links on the api code.

Clone this wiki locally