gamium

Multiple game engine sdk for scripting the behavior of game users

MIT License

Downloads
741
Stars
93
Committers
5

Bot releases are hidden (Show)

gamium - 2.0.10 Latest Release

Published by yowpark 5 months ago

Engine

Unity

  • No Changes

Client

Python

Typescript

  • No Changes. Use version 2.0.9
gamium - 2.0.9

Published by yowpark 10 months ago

Engine

Unity

  • When searching the GameObject Hierarchy through DumpHierarchy Request, creating the HierarchyPath takes a lot of time, so this part has been turned off. HierarchyPath must be created directly by the client using the Tree structure.

Client

Python, Typescript

  • No Changes
gamium - 2.0.8

Published by yowpark 12 months ago

Engine

Unity

  • No Changes

Client

Python

gamium - 2.0.6

Published by yowpark about 1 year ago

Engine

Unity

  • The displayName of package has been modified.
gamium - 2.0.5

Published by yowpark about 1 year ago

Engine

Unity

  • No Changes

Client

Typescript, Python

gamium - 2.0.1

Published by oneofthezombies over 1 year ago

Flatbuffer Schema, Engine - Unity, Client - Typescript, Python

add get-page-source api

gamium - 2.0.0

Published by yowpark over 1 year ago

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.
gamium - 1.0.4

Published by yowpark over 1 year ago

Engine

Unity

  • fix: unity conditional symbol not working ( UNITY_2021_OR_NEWER => UNITY_2021_1_OR_NEWER )
gamium - 1.0.3

Published by yowpark over 1 year ago

Engine

Unity

  • fix: (unity) when call SetConfig without port, that gamium engine port is setted to zero.
gamium - 1.0.2

Published by yowpark over 1 year ago

Engine

Unity

  • fix: compile error "type or namespace name 'Newtonsoft' could not be found" on Unity 2020.3
gamium - 1.0.1

Published by yowpark over 1 year ago

gamium release!

Package Rankings
Top 7.5% on Npmjs.org
Related Projects