Advanced Unity Game Development
eBook - ePub

Advanced Unity Game Development

Build Professional Games with Unity, C#, and Visual Studio

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Advanced Unity Game Development

Build Professional Games with Unity, C#, and Visual Studio

Book details
Table of contents
Citations

About This Book

Jump start your Unity game development journey with a detailed review of a complete, professionally built game using Unity, C#, and Visual Studio. Gain invaluable experience with code structure, project structure, centralization of game state data, controlled initialization of script components, AI opponents, multiple input sources, player preferences, a full HUD and menu system, music and sound effects, level/track building, and more.

Author Victor Brusca walks you through the game's code, scripts, and overall structure, all the while showing you how the code works within the Unity engine to define a complete, refined game. Starting with game specifications, the book covers base classes, basic interaction classes, advanced interaction classes, helper classes, input classes, and abstraction of raw input. Next, you'll dive into the menu system and see how a full, complete menu and HUD are coded and set up in the project through a detailed review of the code and working examples. Subsequently, you'll gain insight on player and game state management, and the author will demystify the component-based structure of Unity games by demonstrating how to maintain order and centralization. Lastly, you will review pertinent build and project settings while learning techniques to profile and check the performance of your games, and tie it all together by building a new racetrack for the included game project.

On completing this book, you'll have gained experience through the detailed review of a hover car racing game using C#, Unity Coding, Visual Studio, Unity C# Project Management, Unity Environment, Unity Project Management and more. What You Will Learn

  • Understand Unity project design and implementation with regard to code base and scene hierarchy/game objects
  • Learn to implement game mechanics connected to Unity scene game objects with working demonstrations
  • Review professional topics, such as AI opponents, data persistence, menu systems, etc., and implement in the included project
  • Create a complete game from ground up using prefab models and the code reviewed throughout the text

Who This Book Is For Readers with some coding experience, an understanding of classes in an OOP language, and solid experience using the Unity Editor. The code is reviewed and explained in detail on a class-by-class basis while also providing an overview of the overall structure of the code base, project, and scenes.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Advanced Unity Game Development by Victor G Brusca in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Games. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2021
ISBN
9781484278512

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction and Getting Started
  4. 2. Game Specifications
  5. 3. Base Class
  6. 4. Interaction Classes
  7. 5. Advanced Interaction Classes
  8. 6. Helper Classes
  9. 7. Input Classes
  10. 8. Menu System Classes
  11. 9. Player and Game State Classes Part 1
  12. 10. Player and Game State Classes Part 2
  13. 11. Making It Professional
  14. 12. Adding a New Racetrack
  15. 13. Conclusion
  16. Back Matter