忘れ物をして、不幸にも二日連続でスシローに行ったテトラさんです。スシが効く。 シトロンワールドというゲームを作っていて、たまに開発記事を書いたりしています。フォローして未来を目撃しましょう。 突然ですが皆さん、データの管理ってどうし ...
「Unityでゲームを作る際、キャラや武器のステータスをどう管理すればいいか分からない」 ハードコードすると変更が大変で、データ管理も難しくなってしまいます。この記事では、UnityのScriptableObjectを使って、キャラや武器などのステータスを外部データ ...
Join the Discord Community if you have questions or need help. See upcoming features and development progress on the Trello Board. First you'll need to install the package with Unity Package Manager.
Ever had to handle complex animations that require multiple frames such as jump, attack, or receiving damage? Generally this results in messy Animator variables and repeated code. Unity Animator ...