I want to display a Vector4 on a single line.
Calling EditorGUI.Vector4Field should display it in one line, and it looks like BuiltinDrawerBase.Vector4Drawer does exactly that internally, but it doesn’t seem to work in practice.
Is this a bug?
Unity:6000.3.6f1
I want to display a Vector4 on a single line.
Calling
EditorGUI.Vector4Fieldshould display it in one line, and it looks likeBuiltinDrawerBase.Vector4Drawerdoes exactly that internally, but it doesn’t seem to work in practice.Is this a bug?
Unity:6000.3.6f1