Unity

C#

【Unity】【DoozyUI】ボタン位置を初期化するメモ

はじめに 最近AssetStoreから削除され、オープンソースへの移行が発表されたDoozyUI。個人的にAnimationがプリセットされたボタンが便利で使っていたのですが、そのボタンを使用する際の注意点メモ。 問題点 ボタンをゲーム再生...
Unity

Unity Asset Storeリリースメモ

はじめに ただの個人的なメモ書きなのであまり有益な情報ではないと思います。 先日AssetStoreでエディタ拡張をリリースしてみたので、それの備忘メモです。 メモ 新規パッケージの初回レビューは1ヶ月程度かかる。 1ヶ月後返答で修正の要望...
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 ...
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...