猫山 知紀

AnankeCsvMaster

Ananke Csv Master Advanced Guide 2: Allowing Duplicate IDs

Back to Table of Contents Allowing Duplicate IDs By default, Ananke CSV Master stores data in Dictionary structures, whi...
AnankeCsvMaster

Ananke Csv Master Advanced Guide 1: Creating Custom Enum Types

Back to Table of Contents Creating Custom Enum Types In the basic guide, you may have noticed the type specification "Ta...
AnankeCsvMaster

Ananke Csv Master 4.Generating ScriptableObjects

Back to Table of Contents Creating ScriptableObjects After configuring your DataSet, click the "Create ScriptableObject ...
AnankeCsvMaster

Ananke Csv Master 7.Using Data In Your Game

Back to Table of Contents Overview This section explains how to use ScriptableObject instance values in your game. While...
AnankeCsvMaster

Ananke Csv Master 6.Excel Integration

Back to Table of Contents Excel Integration Setting Up Excel Template After setting up CSV data editing, let's configure...
AnankeCsvMaster

Ananke Csv Master 5.Creating Data

Back to Table of Contents Generating Data Templates Ananke Csv Master includes functionality to create data templates. C...
AnankeCsvMaster

Ananke Csv Master 3.Defining Data

Back to Table of Contents Adding Data Fields When you select a DataSet in the TreeView, you'll see the following display...
AnankeCsvMaster

Ananke Csv Master 2.Creating Data Structures

Back to Table of Contents Before Creating Data Structures AnankeCsvMaster is designed to manage data in a parent-child r...
AnankeCsvMaster

Ananke Csv Master 1.Getting Started

Table of Contents 日本語はこちら(for japanese)→ Basic 1.Getting Started ←here 2.Creating Data Structures 3.Defining Data 4.Gene...
VSCode

【VS Code】タグのプッシュ【git】

いつも忘れるのでVS Codeでのgitのタグのpush方法メモ 上部の入力フィールドから「コマンドの表示と実行」を選択。あるいは Ctrl + Shift + P を押す。 「Git: Push Tags」を実行するとtagがプッシュされ...