Tools

AnankeCsvMaster

Ananke Csv Master よくある質問、トラブルシューティング

Importerのコンパイルエラーが発生する Importer生成後に下記のようなコンパイルエラーが発生する場合があります。 Assets\GameData\Importer\Importer_XXX.cs(8,36): error CS0...
AnankeCsvMaster

Ananke Csv Master Advanced Guide 5.Using Excel Add-in

Back to Table of Contents Installing the Excel Add-in AnankeCsvMaster comes with an Excel add-in for fast CSV importing ...
AnankeCsvMaster

Ananke Csv Master 応用5.Excel アドインを使用する

もくじへ Excel アドインをインストールする AnankeCsvMasterにはCsvを高速にインポート、エクスポートするためのExcelアドインが付属しています。 Boothからダウンロードした場合には「ExcelAddInCsvEx...
Tools

【Unity】AnimatorのStateを整列するエディタ拡張

はじめに UnityでAnimatorControllerにAnimationClipを大量にドロップするとデフォルトでは重なった状態で追加され(下図)、整理するのが面倒です。 この面倒な状況を改善するべくエディタ拡張を作成しました。 本来...
Tools

【Unity】FBXからAnimationClipを抽出するエディタ拡張

はじめに UnityにFBXファイルを持っていくと、FBXファイルに含まれるAnimation情報をAnimationClipとして展開してくれます。 しかし、デフォルトではFBX内に展開されており、このままではUnity上で編集することは...
AnankeCsvMaster

Ananke Csv Master Advanced Guide 4.Setting In-Game Objects like Prefabs

Back to Table of Contents Setting Up Game Objects Ananke CSV Master allows you to specify not only value types like int ...
AnankeCsvMaster

Ananke Csv Master Advanced Guide 3.Adding New Data to Existing DataSets

Back to Table of Contents Adding Data to DataSets As your development progresses, you'll almost certainly encounter situ...
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 ...