Answered
Add a shortcut to close the current project and load the last closed project
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
Customer support service by UserEcho
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