A set of script templates to use when creating scripts in Unity. Replaces the default script template with an empty one (removes Start and Update, and unused imports). For video instructions, click ...
ツクール風の2D移動を再現するスクリプト。 H2A_CharaChipがADDされたオブジェクトに一緒に付けることで、 ツクール風の歩行アニメーションを実現することができる。(勿論無くても動作する。
To start up with CURD(Create,Update,Read,Delete) operations in unity3D using SQLite. You need to follow few steps: Steps for installing and use sqlite browser: 1.You ...