Behaviour Tree UI

ewan15

New member
Anytime I open unity Behaviour Tree gives me this error.

ArgumentException: Object of type 'UnityEngine.Object' cannot be converted to type 'UnityEngine.GameObject'

Every time I reinstall the package it works until I reopen the project to get the same error.

The error results in the UI being unusable. For example.

1546013511840.png

index.php
 
Last edited:
The other error I get when this happens is:


GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced. UnityEngine.GUIUtility:processEvent(Int32, IntPtr)
 
Top