-
Notifications
You must be signed in to change notification settings - Fork 591
Description
Is your feature request related to a problem? Please describe.
After building the Flutter Unity Widget, and seeing the bottleneck of painting huge Unity projects with Flutter, I built out ways to easily manage the Unity and Flutter projects without merging the two and keeping the main app repo lite and slim. This tool required a CLI project and some automation scripts that I hope to share with everyone.
Describe the solution you'd like
The plan is to convert the project into a mono repo of projects and then build a better release for the packages.
And also while this might not be the best repo to add this to, I've been contemplating adding flutter-unreal-engine4. This is something I have been anticipating working on for a while now and I a read some UE4 articles by Unreal Engine that suggest this Is possible. So I would like to start pushing that code here.
Additional context
I would love to hear your thoughts @krispypen @timbotimbo @Ahmadre