Indie Game Development Pipeline Volume 3: Game Boss Prototyping
In this series of tutorials, we'll go through the process of prototyping the main functionality of a game boss you might see in a 2D side-scroller. Software required: Unity 4.3.
What you'll learn
In this series of tutorials, we'll go through the process of prototyping the main functionality of a game boss you might see in a 2D side-scroller.If you started the Indie Game Development Pipeline with Volume 1, you've had the chance to work on your game concept art and even work on prototyping the player character. In this volume, we'll begin prototyping the functionality of our game boss using the powerful Unity game engine. We'll begin by discussing the design of our boss battle. This will help us stay on task and identify any holes in our logic. Once we have a solid understanding of our gameplay design, we'll begin to configure the assets for the game boss and the battle environment. After that, we'll begin scripting each phase of the boss battle. We'll begin with small tasks, but before long we'll have an entire system that will become more and more powerful. Once you've completed this volume, you can move on to Volume 4, where we'll go through the process of modeling and texturing the main character. Then you can continue on with the subsequent volumes on modeling and texturing the game boss, rigging, animation, and final game assembly. These tutorials move step-by-step and use our particular concepts, but we really encourage you to have some fun and make it your own. Software required: Unity 4.3.
Table of contents
- Designing the Boss Battle 7m
- Setting up the Boss Game Object 8m
- Setting up the Boss Battle Environment 7m
- Scripting the Checkpoint Behavior 7m
- Waking up the Boss 7m
- Disabling the Character Movement 6m
- Animating the Boss Intro 7m
- Accessing Animations Through a Script 8m
- Using Animation Events 7m
- Creating the Idle Timer 8m
- Creating the Boss Health Script 7m
- Creating the Boss Attack Phase 7m
- Activating the Hand Triggers 6m
- Scripting the Damage Player Script 8m
- Updating the Boss Health 6m