|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn793288149 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
120508s2011 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d N$T
|d COO
|d OCLCQ
|d YDXCP
|d DEBSZ
|d OCLCQ
|d OCLCA
|d VT2
|d S4S
|d OCLCF
|d EBLCP
|d OCLCQ
|d OCL
|d OCLCQ
|d JBG
|d MERUC
|d OCLCQ
|d OCLCO
|d CEF
|d OCLCQ
|d OCLCO
|d AU@
|d OCLCA
|d OCLCQ
|d OCLCO
|d OCLCQ
|d INARC
|d OCLCO
|d OCLCQ
|d OCLCA
|d OCL
|d OCLCA
|d OCLCO
|d OCLCA
|
019 |
|
|
|a 774158670
|a 801365257
|a 803513300
|
020 |
|
|
|a 9781849691451
|q (electronic bk.)
|
020 |
|
|
|a 1849691452
|q (electronic bk.)
|
020 |
|
|
|z 9781849691444
|
020 |
|
|
|z 1849691444
|
029 |
1 |
|
|a DEBBG
|b BV040902447
|
029 |
1 |
|
|a DEBSZ
|b 37829976X
|
029 |
1 |
|
|a DEBSZ
|b 381385213
|
029 |
1 |
|
|a DEBSZ
|b 397324138
|
029 |
1 |
|
|a GBVCP
|b 785438580
|
035 |
|
|
|a (OCoLC)793288149
|z (OCoLC)774158670
|z (OCoLC)801365257
|z (OCoLC)803513300
|
037 |
|
|
|a CL0500000137
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.C672
|b G654 2011
|
072 |
|
7 |
|a GAM
|x 013000
|2 bisacsh
|
082 |
0 |
4 |
|a 794.81/526
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Goldstone, Will.
|
245 |
1 |
0 |
|a Unity 3.x game development essentials :
|b game development with C♯ and Javascript /
|c Will Goldstone.
|
246 |
3 |
0 |
|a Game development with C♯ and Javascript
|
246 |
3 |
|
|a Game development with C sharp and Javascript
|
250 |
|
|
|a 2nd ed.
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c 2011.
|
300 |
|
|
|a 1 online resource (x, 462 pages) :
|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 Print version record.
|
505 |
0 |
|
|a Unity 3.xGame Development Essentials; Unity 3.x Game Development Essentials; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Getting help with the book and updates; Conventions; Reader feedback; Customer support; Downloading the book asset bundle; Downloading the color images of this book; Errata; Piracy; Questions; 1. Enter the Third Dimension; Getting to grips with 3D.
|
505 |
8 |
|
|a CoordinatesLocal space versus world space; Vectors; Cameras; Projection mode--3D versus 2D; Polygons, edges, vertices, and meshes; Materials, textures, and shaders; Rigidbody physics; Collision detection; Essential Unity concepts; The Unity way--an example; Assets; Scenes; GameObjects; Components; Scripts; Prefabs; The interface; The Scene view and Hierarchy; Control tools; Flythrough Scene navigation; Control bar; Search box; Create button; The Inspector; The Project window; The Game view; Summary; 2. Prototyping and Scripting Basics; Your first Unity project; A basic prototyping environment.
|
505 |
8 |
|
|a Setting the sceneAdding simple lighting; Another brick in the wall; Building the master brick; And snap!--It's a row; Grouping and duplicating with empty objects; Build it up, knock it down!; Setting the viewpoint; Introducing scripting; A new behaviour script or 'class'; What's inside a new C♯ behaviour; Basic functions; Variables in C♯; What's inside a new Javascript behaviour; Variables in Javascript; Comments; Wall attack; Declaring public variables; Assigning scripts to objects; Moving the camera; Local, private, and public variables; Local variables and receiving input.
|
505 |
8 |
|
|a Understanding TranslateImplementing Translate; Testing the game so far; Making a projectile; Creating the projectile prefab; Creating and applying a material; Adding physics with a Rigidbody; Storing with prefabs; Firing the projectile; Using Instantiate() to spawn objects; Adding a force to the Rigidbody; Summary; 3. Creating the Environment; Designing the game; Using the terrain editor; Terrain menu features; Importing and exporting heightmaps; Setting the resolution; Mass place trees; Flatten Heightmap; Refresh tree and detail prototypes; The terrain toolset; Terrain Script; Raise height.
|
505 |
8 |
|
|a Paint heightSmooth Height; Paint Texture; Place Trees; Paint Details; Terrain Settings; Creating the island--sun, sea, and sand; Step 1--Setting up the terrain; Step 2--Creating the Island outline; Step 3--Volcano!; Step 4--Adding textures; Painting procedure; Sandy areas; Grass & Rock; Volcanoes rock!; Step 5--Tree time; Step 6--The grass is always greener; Step 7--Let there be lights!; Creating sunlight; Step 8--What's that sound?; Sounds--2D versus 3D; Audio file formats; The hills are alive!; Importing the book's asset package; Further audio settings; Step 9--Look, there! Up in the skybox!
|
520 |
|
|
|a This book follows an informal, demystifying approach to the world of game development with the Unity game engine. With no prior knowledge of game development or 3D required, you will learn from scratch, taking each concept at a time working up to a full 3D mini-game. You'll learn scripting with C♯ or JavaScript and master the Unity development environment with easy-to-follow stepwise tasks. If you're a designer or animator who wishes to take their first steps into game development or prototyping, or if you've simply spent many hours sitting in front of video games, with ideas bubbling away in.
|
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 blmlsh
|
630 |
0 |
7 |
|a Unity (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Video games
|x Design.
|
650 |
|
0 |
|a Video games
|x Programming.
|
650 |
|
0 |
|a Computer graphics.
|
650 |
|
0 |
|a Three-dimensional display systems.
|
650 |
|
2 |
|a Computer Graphics
|
650 |
|
6 |
|a Jeux vidéo
|x Conception.
|
650 |
|
6 |
|a Jeux vidéo
|x Programmation.
|
650 |
|
6 |
|a Infographie.
|
650 |
|
6 |
|a Affichage tridimensionnel.
|
650 |
|
7 |
|a computer graphics.
|2 aat
|
650 |
|
7 |
|a three-dimensional.
|2 aat
|
650 |
|
7 |
|a GAMES
|x Video & Electronic.
|2 bisacsh
|
650 |
|
7 |
|a Computer games
|x Design
|2 fast
|
650 |
|
7 |
|a Video games
|x Programming
|2 fast
|
650 |
|
7 |
|a Computer graphics
|2 fast
|
650 |
|
7 |
|a Three-dimensional display systems
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Goldstone, Will.
|t Unity 3.x game development essentials.
|b 2nd ed.
|d Birmingham, UK : Packt Publishing, ©2011
|z 9781849691444
|w (OCoLC)771916501
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781849691444/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Internet Archive
|b INAR
|n unity3xgamedevel0000gold_n6d9
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL943427
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 419843
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7364391
|
994 |
|
|
|a 92
|b IZTAP
|