flutter-unity-view-widget
flutter-unity-view-widget copied to clipboard
Documentation needs updating / unclear
Describe the bug
- In docs under prerequisite is mentioned that
A FlutterUnityPackage.unitypackage file (you can access the Unity packages in the scripts folder too)
However I can only see a FlutterUnityIntegration-v4.1.0.unitypackage inside the scripts folder. Are these the same files even if the names are different? If they are the same files then the docs should be updated as to not confuse newbies like me.
- In following this video https://www.youtube.com/watch?v=exNPmv_7--Q I see that the Flutter--> Export to android command is being used. However, under point 5 in docs is mentioned
Do not use Flutter > Export Platform plugin as it was specially added to work with flutter_unity_cli for larger projects.
So should we be using this feature or not. In any case I cannot see the Flutter option inside Unity toolbar even after I import packages, so if it is important step then please guide.
Additional context Finally, let me also say what an amazing project this is and a very big reason why I am pivoting from Unreal Engine to Unity for my current project.
implementation project(':unityLibrary') adding this in gradle and showing this error
Project with path ':unityLibrary' could not be found in project ':app'.
But I see demo example and video tutorial,I not see any unityLibrary module imported in example.
Please update document according to new changing....