This repository has been archived on 2020-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
flutter-unity-view-widget/CHANGELOG.md

59 lines
2.4 KiB
Markdown
Raw Normal View History

2020-03-19 07:47:42 -04:00
## 0.1.6+8
* Breaking change for unityframework iOS
## 0.1.6+7
* Breaking change for unityframework iOS
2020-03-19 06:16:21 -04:00
## 0.1.6+6
* Breaking change for unityframework iOS
2019-10-18 03:31:50 -04:00
## 0.1.6+5
2019-10-18 04:37:23 -04:00
* Reworked onUnityMessage for iOS [@krispypen](https://github.com/krispypen)
2019-10-18 03:31:50 -04:00
2019-10-17 09:57:52 -04:00
## 0.1.6+4
* Improved description
2019-10-17 09:39:24 -04:00
## 0.1.6+3
2019-10-18 04:38:29 -04:00
* Better communication between flutter and unity [@thomas-stockx](https://github.com/thomas-stockx) (Android) & [@krispypen](https://github.com/krispypen) (iOS)
2019-10-17 09:39:24 -04:00
* Fixed issues [#35](https://github.com/snowballdigital/flutter-unity-view-widget/issues/35) by [@thomas-stockx](https://github.com/thomas-stockx)
* Fixed issues [#36](https://github.com/snowballdigital/flutter-unity-view-widget/issues/36) by [@thomas-stockx](https://github.com/thomas-stockx)
* Fixed issues [#33](https://github.com/snowballdigital/flutter-unity-view-widget/issues/33) by [@thomas-stockx](https://github.com/thomas-stockx)
* Fixed issues [#41](https://github.com/snowballdigital/flutter-unity-view-widget/issues/41) by [@thomas-stockx](https://github.com/thomas-stockx)
* Fixed issues [#38](https://github.com/snowballdigital/flutter-unity-view-widget/issues/38) by [@krispypen](https://github.com/krispypen)
* Fixed issues [#56](https://github.com/snowballdigital/flutter-unity-view-widget/issues/38) by [@krispypen](https://github.com/krispypen)
2019-08-12 05:51:52 -04:00
## 0.1.6+2
* Fixed issues with `onUnityMessage` [@thomas-stockx](https://github.com/thomas-stockx)
2019-08-02 07:24:55 -04:00
## 0.1.6+1
* Adding Metal renderer support (on iOS) [@krispypen](https://github.com/krispypen)
2019-08-02 05:23:18 -04:00
## 0.1.6
2019-08-02 05:56:28 -04:00
* iOS support for the Unity 2019.3 new export format Unity as a Library [@krispypen](https://github.com/krispypen)
2019-08-02 05:23:18 -04:00
2019-08-02 05:08:28 -04:00
## 0.1.5
* Android support for the Unity 2019.3 new export format Unity as a Library [@thomas-stockx](https://github.com/thomas-stockx)
2019-07-31 05:36:50 -04:00
## 0.1.4
2019-08-01 03:35:20 -04:00
* Support for AR on Android thanks to [@thomas-stockx](https://github.com/thomas-stockx)
2019-07-31 05:36:50 -04:00
2019-07-31 05:14:58 -04:00
## 0.1.3+4
2019-03-09 10:47:09 -05:00
2019-08-01 03:35:20 -04:00
* Change input source of Flutter touch events so they work in Unity [@thomas-stockx](https://github.com/thomas-stockx)
2019-07-31 05:14:58 -04:00
* Instructions on how to implement Vuforia AR
2019-08-01 03:35:20 -04:00
* Fix postMessage throwing exceptions on Android [@thomas-stockx](https://github.com/thomas-stockx)
* Add video tutorial, replace `unity-player` with `unity-classes` in example [@lorant-csonka-planorama](https://github.com/lorant-csonka-planorama)
* Remove java and UnityPlayer changes to the windowmanager [@thomas-stockx](https://github.com/thomas-stockx)