Organizing Components with AddComponentMenu in Unity
Inspector > Add Component
By default, when you create a new MonoBehaviour component, it is added to the menu under Scripts/{namespace}/{component} and gets jumbled in with a lot of other random stuff from packages you have imported.
Default Example
n...
playable.design1 min read