Plug-n-Play Game
MOBAゲーム。アニメーターと二人で作りました。ムルチプーシステムなど入っています。 途中でコントロラーを入れたら、自動的に参加できます。 開発もやるのもすごく楽しかったですが、UnityStoreから買ったアセット(Rewired)がプロジェクト repoに入ってしまっているのでGithubで特別なrepoを作ってコードとゲームexeを入れました。 ----- This was a non-trivial project. It's a tower defense game of sorts where any player can plug in a gamepad and join the fray! The game is actually configurable (in the Unity editor) to support up to 8 players. You can change your character and team mid-game! The goal is to blow up the other team's pirate ship tower. I wrote an actor system that allowed any actor in the scene to be controllable with unique control schemes. I also wrote tools via scriptable objects that allowed the designer to adjust values without engineer input.