UI Components
FloatGrids has, so far, 32 UI components, all of them are interactive in the Fima file and ready-to-use in Unity.
Last updated
Was this helpful?
FloatGrids has, so far, 32 UI components, all of them are interactive in the Fima file and ready-to-use in Unity.
Last updated
Was this helpful?
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.
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