NonNonSheet

Documents


## Features


- Spreadsheet-style UI running inside the Unity Editor

- Seamless integration of Unity's operation style with tabular UI

- Sort, filter, and search to find the data you need in seconds

- Customizable cells with built-in custom cell support

- Support for user-defined custom cells

- Cross-table references supported

- Cell-level validation support

- CSV/JSON import and export



## Spreadsheet-style UI running inside the Unity Editor:


No need to switch back and forth between the Unity Editor and Excel or Google Sheets.



## Seamless integration of Unity's operation style with tabular UI:


A spreadsheet-style GUI, familiar from Excel or Google Sheets.

Inside each cell, you'll find familiar Unity UI controls.

An interface optimized for managing data in Unity.



## Sort, filter, and search:


Quickly locate any record without scrolling through hundreds of rows.

Sort by any column, narrow down rows with per-column filters, and search across all cells at once.



## Customizable cells with custom cell attributes:


Cell GUIs can be changed simply by specifying attributes.

For example, you can display a slider in a cell for an int field.



## Support for user-defined custom cells:


Users can freely add and extend their own custom cell types.



## Cross-table references supported:


Cells can use dropdowns to reference data from other tables.


What gets stored is not the data itself, but the key of the referenced table's data class.



## Cell-level validation support:


When managing master data, applying constraints is often necessary.

Validation at the cell level allows you to quickly detect problematic data.



## CSV/JSON import and export:


Supports CSV and JSON import/export.

This enables smooth migration from Excel or Google Sheets depending on your data format.