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

Add customisable export path to settings window

Open henninggross opened this issue 3 years ago • 3 comments

In our project we have the need to store the Unity exports in a different directory than ios/UnityLibrary/ / android/unityLibrary respectively.

For now we change androidExportPath and iosExportPath in Build.cs directly but it would be great if the plugin would give us the option to update the default export paths somewhere in the 'Flutter Unity Widget Settings' the same way it is done for pluginMode.

henninggross avatar Aug 05 '22 09:08 henninggross

@Ahmadre What do you think about that? :)

dawiddszewczyk avatar Aug 10 '22 14:08 dawiddszewczyk

@Ahmadre What do you think about that? :)

I like this idea.

I will try to work next week on a solution with extending the options in our Unity GUI to current export paths for all platforms.

I think that would make the UX better.

Ahmadre avatar Aug 28 '22 23:08 Ahmadre

Please follow: https://github.com/juicycleff/flutter-unity-view-widget/tree/feature/custom_export_paths

Ahmadre avatar Aug 29 '22 01:08 Ahmadre