Cargando…

Getting started with Unity 5 : leverage the power of Unity 5 to create amazing 3D games /

If you are a game developer interested in learning Unity 3D from scratch and becoming familiar with its core features, then this book is for you. No prior knowledge of Unity 3D is required.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lavieri, Edward D., Jr (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn911430922
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 150623s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d IDEBK  |d EBLCP  |d TEFOD  |d E7B  |d DEBSZ  |d N$T  |d DEBBG  |d YDXCP  |d COO  |d TEFOD  |d OCLCQ  |d MERUC  |d VT2  |d U3W  |d OCLCF  |d CEF  |d UKMGB  |d OCLCQ  |d WYU  |d AU@  |d OCLCO  |d OCLCQ  |d UKAHL  |d OCLCQ  |d OCLCO  |d SFB  |d AJS  |d DST  |d OCLCO  |d OCLCQ  |d OCLCA  |d OCL  |d OCLCA 
015 |a GBB753682  |2 bnb 
016 7 |a 018007239  |2 Uk 
019 |a 910706090  |a 912326466  |a 913921980  |a 1058360697  |a 1145558837  |a 1162037060  |a 1241878654  |a 1259093733  |a 1300582504  |a 1303300410  |a 1303418930  |a 1327219394  |a 1397403112 
020 |a 9781784395636  |q (electronic bk.) 
020 |a 1784395633  |q (electronic bk.) 
020 |a 1784398314 
020 |a 9781784398316 
020 |z 9781784398316 
029 1 |a AU@  |b 000062581569 
029 1 |a DEBBG  |b BV042683783 
029 1 |a DEBBG  |b BV043620718 
029 1 |a DEBSZ  |b 433957212 
029 1 |a DEBSZ  |b 446589926 
029 1 |a UKMGB  |b 018007239 
035 |a (OCoLC)911430922  |z (OCoLC)910706090  |z (OCoLC)912326466  |z (OCoLC)913921980  |z (OCoLC)1058360697  |z (OCoLC)1145558837  |z (OCoLC)1162037060  |z (OCoLC)1241878654  |z (OCoLC)1259093733  |z (OCoLC)1300582504  |z (OCoLC)1303300410  |z (OCoLC)1303418930  |z (OCoLC)1327219394  |z (OCoLC)1397403112 
037 |a CL0500000606  |b Safari Books Online 
037 |a 7B443512-244B-48C2-9532-ED5A1758C987  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.C672 
072 7 |a GAM  |x 001000  |2 bisacsh 
082 0 4 |a 794.81536  |2 23 
049 |a UAMI 
100 1 |a Lavieri, Edward D.,  |c Jr.,  |e author. 
245 1 0 |a Getting started with Unity 5 :  |b leverage the power of Unity 5 to create amazing 3D games /  |c Dr. Edward Lavieri. 
246 3 |a Getting started with Unity five 
246 3 0 |a Leverage the power of Unity 5 to create amazing 3D games 
246 3 |a Leverage the power of Unity five to create amazing three-dimensional games 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
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 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from cover (Safari, viewed June 17, 2015). 
500 |a Includes index. 
505 0 |a Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Getting Jiggy with the Unity Interface -- Why Unity? -- Getting your hands on Unity -- Projects -- Layouts -- Views -- The Scene view -- The Game view -- The Hierarchy view -- The Project view -- Inspector view -- Transform tools -- Cameras -- Summary -- Chapter 2: Creating the Game Environment -- Game design -- Game look -- Player objectives -- Gameplay -- User actions -- Artificial Intelligence -- End state -- Terrain -- Creating the terrain -- Adding mountains -- Adding a river -- Textures -- Additional environmental features -- Natural bridge -- Planting trees -- Water -- Creating the sky -- Summary -- Chapter 3: Working with Assets -- Assets -- Asset packages -- Unity Asset Store -- Adding assets to your game -- Using the Unity Asset Store -- Importing a custom asset package -- Importing the game characters -- Importing the buildings -- Using Blender to create assets for your game -- Summary -- Chapter 4: Animating the Game Characters -- Animation basics -- Character controllers -- First person controller -- Creating a third person controller -- Animating player characters -- Little farmer Colt -- Old farmer character -- Farm animals -- Previewing animations -- Creating animation clips -- Summary -- Chapter 5: Scripting the Game -- C# programming primer -- Syntax -- Naming conventions -- Class, function, and method names -- Camel case -- Abbreviations -- Special characters -- Data types -- Using MonoDevelop -- Scripting with C# in Unity -- Start and update functions -- Scripting example -- Unity scripting assets -- Scripting our game -- Script planning -- Gathering corn -- Gathering water -- Feeding piglets -- Feeding baby chicks -- Feeding pigs -- Feeding adult chickens -- Data requirements. 
505 8 |a All about the pigs -- Chicks and chickens -- Corn and water -- Initializing our data -- Selective scripts -- Selective script -- global variables -- Selective script -- evoking the take animation -- Selective script -- feeding the farm animals -- Organizing scripts -- Summary -- Chapter 6:Adding a Graphical User Interface -- An overview of GUI -- Functions of a GUI -- Feedback -- Control -- Feedback and Control -- Game Layers -- Unity 5's UI system -- Canvas -- Render mode -- Creating a GUI -- HUD -- Creating a HUD -- Mini-Maps -- Creating a mini-map -- Game navigation -- Summary -- Chapter 7:Polishing and Optimizing the Game -- Sight and sound -- Unity's sound capabilities -- Audio listener -- Audio clips -- Audio source -- Implementing sound effects -- Visual effects -- Spotlight orb with halo effect -- Casting shadows -- Trail rendering -- Rendering options -- The Profiler window -- Rendering optimization -- Imposing limits -- Baking images -- Optimizing scripts -- Summary -- Chapter 8:What's Next? -- Improving our game -- Audio -- Visual effects -- Functionality -- Levels -- Project management -- Unity workflow -- Art and animation -- Scripts -- Other assets -- Scaling projects -- Development concepts -- Cross-platform considerations -- Plugins -- Attribution -- Advanced topics -- Particle systems -- Inventory control systems -- Dialog systems -- Summary -- Index. 
520 |a If you are a game developer interested in learning Unity 3D from scratch and becoming familiar with its core features, then this book is for you. No prior knowledge of Unity 3D is required. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Unity (Electronic resource) 
630 0 7 |a Unity (Electronic resource)  |2 fast  |0 (OCoLC)fst01795070 
650 0 |a Computer games  |x Design. 
650 0 |a Computer games  |x Programming. 
650 0 |a Video games  |x Design. 
650 0 |a Video games  |x Programming. 
650 6 |a Jeux d'ordinateur  |x Conception. 
650 6 |a Jeux d'ordinateur  |x Programmation. 
650 6 |a Jeux vidéo  |x Conception. 
650 6 |a Jeux vidéo  |x Programmation. 
650 7 |a GAMES  |x Board.  |2 bisacsh 
650 7 |a Computer games  |x Design.  |2 fast  |0 (OCoLC)fst00872112 
650 7 |a Video games  |x Programming.  |2 fast  |0 (OCoLC)fst00872114 
650 7 |a Video games  |x Design.  |2 fast  |0 (OCoLC)fst01166425 
776 0 8 |i Print version:  |a Lavieri, Edward.  |t Getting started with unity 5 : leverage the power of unity 5 to create amazing 3D games.  |d Birmingham, [England] ; Mumbai, [India] : Packt Publishing, ©2015  |h 164 pages  |k Community experience distilled.  |z 9781784398316 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1000532  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28649612 
938 |a EBL - Ebook Library  |b EBLB  |n EBL2059368 
938 |a ebrary  |b EBRY  |n ebr11064507 
938 |a EBSCOhost  |b EBSC  |n 1000532 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31698579 
938 |a YBP Library Services  |b YANK  |n 12457983 
994 |a 92  |b IZTAP