- Procedural Content Generation for Unity Game Development
- Ryan Watkins
- 122字
- 2021-07-16 09:42:08
What you need for this book
This book uses the popular game engine Unity3D for all of its programming example implementations. At the time this book was written, Unity 5 was the current software version and all the code examples were written with Unity version 5.2.2. All of the code examples are written in the C# language.
You will need to download and install Unity3D onto your computer to follow the examples in this book. All that is required for this is Unity, as it will compile and run your code. It also comes with a code editor, MonoDevelop, which can be used to write your code. If you choose to use a different code editor, you may do so as well.
推薦閱讀
- Learning Neo4j
- 青少年美育趣味課堂:XMind思維導(dǎo)圖制作
- 碼上行動(dòng):零基礎(chǔ)學(xué)會(huì)Python編程(ChatGPT版)
- x86匯編語言:從實(shí)模式到保護(hù)模式(第2版)
- Cassandra Data Modeling and Analysis
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第二版)
- SQL基礎(chǔ)教程(第2版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Spring Boot+MVC實(shí)戰(zhàn)指南
- Django實(shí)戰(zhàn):Python Web典型模塊與項(xiàng)目開發(fā)
- ABAQUS6.14中文版有限元分析與實(shí)例詳解
- HikariCP數(shù)據(jù)庫連接池實(shí)戰(zhàn)
- PHP從入門到精通(第7版)
- Lync Server Cookbook
- Java算法從菜鳥到達(dá)人