JPhilipp/AIConnectors

Compile errors

thatnzguy opened this issue · 3 comments

Hi, I've dropped this folder into a Unity 2022.1.22f1 and get the following compile errors:

Assets\AIConnectors-main\GlobalUse\Misc.cs(276,64): error CS0246: The type or namespace name 'Layers' could not be found (are you missing a using directive or an assembly reference?)

If I comment out the referenced methods (since these are not currently used) there are some more compile errors, variations of this:
Assets\AIConnectors-main\ImageAI\DallE\ImageAIDallE.cs(32,21): error CS0029: Cannot implicitly convert type 'byte[]' to 'string'
And a few others. Are there other dependencies I should be including with this project?

Thanks!

Thanks for the note! I'll try fix these soon and will let you know.

It should be fixed now, please pull latest, thanks again!

95f3042

Works great, thanks :)