unity3d-opencog-game icon indicating copy to clipboard operation
unity3d-opencog-game copied to clipboard

LogError in OCActionController.cs

Open cosmoharrigan opened this issue 12 years ago • 2 comments

After running the Unity world and starting the embodiment server, load the robot (press '~' then execute command '/load AGI_Robot') and you will receive the following error:

Unable to register tick forward for ID 15 - IsAction: True, IsDecorator: False.
UnityEngine.Debug:LogError(Object)
Behave.Runtime.Resources:LogError(String)
BTOCBehavioursC0T29:SetTickForward(Int32, TickForwardProperty)
OpenCog.Actions.<Start>c__Iterator0:MoveNext() (at Assets/OpenCog Assets/Scripts/OpenCog/Actions/OCActionController.cs:172)

cosmoharrigan avatar Oct 02 '13 09:10 cosmoharrigan

Yeah, this is an error in the way we're using the same set of behaviour trees for all the game characters. It doesn't break anything for now, so I'm treating it like a warning, but I'll look into it soon.

Nemquae avatar Feb 10 '14 08:02 Nemquae

I'm glad this documentation exists so that I know I didn't break anything ;)

Spydrouge avatar Oct 28 '14 03:10 Spydrouge