Skip to content

2020.1.0

Compare
Choose a tag to compare
@PhilippMolitor PhilippMolitor released this 07 Mar 17:20
· 53 commits to dev since this release
29ea327
  • 🚀 add GitHub actions: automatic CI/testing and npm publishing!
  • 🚀 add new event handling system which allows:
    • multiple instances of the renderer to handle events of the same type
    • unregister events with UnityContext.off(name: string)
  • 🚧 add lots of unit tests for the UnityContextclass