「Unityでゲームを作る際、キャラや武器のステータスをどう管理すればいいか分からない」 ハードコードすると変更が大変で、データ管理も難しくなってしまいます。この記事では、UnityのScriptableObjectを使って、キャラや武器などのステータスを外部データ ...
敵データをハードコードしていたせいで、修正のたびにプレハブを開き直していた時期がある。 ある受託案件で、依頼主から「敵を50体追加したい」と言われて初めて、 ScriptableObjectで設計し直さないと詰む と気づいた。 その経験をClaude Codeで再現・整理し ...
Install with the Unity Package Manager: https://github.com/Ra-Coding/unity-scriptableobject-gameevents.git#upm ...
This project is a demo for implementing MVC model in Unity with ScriptableObject events. The reference for MVC model in Unity is here:https://www.youtube.com/watch?v ...