Skip to content

Commit

Permalink
chore: updated README.md with correct unitypackage path
Browse files Browse the repository at this point in the history
  • Loading branch information
juicycleff committed Mar 13, 2021
1 parent 47702ab commit b2f6271
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Note: Supports only Unity 2019.4.3 or later

```yaml
dependencies:
flutter_unity_widget: ^4.0.0-alpha.4
flutter_unity_widget: ^4.0.0
```
Now inside your Dart code you can import it.
Expand Down Expand Up @@ -91,7 +91,7 @@ Be sure you have at least one scene added to your build.

### Add Flutter Unity Package to Unity Project

Import [`FlutterUnityPackage.unitypackage`](https://github.com/juicycleff/flutter-unity-view-widget/tree/master/scripts/FlutterUnityPackage.unitypackage) to `unity/<Your Unity Project>`
Import [`FlutterUnityPackage.unitypackage`](https://github.com/juicycleff/flutter-unity-view-widget/tree/master/scripts/FlutterUnityPackage-v4.unitypackage) to `unity/<Your Unity Project>`

Open your unity project in Unity Editor. Now you can export the Unity project with `Flutter/Export Android` (for Unity versions 2019.3 and up, which uses the new [Unity as a Library](https://blogs.unity3d.com/2019/06/17/add-features-powered-by-unity-to-native-mobile-apps/) export format), or `Flutter/Export IOS` menu.

Expand Down

0 comments on commit b2f6271

Please sign in to comment.