- Procedural Content Generation for Unity Game Development
- Ryan Watkins
- 232字
- 2021-07-16 09:42:09
Chapter 1. Pseudo Random Numbers
This chapter will introduce the idea of procedural content generation and one highly useful component, pseudo random numbers. Later in the chapter, you will use pseudo random numbers to create a derivation of the classic Hello World
program. For convenience, procedural content generation will be abbreviated to PCG for the remainder of the text. Let's also abbreviate pseudo random numbers to PRNs.
Here's a quick overview of what the chapter will cover and what you will learn:
- Define PCG: What it is and what you can do with it
- Discover PRN generation
- Learn how PRNs relate to PCG
- Use PRNs in our first program
- Develop a new randomized PCG like the
Hello World
program
In this chapter, we will complete a very simple step-by-step example. The example in this chapter will be simple enough to help introduce newcomers to Unity and also serve as a refresher to those coming back after some time away. However, it is important to remember that the successive examples will be much more involved. It is best that you are fundamentally familiar with Unity and C# scripting in Unity.
Note
Unity Technologies offers a range of tutorials for beginners at https://unity3d.com/learn/tutorials.
You can also reference the Unity Documentation if you need to know the usage of any specific part of Unity at http://docs.unity3d.com/Manual/index.html.
Now, let's dive in and start learning.
- Android Development with Kotlin
- C語言程序設計教程(第2版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- SEO實戰密碼
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- C和C++游戲趣味編程
- C#開發案例精粹
- Python大學實用教程
- Web Developer's Reference Guide
- Machine Learning for Developers
- MySQL核心技術與最佳實踐
- Illustrator CS6中文版應用教程(第二版)
- Learning IBM Bluemix
- iOS程序員面試筆試真題與解析
- Python快速編程入門