private void OnGUI() { // Draw the Character assets list, or the selected asset's editor m_GUI.DrawGUI(); }
public override void OnInspectorGUI() { // Draw the asset's editor GUI m_GUI.DrawGUI(); }