The new MultiFloatField

I was looking into editor gui when I came across MultiFloatField added recently into the EditorGUI. I was wondering if anyone has implemented and used it? What restrictions it may hold? how to use it in scripting? And if someone has implemented it, would they mind posting a picture of what it looks like. :slight_smile: I’m also guessing it would look quite similar to “MultiPropertyField” as well.

Here is the link to the scripting reference: EditorGUI.MultiFloatField

It’s basically like a vector field.

You get to have any number of float fields on one line with labels for each float easily with out having to do so manually.

@lordofduct Thank you, I sort of thought it may look like a vector field, same principle. But with the use of GUIContent the prefixes to the float field can also be an image.

I figured it out, I did a stitch job to get it to work though :wink: