Unity 5.x by example : an example-based practical guide to get you up and running with Unity 5.x /
Annotation
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2016.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | EBSCO_ocn946054945 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160406s2016 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d N$T |d YDXCP |d IDEBK |d KSU |d DEBBG |d C6I |d OCLCQ |d CEF |d NLE |d INT |d OCLCQ |d UKMGB |d AGLDB |d IGB |d OCLCA |d UKAHL |d RDF |d OCLCO |d OCLCQ |d TOH |d OCLCQ |d OCLCA |d QGK |d OCLCO |d OCLCA | ||
015 | |a GBB6G3512 |2 bnb | ||
016 | 7 | |a 018010640 |2 Uk | |
019 | |a 945752059 |a 945783594 |a 1259163900 | ||
020 | |a 9781785888120 |q (electronic bk.) | ||
020 | |a 1785888129 |q (electronic bk.) | ||
020 | |z 9781785888380 | ||
020 | |z 1785888382 | ||
029 | 1 | |a AU@ |b 000058967226 | |
029 | 1 | |a AU@ |b 000067102361 | |
029 | 1 | |a DEBBG |b BV043969164 | |
029 | 1 | |a DEBSZ |b 485796775 | |
029 | 1 | |a GBVCP |b 882849239 | |
029 | 1 | |a UKMGB |b 018010640 | |
035 | |a (OCoLC)946054945 |z (OCoLC)945752059 |z (OCoLC)945783594 |z (OCoLC)1259163900 | ||
037 | |a CL0500000730 |b Safari Books Online | ||
050 | 4 | |a T385 | |
072 | 7 | |a COM |x 000000 |2 bisacsh | |
082 | 0 | 4 | |a 006.686 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Thorn, Alan, |e author. | |
245 | 1 | 0 | |a Unity 5.x by example : |b an example-based practical guide to get you up and running with Unity 5.x / |c Alan Thorn. |
246 | 3 | |a Unity five-point-x by example | |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from cover page (Safari, viewed April 5, 2016). | |
500 | |a Includes index. | ||
520 | 8 | |a Annotation |b An example-based practical guide to get you up and running with Unity 5.xAbout This Book The most updated resource on Unity 5.x with comprehensive discussion on all the new features of Unity 5.x Understand the core concepts surrounding Unity5 game development with this power-packed hands-on guide Brush up your existing game development skills and create games that have a brilliant gameplay using the excellent examples from this bookWho This Book Is ForThe ideal target audience for this book would be game developers. They need not have previous experience with Unity since this book will cover all the basics about game development with unity. This would also be a very good resource for Unity developers who want to brush up their basic Unity skills and also get up and running with creating interesting games with Unity 5.x. What You Will Learn Understand core Unity concepts, such as game objects, components, and scenes Learn level design techniques for building immersive and interesting worlds Learn to make functional games with C# scripting Use the toolset creatively to build games of different themes and styles Learn to handle player controls and input functionality Dive into the process of working with terrains and world-creation tools Import custom content into Unity from third-party tools, such as Maya and Blender Get to grips with making both 2D and 3D gamesIn DetailUnity is an exciting and popular engine in the game industry. Throughout this book, you'll learn how to use Unity by making four fun game projects, from shooters and platformers to exploration and adventure games. Unity 5 By Example is an easy-to-follow guide for quickly learning how to use Unity in practical context, step by step, by making real-world game projects. Even if you have no previous experience of Unity, this book will help you understand the toolset in depth. You'll learn how to create a time-critical collection game, a twin-stick space shooter, a platformer, and an action-fest game with intelligent enemies. In clear and accessible prose, this book will present you with step-by-step tutorials for making four interesting games in Unity 5 and explain all the fundamental concepts along the way. Starting from the ground up and moving toward an intermediate level, this book will help you establish a strong foundation in making games with Unity 5. Style and approachThis book would be a very unique resource for any game developer who wants to get up and running with Unity. The unique example based approach will take you through the most basic games towards the more complex ones and will gradually build your skill level. | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: The Coin Collection Game -- Part 1; Game design; Getting started -- Unity and projects; Projects and project folders; Importing assets; Starting a level; Transformations and navigation; Scene building; Lighting and sky; Play testing and the Game tab; Adding a water plane; Adding a coin to collect; Summary; Chapter 2: Project A -- the Collection Game Continued; Creating a coin material; C# scripting in Unity; Counting coins; Code Sample 2.3; Collecting coins; Code Sample 2.5 | |
505 | 8 | |a Coins and prefabsTimers and countdowns; Code Sample 2.6; Celebrations and fireworks!; Code Sample 2.7; Play testing; Building; Summary; Chapter 3: Project B -- the Space Shooter; Looking ahead -- the completed project; Getting started with a space shooter; Creating a player object; Player input; Code Sample 3.1; Configuring the game camera; Bounds locking; Code Sample 3.2; Health; Code Sample 3.3; Death and particles; Code Sample 3.4; Enemies; Code Sample 3.6; Code Sample 3.7; Code Sample 3.8; Enemy spawning; Code Sample 3.9; Summary; Chapter 4: Continuing the Space Shooter | |
505 | 8 | |a Guns and gun turretsAmmo prefabs; Code Sample 4-1; Ammo spawning; Code Sample 4.2; Code Sample 4.3; User controls; Scores and scoring -- UI and text objects; Working with scores -- scripting with text; Code Sample 4.4; Polishing; Testing and diagnosis; Building; Summary; Chapter 5: Project C -- a 2D Adventure; A 2D Adventure -- getting started; Importing assets; Creating an environment -- getting started; Environment Physics; Creating a player; Scripting the player movement; Code Sample 5.1; Optimization; Summary; Chapter 6: Continuing the 2D Adventure; Moving platforms; Code Sample 6.1 | |
505 | 8 | |a Creating other scenes -- levels 2 and 3Kill zones; Code Sample 6.2; The UI health bar; Code Sample 6.3; Ammo and hazards; Gun turrets and ammo; NPCs and quests; Code Sample 6.8; Summary; Chapter 7: Project D -- Intelligent Enemies; An overview of the project; Getting started; Terrain construction; Navigation and navigation meshes; Building an NPC; Code Sample 7.1; Creating patrolling NPCs; Summary; Chapter 8: Continuing with Intelligent Enemies; Enemy AI -- range of sight; Code Sample 8.1; An overview of Finite State Machines; Code Sample 8.2; The Patrol state; Code Sample 8.3; The Chase state | |
505 | 8 | |a Code Sample 8.4The Attack state; Code Sample 8.5; Summary; Index | |
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 0 | |a Unity (Electronic resource) |
630 | 0 | 7 | |a Unity (Electronic resource) |2 fast |
650 | 0 | |a Computer graphics. | |
650 | 0 | |a User interfaces (Computer systems) | |
650 | 0 | |a Video games |x Design. | |
650 | 6 | |a Infographie. | |
650 | 6 | |a Interfaces utilisateurs (Informatique) | |
650 | 6 | |a Jeux vidéo |x Conception. | |
650 | 7 | |a computer graphics. |2 aat | |
650 | 7 | |a COMPUTERS |x General. |2 bisacsh | |
650 | 7 | |a Computer games |x Design |2 fast | |
650 | 7 | |a Computer graphics |2 fast | |
650 | 7 | |a User interfaces (Computer systems) |2 fast | |
776 | |z 1-78588-838-2 | ||
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213509 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781785888380/?ar |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH30492627 | ||
938 | |a EBSCOhost |b EBSC |n 1213509 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis34312269 | ||
938 | |a YBP Library Services |b YANK |n 12908306 | ||
994 | |a 92 |b IZTAP |