Skip to content

Releases: dogu-team/gamium

2.0.10

05 Jun 14:26
Compare
Choose a tag to compare

Engine

Unity

  • No Changes

Client

Python

  • Fix issue #13

Typescript

  • No Changes. Use version 2.0.9

2.0.9

12 Dec 09:31
4002351
Compare
Choose a tag to compare

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

2.0.8

27 Oct 01:10
Compare
Choose a tag to compare

Engine

Unity

  • No Changes

Client

Python

  • Instead of displaying an error message during the connection attempt process, an error message has been changed to be displayed when the attempt is complete. 087a3da

2.0.6

25 Sep 10:53
Compare
Choose a tag to compare

Engine

Unity

  • The displayName of package has been modified.

2.0.5

04 Aug 11:38
Compare
Choose a tag to compare

Engine

Unity

  • No Changes

Client

Typescript, Python

  • Added Websocket support. This is the base work for conducting remote tests in conjunction with dogu devicefarm. (dogu-team/dogu#263)

2.0.1

15 Jun 10:27
3cdb0f8
Compare
Choose a tag to compare

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

add get-page-source api

2.0.0

30 May 03:16
Compare
Choose a tag to compare

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.

1.0.4

17 May 13:18
Compare
Choose a tag to compare

Engine

Unity

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

1.0.3

17 May 11:51
Compare
Choose a tag to compare

Engine

Unity

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

1.0.2

17 May 07:03
Compare
Choose a tag to compare

Engine

Unity

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