Open
Description
Is there a plan/WIP/fork to add following features to UnityLanuncherPro?
- grouping projects
- drag to re-order project list
- select multiple projects in the list and
- drag to re-order
- remove them via a context menu
- drag into a group
I can create a pull request to implement them, but I don't have much time to read the code from zero. Any hints on how to implement those functions? I know some WPF and understand MVVM.
Update:
I observed that the project list is kept in sync with UnityHub, this is really an obstacle of better Unity launcher. Can we use a stand-alone project list?