srcnalt / OpenAI-Unity

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

Missing Member Handling remvoed #111

Closed srcnalt closed 6 months ago

srcnalt commented 6 months ago

Since OpenAI changes API response and request types often and I don't have much time to maintain the project I removed missing member handling from json serializer settings. This change will avoid errors when changes happen on type fields, however this will create a side effect that is losing potentially valuable data after json to type casting.

Added

Removed

Updated