Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (35 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 1.04 KB

0.2.1+5

  • Update unity_export_transmogrify to support Unity 2020.x+.

0.2.1+4

  • Make minor changes to Unity initialization (iOS).
  • Update README.

0.2.1+3

  • Fix APK build issue. #5

0.2.1+2

  • Prevent example app from becoming fullscreen (Android).
  • Prevent screen orientation locking (Android).
  • Update README.

0.2.1+1

  • Fix Android issues.
  • Update README.

0.2.1

  • Add iOS support.
  • Update README.

0.2.0+1

  • Pause player when there isn't a view to reattach to.

0.2.0

  • Drop the 'reattach' method call.
  • Simplify 'UnityView' callback names.
  • Prevent Unity from causing the window not to be resized when an input method is shown.
  • Update README.

0.1.1

  • Fully support concurrent views by having both automatic and manual view switching.
  • Update README.

0.1.0+2

  • Remove the xml package dependency.
  • Update README.

0.1.0+1

  • Fix package health and maintenance issues reported by pub.dev's package analysis.
  • Update README.

0.1.0

  • Initial release.