Jump to ratings and reviews
Rate this book

Procedural Content Generation for Unity Game Development

Rate this book
Procedural Content Generation is a process by which game content is developed using computer algorithms, rather than through the manual efforts of game developers. This book teaches readers how to develop algorithms for procedural generation that they can use in their own games. These concepts are put into practice using C# and Unity is used as the game development engine.

This book provides the fundamentals of learning and continued learning using PCG. You'll discover the theory of PCG and the mighty Pseudo Random Number Generator. Random numbers such as die rolls and card drafting provide the chance factor that makes games fun and supplies spontaneity. This book also takes you through the full development of a 2D game.

Starting with level generation, you'll learn how PCG can make the game environment for you. You'll move into item generation and learn the different techniques to procedurally create game items. Thereafter, you'll be guided through the more abstract PCG areas such as scaling difficulty to the player and even generating music! The book helps you set up systems within your games where algorithms create computationally generated levels, art assets, quests, stories, characters, and weapons; these can substantially reduce the burden of manually creating every aspect of the game.

Finally, you'll get to try out your new PCG skills on 3D terrain generation.

234 pages, ebook

Published January 30, 2016

6 people are currently reading
20 people want to read

About the author

Ryan Watkins

29 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
3 (42%)
3 stars
4 (57%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Andrew.
43 reviews
September 8, 2018
The book starts out strong, but the later chapters seem to lack a bit of focus.

The structure of the code samples isn't the greatest, from the perspective of a serious programmer.

Still, some of the base techniques and algorithms of this book will prove useful in future.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.