Skip to Content
Procedural Content Generation for Unity Game Development
book

Procedural Content Generation for Unity Game Development

by Ryan Watkins
January 2016
Beginner
260 pages
5h 48m
English
Packt Publishing
Content preview from Procedural Content Generation for Unity Game Development

Seeding the dungeon

We can set a seed value for any dungeon to recreate that dungeon. There is a simple way to test this as well. In the DungeonManager.cs file, add the line Random.seed = 1; to the top of the definition of the StartDungeon function.

Now return to the Unity Editor and play the game. Enter a dungeon and take a screenshot of the overview. Then, end the game and play again. Enter a dungeon and compare its overview to that of the screenshot. You will see that they have the exact same shape.

This is how we can destroy an entire randomly generated dungeon, yet return to it at a later time. You can adapt this line of code for situations such as having a player return to a dungeon to complete a task. For now, you can comment this line out ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

2D Game Development with Unity

2D Game Development with Unity

Franz Lanzinger
Unity Game Development Cookbook

Unity Game Development Cookbook

Paris Buttfield-Addison, Jon Manning, Tim Nugent

Publisher Resources

ISBN: 9781785287473Supplemental Content