Skip to content

Commit b2f6271

Browse files
committed
chore: updated README.md with correct unitypackage path
1 parent 47702ab commit b2f6271

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note: Supports only Unity 2019.4.3 or later
2222

2323
```yaml
2424
dependencies:
25-
flutter_unity_widget: ^4.0.0-alpha.4
25+
flutter_unity_widget: ^4.0.0
2626
```
2727
2828
Now inside your Dart code you can import it.
@@ -91,7 +91,7 @@ Be sure you have at least one scene added to your build.
9191

9292
### Add Flutter Unity Package to Unity Project
9393

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

9696
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.
9797

0 commit comments

Comments
 (0)