Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.65 KB

Changelog

Last update: 7th of January 2025, 12:20 GMT

7th of January 2025, 12:15 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 type ActionWindow, it is now set automatically by the SDK, so you can remove it.
    • FormatString is now internal, please replace it with your own implementation.

26th of December 2024, 19:00 GMT

  • 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.

22nd of December 2024, 22:00 GMT

22nd of December 2024, 05:00 GMT

  • The Unity SDK can now be used for modding Unity games built in Mono. Documentation can be found here.

17th of December 2024, 15:50 GMT

  • 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.

17th of December 2024, 01:00 GMT