UI Components

FloatGrids has, so far, 32 UI components, all of them are interactive in the Fima file and ready-to-use in Unity.

Customize FloatGrids UI Components

  • FloatGrids uses Prefabs to set the baselines of the components.

  • Some components have variants in a form of Prefab Variants. These components are customized using the Primitive Prefabs. In these cases, use the variant in your scene.

Find Primitive prefabs in FloatGrids/Design System/Customization/Primitive UI Components

Find the components in FloatGrids/Design System/UI Components

For example, there are 10 different styles of buttons, and each style has three variants, Large, Medium and Small. So, at the end of the day you have 30 different buttons. All these buttons are variants of only 3 prefabs, the primitive prefabs. So, you can change font style, corners or sizes to all these 30 buttons just by editing the 3 primitives prefabs.

  • Edit Primitive prefabs to change size, spaces, structure and font styles to all Alerts at once.

  • Edit each variant to customize color and icons.

  • Find Primitive prefabs in FloatGrids/Design System/Customization/Primitive UI Components

Some components, such as Dropdown for instance, don't have variants, so there is no primitive prefab for them. If you want to customize these components, just edit the prefab.

Last updated