mirror of
https://git.aaro.dev/VRCBoard/vrcboard-udon.git
synced 2026-03-17 04:49:45 +00:00
Refactor VRCBoard components and update material properties
This commit is contained in:
@@ -105,7 +105,7 @@ namespace VRCBoard.Components
|
||||
if (Application.isPlaying)
|
||||
{
|
||||
EditorGUILayout.LabelField("Cannot edit a VRCBoard component while in play mode");
|
||||
return;
|
||||
//return;
|
||||
}
|
||||
|
||||
base.OnInspectorGUI();
|
||||
|
||||
Reference in New Issue
Block a user