diff --git a/README.md b/README.md
index ad3c42da..3d05570f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@
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 and iOS. There are now two unity app examples in the unity folder, one with the default scene and another based on Unity AR foundation samples.
-Note: I have updated the example for Unity 2019.3.5 and there are some new changes in the scripts folder. Please replace your already copied files and folders in your unity project. This package only supports Unity version 2019.3 and later
+Note: I have updated the example for Unity 2019.3.5 and there are some new changes in the scripts folder. Please replace your already copied files and folders in your unity project. This package only supports Unity version 2019.3 and later.
+Also `3.0.0` release contains breaking changes in flutter and UnityPackage has been updated.
## Installation
First depend on the library by adding this to your packages `pubspec.yaml`:
diff --git a/scripts/FlutterUnityPackage-3.0.0.unitypackage b/scripts/FlutterUnityPackage-3.0.0.unitypackage
new file mode 100644
index 00000000..2e6ec576
Binary files /dev/null and b/scripts/FlutterUnityPackage-3.0.0.unitypackage differ
diff --git a/scripts/FlutterUnityPackage.unitypackage b/scripts/FlutterUnityPackage.unitypackage
index 2e6ec576..73ad2e33 100644
Binary files a/scripts/FlutterUnityPackage.unitypackage and b/scripts/FlutterUnityPackage.unitypackage differ