-
Notifications
You must be signed in to change notification settings - Fork 23
AI Brain
FBast edited this page Jul 3, 2019
·
17 revisions
The AI Brain allow you to create a graph to link into your AI Component.
[Serializable, CreateAssetMenu(fileName = "CubeAIBrain", menuName = "AI/CubeAIBrain")]
public class CubeAIBrain : AbstractAIBrain {}
When your AI Brain script is created just use the Unity contextual menu to instantiate it.
Double click on the new file and you will access to the xNode graph window.