Search Unity

"C# Game Programming Cookbook for Unity 3D" - what to expect?

Discussion in 'General Discussion' started by The Painter, Jun 20, 2014.

  1. The Painter

    The Painter

    Joined:
    Jun 19, 2014
    Posts:
    6
    Hello,

    does anybody know what to expect from Jeff Murrays upcoming book "C# Game Programming Cookbook for Unity 3D"? It pretty much sounds exactly like what I'd want to read right now, since I stopped using unity a few years ago and am facing a fresh start using C# this time.

    Thanks for hints and best regards,

    Painter
     
  2. vmachupalli

    vmachupalli

    Joined:
    Apr 7, 2014
    Posts:
    8
    C# 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.