flutter-unity-view-widget icon indicating copy to clipboard operation
flutter-unity-view-widget copied to clipboard

Documentation needs updating / unclear

Open jyashi opened this issue 3 years ago • 1 comments

Describe the bug

  1. 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.

  1. 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.

jyashi avatar Feb 10 '22 05:02 jyashi

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

RazaAbbasdev avatar Feb 10 '22 13:02 RazaAbbasdev