Releases: jeffreylanters/react-unity-webgl
Release v9.2.1
- Fixed an issue where events invoked by the event system would not return their callback's return value [#455]
Release v9.2.0
- 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
- 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
- Made the data type of the
takeScreenshot
function optional, with a default value ofimage/png
- The
unload
method will always return aPromise
, even if there was no Unity Instance
Release v9.0.3
Resolved an issue where bundlers were unable to locate the distribution of the module on Windows based machines.
Release v9.0.2
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
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
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
- Added support for providing memory- and symbol URLs for debugging [#345]
Release v8.7.5
- Improved typings for the WebGL Context Attributes [#327]