keijiro/AICommand

Error message: Assets\Editor\OpenAIUtil.cs(28,28): error CS1503: Argument 2: cannot convert from 'string' to 'System.Collections.Generic.List<UnityEngine.Networking.IMultipartFormSection>'

YY-nb opened this issue · 2 comments

YY-nb commented

When I copy the project and open it, Unity console has these error logs:

  1. Assets\Editor\OpenAIUtil.cs(28,28): error CS1503: Argument 2: cannot convert from 'string' to 'System.Collections.Generic.List<UnityEngine.Networking.IMultipartFormSection>'
  2. Assets\Editor\OpenAIUtil.cs(28,59): error CS1503: Argument 3: cannot convert from 'string' to 'byte[]'
    How can I fix it?

Could you check the system requirements on README?

YY-nb commented

Sorry, I miss that important requirement. Thanks for your answer.