Last update: 7th of January 2025, 12:20 GMT
- Added python script for running web-based games which can be found here.
- Updated Unity SDK to 1.2.0:
ActionWindow
now supports a fluent API. Additionally,NeuroAction
no longer takes a constructor parameter of typeActionWindow
, it is now set automatically by the SDK, so you can remove it.FormatString
is now internal, please replace it with your own implementation.
- Fixed an issue in the Unity SDK which caused infinite task multiplication if the websocket client could not connect to the server (#29). Please update as soon as possible to version
1.1.6
.
- The Godot SDK has been published to the Godot Asset Library.
- The Unity SDK can now be used for modding Unity games built in Mono. Documentation can be found here.
- The Unity SDK has been updated to work with WebGL builds. The websocket-sharp dependency has been removed as well. Documentation for WebGL builds has been added.
- The API documentation for actions has been updated to specify which JSON schema keywords should not be used.