Group all components into a folder

This commit is contained in:
Lillith Rose 2025-09-28 15:32:43 -04:00
parent 5badf016a5
commit a8d5ba8ba1
9 changed files with 10 additions and 0 deletions

View file

@ -6,6 +6,7 @@ using UnityEditor;
namespace gay.lilyy.EditorNotes {
[AddComponentMenu("LillithRosePup/Editor Note")]
public class EditorNote : MonoBehaviour, IEditorOnly
{
public enum ValueType { Int, Float, Vector3, String, All, None }

View file

@ -1,6 +1,7 @@
using UnityEngine;
using VRC.SDKBase;
namespace gay.lilyy.EditorNotes {
[AddComponentMenu("LillithRosePup/Game Object Note")]
public class GameObjectReference : MonoBehaviour, IEditorOnly
{
public GameObject gObject;