Unity 5.x by example :: an example-based practical guide to get you up and running with Unity 5.x /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource : illustrations |
ISBN: | 9781785888120 1785888129 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn946054945 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d OCLCL | ||
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 | ||
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 | 7 | |a 006.686 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Thorn, Alan, |e author. |0 http://id.loc.gov/authorities/names/n2003014900 | |
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 | |
630 | 0 | 0 | |a Unity (Electronic resource) |0 http://id.loc.gov/authorities/names/n2011038776 |
630 | 0 | 7 | |a Unity (Electronic resource) |2 fast |
650 | 0 | |a Computer graphics. | |
650 | 0 | |a User interfaces (Computer systems) |0 http://id.loc.gov/authorities/subjects/sh88001679 | |
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 | |
758 | |i has work: |a Unity 5.x by example (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGkkJ39cCBRr7BpTFJjYGd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | |z 1-78588-838-2 | ||
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213509 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn946054945 |
---|---|
_version_ | 1816882345188261889 |
adam_text | |
any_adam_object | |
author | Thorn, Alan |
author_GND | http://id.loc.gov/authorities/names/n2003014900 |
author_facet | Thorn, Alan |
author_role | aut |
author_sort | Thorn, Alan |
author_variant | a t at |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | T385 |
callnumber-raw | T385 |
callnumber-search | T385 |
callnumber-sort | T 3385 |
callnumber-subject | T - General Technology |
collection | ZDB-4-EBA |
contents | 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 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 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 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 Code Sample 8.4The Attack state; Code Sample 8.5; Summary; Index |
ctrlnum | (OCoLC)946054945 |
dewey-full | 006.686 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.686 |
dewey-search | 006.686 |
dewey-sort | 16.686 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08128cam a2200745 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn946054945</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160406s2016 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">YDXCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBBG</subfield><subfield code="d">C6I</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKMGB</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">OCLCA</subfield><subfield code="d">UKAHL</subfield><subfield code="d">RDF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">TOH</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCA</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCA</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB6G3512</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018010640</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">945752059</subfield><subfield code="a">945783594</subfield><subfield code="a">1259163900</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785888120</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785888129</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781785888380</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1785888382</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)946054945</subfield><subfield code="z">(OCoLC)945752059</subfield><subfield code="z">(OCoLC)945783594</subfield><subfield code="z">(OCoLC)1259163900</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000730</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">T385</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">000000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.686</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Thorn, Alan,</subfield><subfield code="e">author.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2003014900</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Unity 5.x by example :</subfield><subfield code="b">an example-based practical guide to get you up and running with Unity 5.x /</subfield><subfield code="c">Alan Thorn.</subfield></datafield><datafield tag="246" ind1="3" ind2=" "><subfield code="a">Unity five-point-x by example</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover page (Safari, viewed April 5, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="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.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Code Sample 8.4The Attack state; Code Sample 8.5; Summary; Index</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Unity (Electronic resource)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2011038776</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Unity (Electronic resource)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer graphics.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">User interfaces (Computer systems)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh88001679</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Video games</subfield><subfield code="x">Design.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Infographie.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Interfaces utilisateurs (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Jeux vidéo</subfield><subfield code="x">Conception.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">computer graphics.</subfield><subfield code="2">aat</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer games</subfield><subfield code="x">Design</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer graphics</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">User interfaces (Computer systems)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Unity 5.x by example (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGkkJ39cCBRr7BpTFJjYGd</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78588-838-2</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213509</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH30492627</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1213509</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis34312269</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12908306</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn946054945 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:08Z |
institution | BVB |
isbn | 9781785888120 1785888129 |
language | English |
oclc_num | 946054945 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Thorn, Alan, author. http://id.loc.gov/authorities/names/n2003014900 Unity 5.x by example : an example-based practical guide to get you up and running with Unity 5.x / Alan Thorn. Unity five-point-x by example Birmingham, UK : Packt Publishing, 2016. 1 online resource : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Online resource; title from cover page (Safari, viewed April 5, 2016). Includes index. Annotation 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. 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 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 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 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 Code Sample 8.4The Attack state; Code Sample 8.5; Summary; Index Unity (Electronic resource) http://id.loc.gov/authorities/names/n2011038776 Unity (Electronic resource) fast Computer graphics. User interfaces (Computer systems) http://id.loc.gov/authorities/subjects/sh88001679 Video games Design. Infographie. Interfaces utilisateurs (Informatique) Jeux vidéo Conception. computer graphics. aat COMPUTERS General. bisacsh Computer games Design fast Computer graphics fast User interfaces (Computer systems) fast has work: Unity 5.x by example (Text) https://id.oclc.org/worldcat/entity/E39PCGkkJ39cCBRr7BpTFJjYGd https://id.oclc.org/worldcat/ontology/hasWork 1-78588-838-2 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213509 Volltext |
spellingShingle | Thorn, Alan Unity 5.x by example : an example-based practical guide to get you up and running with Unity 5.x / Community experience distilled. 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 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 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 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 Code Sample 8.4The Attack state; Code Sample 8.5; Summary; Index Unity (Electronic resource) http://id.loc.gov/authorities/names/n2011038776 Unity (Electronic resource) fast Computer graphics. User interfaces (Computer systems) http://id.loc.gov/authorities/subjects/sh88001679 Video games Design. Infographie. Interfaces utilisateurs (Informatique) Jeux vidéo Conception. computer graphics. aat COMPUTERS General. bisacsh Computer games Design fast Computer graphics fast User interfaces (Computer systems) fast |
subject_GND | http://id.loc.gov/authorities/names/n2011038776 http://id.loc.gov/authorities/subjects/sh88001679 |
title | Unity 5.x by example : an example-based practical guide to get you up and running with Unity 5.x / |
title_alt | Unity five-point-x by example |
title_auth | Unity 5.x by example : an example-based practical guide to get you up and running with Unity 5.x / |
title_exact_search | Unity 5.x by example : an example-based practical guide to get you up and running with Unity 5.x / |
title_full | Unity 5.x by example : an example-based practical guide to get you up and running with Unity 5.x / Alan Thorn. |
title_fullStr | Unity 5.x by example : an example-based practical guide to get you up and running with Unity 5.x / Alan Thorn. |
title_full_unstemmed | Unity 5.x by example : an example-based practical guide to get you up and running with Unity 5.x / Alan Thorn. |
title_short | Unity 5.x by example : |
title_sort | unity 5 x by example an example based practical guide to get you up and running with unity 5 x |
title_sub | an example-based practical guide to get you up and running with Unity 5.x / |
topic | Unity (Electronic resource) http://id.loc.gov/authorities/names/n2011038776 Unity (Electronic resource) fast Computer graphics. User interfaces (Computer systems) http://id.loc.gov/authorities/subjects/sh88001679 Video games Design. Infographie. Interfaces utilisateurs (Informatique) Jeux vidéo Conception. computer graphics. aat COMPUTERS General. bisacsh Computer games Design fast Computer graphics fast User interfaces (Computer systems) fast |
topic_facet | Unity (Electronic resource) Computer graphics. User interfaces (Computer systems) Video games Design. Infographie. Interfaces utilisateurs (Informatique) Jeux vidéo Conception. computer graphics. COMPUTERS General. Computer games Design Computer graphics |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213509 |
work_keys_str_mv | AT thornalan unity5xbyexampleanexamplebasedpracticalguidetogetyouupandrunningwithunity5x AT thornalan unityfivepointxbyexample |