We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the song queue can not be reordered. As a workaround, one can only remove items and then re-enqueue them in the correct order.
It should be possible to reorder Song Queue items, e.g., by dragging them to a different position in the list.
Note that this is a feature for both, the main game, and the Companion App.
Unity 6 Already Unity 2023.2 allows to drag and drop to reorder items in the ListView simply by setting reorderable to true.
reorderable
The text was updated successfully, but these errors were encountered:
Has been implemented in Melody Mania v1.4.4-beta1.
Companion App will follow soon-ish.
Sorry, something went wrong.
No branches or pull requests
Actual behaviour
Currently, the song queue can not be reordered.
As a workaround, one can only remove items and then re-enqueue them in the correct order.
Expected behaviour
It should be possible to reorder Song Queue items, e.g., by dragging them to a different position in the list.
Note that this is a feature for both, the main game, and the Companion App.
Implementation hints
Unity 6Already Unity 2023.2 allows to drag and drop to reorder items in the ListView simply by settingreorderable
to true.The text was updated successfully, but these errors were encountered: