mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-24 13:29:01 +08:00
change priority
This commit is contained in:
parent
815a48288e
commit
60bd12e9e4
@ -66,13 +66,13 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
EditorApplication.playModeStateChanged += OnPlayModeStateChanged;
|
||||
}
|
||||
|
||||
[MenuItem("GameObject/[ModularAvatar] Manual bake avatar", true, 50)]
|
||||
[MenuItem("GameObject/[ModularAvatar] Manual bake avatar", true, 49)]
|
||||
static bool ValidateApplyToCurrentAvatarGameobject()
|
||||
{
|
||||
return ValidateApplyToCurrentAvatar();
|
||||
}
|
||||
|
||||
[MenuItem("GameObject/[ModularAvatar] Manual bake avatar", false, 50)]
|
||||
[MenuItem("GameObject/[ModularAvatar] Manual bake avatar", false, 49)]
|
||||
static void ApplyToCurrentAvatarGameobject()
|
||||
{
|
||||
ApplyToCurrentAvatar();
|
||||
|
Loading…
x
Reference in New Issue
Block a user