Using Component Decorators
Customizing the component menu path
@AirshipComponentMenu("Transform/Follow Transform")
export default class FollowTransform extends AirshipBehaviour {
}
Scripts menu, now it's in Transform :)Customizing the Icon

Last updated