Answered

Add a shortcut to close the current project and load the last closed project

RichardL 1 year ago updated by Peter - Soxware Developer 1 year ago 2

Would it be possible to implement a shortcut that can close the current project?

And a shortcut to load the most recent closed project

UMotion Version:
1.29
Unity Version:
2021.3.11f1

Answer

Answer
Answered

Hi Richard,

thank you very much for your feature request.


I've added this to my to-do list for the next update. If you know a little bit about Unity C# scripting, you can already implement something like this yourself using the UMotion API. Just write a script that triggers ClipEditor.CloseProject() or ClipEditor.LoadProject() when a Unity "[MenuItem()]" is triggered by the shortcut you've assigned to "[MenuItem()]".


Please let me know in case you have any follow-up questions.

Best regards,
Peter

I'm doing these steps so many times, It be great to have 2 shortcuts.

Answer
Answered

Hi Richard,

thank you very much for your feature request.


I've added this to my to-do list for the next update. If you know a little bit about Unity C# scripting, you can already implement something like this yourself using the UMotion API. Just write a script that triggers ClipEditor.CloseProject() or ClipEditor.LoadProject() when a Unity "[MenuItem()]" is triggered by the shortcut you've assigned to "[MenuItem()]".


Please let me know in case you have any follow-up questions.

Best regards,
Peter