With the following code, the separator isn't showing. 🤔 ```cs [Separator("Basic")] [SerializeField] private List<MeshSurface> mSurfaces = null; ``` The `Header` attribute has similar issue but fixed in Unity `6.2`. Any idea? 😅