Skip to content

Release 0.0.6

Latest

Choose a tag to compare

@JinTonic101 JinTonic101 released this 28 Jul 16:27

0.0.6 (2025-07-28)

0.0.2 (2025-07-03)

Bug Fixes

  • android: added existence check on activity (db16355)
  • android: Don't crash when unmounting the view during transition (c83a7f6)
  • avoid wrong error thrown on resumeUnity() (6735790)
  • fix Expo Config Plugin and use app.plugin.js to fix Typescript issues (91c9dce)

Features

  • android: expose windowFocusChanged as a command (d7778b5), closes #59
  • android: Thread the Unity unload callback up to the UnityView (2fca177)
  • Expose onPlayer* callbacks on the TS/RN side (1678165)
  • implement resume & pause on android (42d6395)
  • implements resumeUnity commands on iOS (b596140)
  • ios: Allow the UnityView to be mounted again UnityPlayer unload (3a8f64f)
  • ios: Also handle onPlayerQuit callback (8bdffee)