Skip to content

Releases: jeffreylanters/react-unity-webgl

Release v9.2.1

25 Sep 11:33
Compare
Choose a tag to compare
  • Fixed an issue where events invoked by the event system would not return their callback's return value [#455]

Release v9.2.0

23 Sep 08:00
Compare
Choose a tag to compare
  • Exposing the UnityInstance via the Unity Context for the implementation of third-party non-module packages (for advanced users only) [#435]

Release v9.1.0

22 Sep 13:29
Compare
Choose a tag to compare
  • Added script tag type to the Unity Loader hook to ensure the Unity Loader bundle will be loaded correctly
  • Added expirimental UNSAFE__detachAndUnloadImmediate method to the Unity Context to unload the Unity instance immediately
  • Replaced the Test project with an environment which is more suitable for testing
  • Implemented typings for Unity's showBanner API
  • Updated and improved documentation and JSDoc comments
  • Minor stability improvements

Release v9.0.4

16 Jul 19:31
Compare
Choose a tag to compare
  • Made the data type of the takeScreenshot function optional, with a default value of image/png
  • The unload method will always return a Promise, even if there was no Unity Instance

Release v9.0.3

15 Jun 09:35
Compare
Choose a tag to compare

Resolved an issue where bundlers were unable to locate the distribution of the module on Windows based machines.

Release v9.0.2

08 Jun 16:41
Compare
Choose a tag to compare

I'm thrilled to announce the release of version 9 of React Unity WebGL, celebrating the 5 year anniversary of the module and nomination at the React Summit 2022 in the category of "The Most Exciting Use of Technology"!

  • A complete overhaul of the entire API, moving away from classes to React Hooks
  • Moved the README into an all new website at react-unity-webgl.dev
  • Major improvements to the performance of the module

Release v9.0.1

08 Jun 16:33
Compare
Choose a tag to compare

I'm thrilled to announce the release of version 9 of React Unity WebGL, celebrating the 5 year anniversary of the module and nomination at the React Summit 2022 in the category of "The Most Exciting Use of Technology"!

  • A complete overhaul of the entire API, moving away from classes to React Hooks
  • Moved the README into an all new website at react-unity-webgl.dev
  • Major improvements to the performance of the module

Release v9.0.0

08 Jun 15:39
Compare
Choose a tag to compare

I'm thrilled to announce the release of version 9 of React Unity WebGL, celebrating the 5 year anniversary of the module and nomination at the React Summit 2022 in the category of "The Most Exciting Use of Technology"!

  • A complete overhaul of the entire API, moving away from classes to React Hooks
  • Moved the README into an all new website at react-unity-webgl.dev
  • Major improvements to the performance of the module

Release v8.8.0

09 Mar 11:46
Compare
Choose a tag to compare
  • Added support for providing memory- and symbol URLs for debugging [#345]

Release v8.7.5

07 Mar 09:26
Compare
Choose a tag to compare
  • Improved typings for the WebGL Context Attributes [#327]