- ホーム
- > 洋書
- > 英文書
- > Computer / General
Full Description
An Accessible, Modular Style of Game Building-Easily Start Making Games with Unity 3DC# Game Programming Cookbook for Unity 3D presents a highly flexible core framework to create just about any type of game by plugging in different script components. Most scripts function within the game framework or in your own structures. The techniques and concepts discussed in the book give you a solid foundation in game development.The first ten chapters set up the flexible, reusable framework based in C# and suitable for all game types. The book also explains scripting of generic, reusable, and common functionality. The remainder of the text adds game-specific code to the framework to create four example games: a top-down arena shooter, a futuristic racing combat game, a tank arena deathmatch game, and a classic arcade-style vertical scrolling shoot 'em up. The games encompass artificial intelligence (path following, target chasing, and line-of-sight patrolling behaviors), game state control, wheel colliders, and weapon inventory management. The example files are available for download on the book's CRC Press web page.Reducing your recoding, repurposing, or adaptation time, this book provides script-based components that you can use to jump start your own projects. The book's modular components can be mixed and matched to build various kinds of video games for the Unity game engine.
Contents
Making Games the Modular Way Important Programming ConceptsBuilding the Core Game Framework Controllers and Managers Building the Core Framework ScriptsPlayer Structure Game-Specific Player Controller Dealing with Input Player Manager User Data ManagerRecipes: Common Components Introduction The Timer Class Spawn ScriptsSet Gravity Pretend Friction-Friction Simulation to Prevent Slipping Around Cameras Input Scripts Automatic Self-Destruction Script Automatic Object SpinnerScene Manager Building Player Movement ControllersShoot 'Em Up Spaceship Humanoid Character Wheeled Vehicle Weapon Systems Building the ScriptsRecipe: Waypoints Manager Waypoint System Recipe: Sound Manager The Sound Controller The Music Player Adding Sound to the Weapons AI Manager The AI State Control Script The Base AI Control Script Adding Weapon Control to the AI ControllerMenus and User Interface The Main Menu In-Game User InterfaceDish: Lazer Blast SurvivalMain Menu Scene Main Game Scene Prefabs Ingredients Game Controller Player Controller Enemies Wave Spawning and Control Wave Properties Weapons and Projectiles User Interface Dish: Metal Vehicle DoomMain Menu Scene Main Game Scene IngredientsDish: Making the Game Tank Battle Main Game Scene PrefabsIngredients Game Controller Battle Controller Global Battle Manager PlayersAI Chasing with SetAIChaseTargetBasedOnTag.csDish: Making the Game Interstellar Paranoids Main Menu Game Scenes PrefabsFinal NoteIndex