2.0.0
Flatbuffer Schema
Version 2.0.0 added support for python client.
In this process, flatbuffers did not support union vectors, which caused difficulties in implementing the python client.
( The error occurred at this line)
In response to this, the fbs file was modified to pass a string rather than a table, and modified to transmit and receive binary data in a string. As a result of this, the actions flatbuffers schema has changed and does not support versions below 2.0.0.
Engine
Unity
- The actions serialization and deserialization parts have been modified according to the changes in actions fbs.
Client
Typescript
- The actions serialization and deserialization parts have been modified according to the changes in actions fbs.
Python
- Now, the gamium client can be used through the python language.