Skip to content

2020.2.0

Compare
Choose a tag to compare
@PhilippMolitor PhilippMolitor released this 22 Mar 01:40
3191dae
  • 📜 improved the documentation once again! it now covers some more examples and has better explanations as well as hints
  • 🚀 added UnityContext.off(event: string) which removes a previously registered event listener
  • 🚀 reworked the loader script system: it now uses a custom hook useScript to reliably instantiate the Unity loader script
  • 🗑️ removed modules config key from the loader config as it is not officially documented
  • 🐛 removed the dependency cycle issue in the index / UnityContext module
  • 🐛 reworked the UnityRenderer to not use double references to the canvas element
  • 🤖 added codecov to the project
  • 🤖 enhanced unit tests a lot. they now cover 90% all together!