Things are getting a bit cumbersome in my project, so I’ve started organizing things with AddComponentMenu but the order of the sub-folders appears to be random (possibly in order of creation). Is there any solution to this?

[AddComponentMenu("Remnant/Messaging/Message Hub")]
public class MessageHub : MonoBehaviour
My gut says I’m going to be stuck with this.