Releases: jeffreylanters/react-unity-webgl
Releases · jeffreylanters/react-unity-webgl
Release v10.1.4
- Separated the typings for Untity Message and Unity Event parameters to allow for more granular type checking.
Release v10.1.3
- Resolved an issue where the internal types of the module were not being exported correctly, causing any type in TypeScript projects.
Release v10.1.2
- Replaced the default cache control method with a more robust implementation that handles various scenarios.
Release v10.1.1
- Resolved an issue where not providing a cache control method or webgl context attributes would result in an error while loading the Unity build.
Release v10.1.0
- Added new Unity Metrics Info API and hook to retrieve performance metrics from Unity builds.
Release v10.0.0
- Proud to announce the release of React Unity WebGL version 10.0.0 while celebrating 8 years of React Unity WebGL! This version includes several important updates and fixes, including the removal of the
unload
function, which is no longer necessary to unmount the Unity Application. The Unity Application will automatically be unmounted when the component is removed from the DOM. However, if you want to unload the Unity Application manually, you can still use theunload
function, but be aware that this is not necessary in most cases.
Release v9.9.0
- Added support for configurating autoSyncPersistentDataPath in the Unity configuration.
Release v9.8.0
Release v9.7.0
- Added support for automatically Syncing the Persistent Data Path [#567]
Release v9.6.0
- Reimplemented unsafe detach and unload immediate method due to the absence of unmounting the Unity canvas [#22]