mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
fix: warning is shown when using FPV on Android
This commit is contained in:
parent
cc93c7e5ed
commit
0f28cf7aba
@ -19,12 +19,6 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
{
|
{
|
||||||
var target = (ModularAvatarVisibleHeadAccessory) this.target;
|
var target = (ModularAvatarVisibleHeadAccessory) this.target;
|
||||||
|
|
||||||
|
|
||||||
#if UNITY_ANDROID
|
|
||||||
EditorGUILayout.HelpBox(Localization.S("fpvisible.quest"), MessageType.Warning);
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
if (_validation != null)
|
if (_validation != null)
|
||||||
{
|
{
|
||||||
var status = _validation.Validate(target);
|
var status = _validation.Validate(target);
|
||||||
@ -47,8 +41,6 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
Localization.ShowLanguageUI();
|
Localization.ShowLanguageUI();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user