AnankeCsvMaster

How to Use :

Please refer to Assets\CatHut\_Sample\Document\HowToUse.pdf.

Or visit the following website:

https://cathut-necogoya.com/articles/unity/2025/01/28/702/


Sample data has been pre-configured in the Package.

If not needed, please either delete the _Sample and Resources folders or uncheck them during import.


AnankeCsvMaster is a management and auto-generation tool for master data (DB) used in game development based on CSV format data.

It solves the pain point in game development when you know what parameters to define (like enemy stats) but don't want to deal with the hassle of converting them to ScriptableObjects.


The following tasks become incredibly easier:

- Defining ScriptableObject classes

- Generating data importers

- Auto Loading data when changes occur

- Data synchronization with Excel


The tool supports the following data types:

Custom User-defined Enums

uint

int

short

ushort

long

ulong

float

double

char

string

bool

byte

sbyte

Vector2

Vector2Int

Vector3

Vector3Int

Vector4

Color

Color32

GameObject

AudioClip

Sprite

Texture2D

Material

Shader

Mesh

AnimationClip