Page 1 of 1

Emerald AI integration

Posted: Sat Jul 14, 2018 9:07 pm
by evilotaku
Hey guys, I just picked up Emerald AI and the Emerald AI integration isn't compiling on a fresh install. I get these 4 errors in the console

Assets/Pixel Crushers/LoveHate/Third Party Support/Emerald AI Support/Scripts/EmeraldAILoveHateMember.cs(4,21): error CS0234: The type or namespace name `EmeraldAISupport' does not exist in the namespace `PixelCrushers'. Are you missing an assembly reference?

Assets/Pixel Crushers/LoveHate/Third Party Support/Emerald AI Support/Scripts/EmeraldPlayerLoveHateMember.cs(4,21): error CS0234: The type or namespace name `EmeraldAISupport' does not exist in the namespace `PixelCrushers'. Are you missing an assembly reference?

Assets/Pixel Crushers/LoveHate/Third Party Support/Emerald AI Support/Scripts/EmeraldPlayerLoveHateMember.cs(37,17): error CS0246: The type or namespace name `EmeraldPlayerHealthMonitor' could not be found. Are you missing an assembly reference?

Assets/Pixel Crushers/LoveHate/Third Party Support/Emerald AI Support/Scripts/EmeraldPlayerLoveHateMember.cs(38,17): error CS0246: The type or namespace name `EmeraldPlayerHealthMonitor' could not be found. Are you missing an assembly reference?

Re: Emerald AI integration

Posted: Sat Jul 14, 2018 9:57 pm
by Tony Li
Hi,

Emerald AI's API changed a bit as they worked on the 2.x line. I'll have Love/Hate's Emerald AI Support package updated by tomorrow and post a link here.

Re: Emerald AI integration

Posted: Sun Jul 15, 2018 9:43 am
by Tony Li
Hi,

Sorry for the late reply for a simple answer. I checked, and the Emerald AI Support packages are up to date with the latest Emerald AI.

There are two packages to import:

- Plugins / Pixel Crushers / Common / Third Party Support / Emerald AI Support
- Plugins / Pixel Crushers / LoveHate / Third Party Support / Emerald AI Support

Re: Emerald AI integration

Posted: Sun Jul 15, 2018 10:23 am
by evilotaku
Hi Tony. Glad it was a simple thing. Got it all working, Thanks!

Re: Emerald AI integration

Posted: Sun Jul 15, 2018 11:00 am
by Tony Li
Happy to help!