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:
- Assets\Editor\OpenAIUtil.cs(28,28): error CS1503: Argument 2: cannot convert from 'string' to 'System.Collections.Generic.List<UnityEngine.Networking.IMultipartFormSection>'
- Assets\Editor\OpenAIUtil.cs(28,59): error CS1503: Argument 3: cannot convert from 'string' to 'byte[]'
How can I fix it?
keijiro commented
Could you check the system requirements on README?
YY-nb commented
Sorry, I miss that important requirement. Thanks for your answer.