srcnalt / OpenAI-Unity

An unofficial OpenAI Unity Package that aims to help you use OpenAI API directly in Unity Game engine.
MIT License
672 stars 150 forks source link

not working on IOS #39

Closed rb15 closed 1 year ago

rb15 commented 1 year ago

hello , I am trying to include this Api to phone application , the app work fin in editor but when I build it in device it won't work. I saw a simulare issue here https://github.com/srcnalt/OpenAI-Unity/issues/19 and the solution was to change backend script from IL2CPP to Mono and it works find on android but IOS only accept IL2CPP. Is there any solution ?

srcnalt commented 1 year ago

Hi @rb15 v0.1.12 now comes with the new Newtonsoft Json release, which should help with this issue. Could you test it and let me know if it works?

rb15 commented 1 year ago

Thanks it works now