Getting Started

Basic setup and initial configuration for NSliceLayoutGroup

Getting Started with NSliceLayoutGroup

The NSliceLayoutGroup component is designed to work alongside the NSliceImage component to provide a grid-based layout management system.

Setup Requirements

  1. Add NSliceImage Component: First, ensure your GameObject has an NSliceImage component attached
  2. Add NSliceLayoutGroup Component: Add the NSliceLayoutGroup component to the same GameObject
  3. Configure Grid: The layout grid will automatically align with your NSlice data

Basic Configuration

Once both components are attached:

  1. The NSliceLayoutGroup will automatically detect the grid structure from the NSliceImage
  2. Enable the Scene View tools to start working with the visual grid
  3. Begin assigning child objects to specific tiles in your layout

Next Steps