Skip to content

Commit bebe79e

Browse files
committed
Disable incomplete windows support.
1 parent a14d4f9 commit bebe79e

21 files changed

+5
-1012
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. [#908](https://github.com/juicycleff/flutter-unity-view-widget/pull/908)
44
* [Android] Add namespace for Android gradle plugin (AGP) 8 compatibility.
55
* [Android] Fix kotlin compilation error with Flutter 3.24 and newer. [#973](https://github.com/juicycleff/flutter-unity-view-widget/issues/973)
6+
* Disable windows support in `pubspec.yaml` to avoid confusion. Windows support was never completed.
67

78
## 2022.2.1
89

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313

1414
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`.
1515

16-
Windows support is a work in progress.
1716
<br />
1817
### Notes
1918
- Use Windows or Mac to export and build your project.
2019
Users on Ubuntu have reported a lot of errors in the Unity export.
2120
- Emulator support is limited and requires special setup. Please use a physical device for Android and iOS.
2221
- Supports Unity 2019.4.3 or later, we recommend the latest LTS.
23-
- Use only OpenGLES3 as Graphics API on Android for AR compatibility.
24-
22+
- Use only OpenGLES3 as Graphics API on Android for AR compatibility.
23+
- Windows isn't supported because of the lack of [Flutter PlatformView support](https://github.com/flutter/flutter/issues/31713).
2524

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

34-
Windows coming soon.
35-
3633
## Installation
3734

3835
First depend on the library by adding this to your packages `pubspec.yaml`:

example/windows/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

example/windows/CMakeLists.txt

Lines changed: 0 additions & 95 deletions
This file was deleted.

example/windows/flutter/CMakeLists.txt

Lines changed: 0 additions & 103 deletions
This file was deleted.

example/windows/flutter/generated_plugin_registrant.cc

Lines changed: 0 additions & 14 deletions
This file was deleted.

example/windows/flutter/generated_plugin_registrant.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

example/windows/flutter/generated_plugins.cmake

Lines changed: 0 additions & 24 deletions
This file was deleted.

example/windows/runner/CMakeLists.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)