-
Notifications
You must be signed in to change notification settings - Fork 22
InsightModule
uwee edited this page Feb 10, 2019
·
7 revisions
To add functionality to a client or server use InsightModules. First add the ModuleManager component.
-Screenshot-
Next add each InsightModule as a child gameobject and component.
-Screenshot-
The module will be initialized when Insight starts. During this time you should register handlers, populate component references, and setup dependencies. Below is an empty example module:
-ExampleModule-