Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* [Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. [#908](https://github.com/juicycleff/flutter-unity-view-widget/pull/908)
* [Android] Add namespace for Android gradle plugin (AGP) 8 compatibility.
* [Android] Fix kotlin compilation error with Flutter 3.24 and newer. [#973](https://github.com/juicycleff/flutter-unity-view-widget/issues/973)
* Disable windows support in `pubspec.yaml` to avoid confusion. Windows support was never completed.

## 2022.2.1

Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@

Flutter unity 3D widget for embedding unity in flutter. Now you can make awesome gamified features of your app in Unity and get it rendered in a Flutter app both in fullscreen and embeddable mode. Works great on `Android, iPad OS, iOS, Web`.

Windows support is a work in progress.
<br />
### Notes
- Use Windows or Mac to export and build your project.
Users on Ubuntu have reported a lot of errors in the Unity export.
- Emulator support is limited and requires special setup. Please use a physical device for Android and iOS.
- Supports Unity 2019.4.3 or later, we recommend the latest LTS.
- Use only OpenGLES3 as Graphics API on Android for AR compatibility.

- Use only OpenGLES3 as Graphics API on Android for AR compatibility.
- Windows isn't supported because of the lack of [Flutter PlatformView support](https://github.com/flutter/flutter/issues/31713).

## Notice
Need me to respond, tag me [Rex Isaac Raphael](https://github.com/juicycleff).
Expand All @@ -31,8 +30,6 @@ This plugin expects you to atleast know how to use Unity Engine. If you have iss
Moving forward, versioning of the package will change to match unity releases after proper test. Mind you this does not mean the package
is not compatible with other versions, it just mean it's been tested to work with a unity version.

Windows coming soon.

## Installation

First depend on the library by adding this to your packages `pubspec.yaml`:
Expand Down
17 changes: 0 additions & 17 deletions example/windows/.gitignore

This file was deleted.

95 changes: 0 additions & 95 deletions example/windows/CMakeLists.txt

This file was deleted.

103 changes: 0 additions & 103 deletions example/windows/flutter/CMakeLists.txt

This file was deleted.

14 changes: 0 additions & 14 deletions example/windows/flutter/generated_plugin_registrant.cc

This file was deleted.

15 changes: 0 additions & 15 deletions example/windows/flutter/generated_plugin_registrant.h

This file was deleted.

24 changes: 0 additions & 24 deletions example/windows/flutter/generated_plugins.cmake

This file was deleted.

17 changes: 0 additions & 17 deletions example/windows/runner/CMakeLists.txt

This file was deleted.

Loading