- Home /
Question by
nowletsstart · Oct 19, 2018 at 07:47 PM ·
editorinspectorcomponents
Is it Possible to Make RequiredComponents appear at the bottom of all components in the Inspector Window?
I'm using the following RequiredComponents in my code:
[RequireComponent(typeof(LineRenderer))]
[RequireComponent(typeof(EdgeCollider2D))]
There are several properties and I hardly make changes to the above components. Is it possible to push them to the bottom of the components and properties that appear in the inspector window? If yes, how can it be done?
Comment