Loading…

Unity for absolute beginners

"Unity for Absolute Beginners walks you through the fundamentals of creating a small third-person shooter game with Unity. Using the free version of Unity to begin your game development career, you'll learn how to import, evaluate and manage your game resources to create awesome third-pers...

Full description

Saved in:
Bibliographic Details
Main Author: Blackman, Sue (Author)
Corporate Author: SpringerLink (Online service)
Format: eBook
Language:English
Published: Berkeley, CA : Apress, 2014.
Series:Technology in action series.
Physical Description:
1 online resource (xviii, 579 pages) : illustrations.
Subjects:
Online Access:SpringerLink - Click here for access

MARC

LEADER 00000cam a2200000 i 4500
001 ocn882550629
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu|||unuuu
008 140703s2014 caua ob 001 0 eng d
019 |a 885593878  |a 892538304  |a 892800059  |a 966355457  |a 1005836290  |a 1048125783  |a 1066688980  |a 1067196252  |a 1086549086  |a 1111062337  |a 1112523049  |a 1113447394  |a 1129334916  |a 1153015713  |a 1192347307  |a 1204004943  |a 1240525364 
020 |a 9781430267782  |q (electronic bk.) 
020 |a 143026778X  |q (electronic bk.) 
020 |z 9781430267799 
020 |z 1430267798 
024 7 |a 10.1007/978-1-4302-6778-2  |2 doi 
035 |a (OCoLC)882550629  |z (OCoLC)885593878  |z (OCoLC)892538304  |z (OCoLC)892800059  |z (OCoLC)966355457  |z (OCoLC)1005836290  |z (OCoLC)1048125783  |z (OCoLC)1066688980  |z (OCoLC)1067196252  |z (OCoLC)1086549086  |z (OCoLC)1111062337  |z (OCoLC)1112523049  |z (OCoLC)1113447394  |z (OCoLC)1129334916  |z (OCoLC)1153015713  |z (OCoLC)1192347307  |z (OCoLC)1204004943  |z (OCoLC)1240525364 
037 |a CL0500000461  |b Safari Books Online 
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d YDXCP  |d COO  |d BTCTA  |d UMI  |d STF  |d B24X7  |d IDEBK  |d OCLCQ  |d DEBBG  |d DEBSZ  |d OCLCF  |d UPM  |d EBLCP  |d TXI  |d OCLCQ  |d Z5A  |d LIV  |d MERUC  |d OCLCQ  |d ESU  |d OCLCQ  |d VT2  |d IOG  |d OCLCO  |d N$T  |d REB  |d CEF  |d U3W  |d AU@  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d UAB  |d UKAHL  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d OCLCQ  |d BRF  |d ADU  |d OCLCO  |d OCLCQ  |d OCL  |d OCLCO  |d OCLCL  |d OCLCQ 
049 |a COM6 
050 4 |a QA76.76.C672 
072 7 |a COM  |x 012040  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 794.81526  |2 23 
100 1 |a Blackman, Sue,  |0 https://id.loc.gov/authorities/names/no2015010053  |e author. 
245 1 0 |a Unity for absolute beginners /  |c Sue Blackman. 
264 1 |a Berkeley, CA :  |b Apress,  |c 2014. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer. 
264 4 |c ©2014. 
300 |a 1 online resource (xviii, 579 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. 
347 |a text file  |b PDF  |2 rda. 
490 1 |a Technology in action. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 28, 2017). 
504 |a Includes bibliographical references and index. 
520 |a "Unity for Absolute Beginners walks you through the fundamentals of creating a small third-person shooter game with Unity. Using the free version of Unity to begin your game development career, you'll learn how to import, evaluate and manage your game resources to create awesome third-person shooters. This book assumes that you have little or no experience with game development, scripting, or 3D assets, and that you're eager to start creating games as quickly as possible, while learning Unity in a fun and interactive environment."--  |c Unedited summary from book. 
505 0 |a At a Glance; Introduction; Chapter 1: The Unity Editor; Installing Unity; Unity User Account; Installing; General Layout; Menus; Getting Started; Navigating the Scene View; Understanding the Scene Gizmo; Exploring the Views; Hierarchy View; Scene View; Game View; Project View; The Inspector; Layout; Project Structure; File Structure; Project Management; Load/Save; Summary; Chapter 2: Unity Basics; Unity GameObjects; Creating Primitives; Transforms; Duplicating GameObjects; Arranging GameObjects; Parenting; Components; Mesh Renderer; Colliders; Mesh Filter; Creating Environments. 
505 8 |a Designing SmartCreating Terrain; Defining the Bounds; Adding Textures; Populating the Terrain; Trees; Plants; Terrain Plants and Wind; Terrain Bloopers; Environment; Shadows; Summary; Chapter 3: Scene Navigation and Physics; Scene Navigation; First Person Controller; Virtual Keys: The InputManager; Components; The Character Controller Component; The Character Motor Component; Colliders; Physics; Rigidbody; Physic Materials; The Is Kinematic Parameter; Forces; Joints; Wind; Cloth; Interacting with the First Person Controller; First Build; Summary; Chapter 4: Importing Static Assets. 
505 8 |a Supported Formats3D Assets; Textures; Audio; The Importer; Importing Assets into Your Project; Importing Textures; Importing Meshes; Scale Factor; Asset Optimization; Batching Textures and Objects; Vertex Count; Adding Colliders to Imported Meshes; Improving Generated Materials; Shaders; The Plants; Creating Prefabs; Unity's Asset Store; The Asset Acquisition Process; Summary; Chapter 5: Introduction to Scripting with C#; Scripting for Unity; The Script Editor; Writing Scripts; Introducing Variables; Defining Variable Types; Exposing Variables to the Inspector; The Console and Error Messages. 
505 8 |a Introducing Unity-Specific VariablesAccessing Unity's Scripting Reference; Creating Comments; Exploring Functions; Introducing the Start Function; Adding Contents to Functions; Using "Print to Console "; The Conditional; Using the Update Function; Making Use of Event-Based Functions; Using Collisions to Call Functions; Using Tags; Creating User-Defined Functions; Summary; Chapter 6: Mecanim and Animation; The Story; Importing Animated Assets; Legacy Animation; Adding Audio; Mecanim; Generic Rigs; The Mecanim State Engine; Humanoids; BlendShapes; Native Animation; Summary. 
505 8 |a Chapter 7: Populating the Game EnvironmentDesign Strategies; Creating the Environment; Utilizing the Prefabs; Revisiting the Gnomatic Garden Defender; Occlusion Culling; Occluder Logic; Arrays and Looping; Game Functionality; Camera Refinements; Adding the Zombie Bunnies; Investigating Instantiation; Randomization; Coroutines as Timers; Spring Planting; Nested Loops; Parenting; Summary; Chapter 8: Weaponry and Special Effects; Weaponry; Simple Projectiles; Particle Systems; Legacy Particle System; Dead Replacements; Shuriken Particle System; Smoke; Exploding Goo; Trailing Particles. 
630 0 0 |a Unity (Electronic resource)  |0 https://id.loc.gov/authorities/names/n2011038776. 
630 0 7 |a Unity (Electronic resource)  |2 blmlsh. 
630 0 7 |a Unity (Electronic resource)  |2 fast. 
650 0 |a Video games  |x Programming.  |0 https://id.loc.gov/authorities/subjects/sh95003476. 
650 6 |a Jeux vidéo  |x Programmation. 
650 7 |a COMPUTERS  |x Programming  |x Games.  |2 bisacsh. 
650 7 |a Video games  |x Programming.  |2 fast. 
710 2 |a SpringerLink (Online service)  |0 https://id.loc.gov/authorities/names/no2005046756. 
773 0 |t Springer eBooks. 
776 0 8 |i Printed edition:  |z 9781430267799. 
830 0 |a Technology in action series.  |0 https://id.loc.gov/authorities/names/no2001003442. 
907 |a .b42438913  |b multi  |c -  |d 140718  |e 240516 
998 |a (3)cue  |a cu  |b 240404  |c m  |d z   |e -  |f eng  |g cau  |h 0  |i 2 
948 |a MARCIVE Overnight, in 2024.04 
948 |a MARCIVE Comprehensive, in 2023.03 
948 |a MARCIVE Comp, in 2022.12 
948 |a MARCIVE Over, 07/2021 
948 |a MARCIVE Comp, 2020.06 
948 |a MARCIVE Comp, 2019.12 
948 |a MARCIVE Comp, 2018.05 
948 |a MARCIVE August, 2017 
948 |a MARCIVE extract Aug 5, 2017 
994 |a 92  |b COM 
995 |a Loaded with m2btab.ltiac in 2024.04 
995 |a Loaded with m2btab.elec in 2024.04 
995 |a Loaded with m2btab.ltiac in 2023.03 
995 |a Loaded with m2btab.ltiac in 2022.12 
995 |a Loaded with m2btab.ltiac in 2021.07 
995 |a Loaded with m2btab.elec in 2021.06 
995 |a Loaded with m2btab.ltiac in 2020.06 
995 |a Loaded with m2btab.ltiac in 2019.12 
995 |a Loaded with m2btab.ltiac in 2018.06 
995 |a Loaded with m2btab.ltiac in 2017.08 
995 |a Loaded with m2btab.elec in 2016 
995 |a Loaded with m2btab.elec in 2016 
995 |a OCLC offline update by CMU 
999 |e z 
999 |a cue 
989 |d cueme  |e  - -   |f  - -   |g -   |h 0  |i 0  |j 200  |k 240404  |l $0.00  |m    |n  - -   |o -  |p 0  |q 0  |t 0  |x 0  |w SpringerLink  |1 .i151412716  |u http://ezproxy.coloradomesa.edu/login?url=https://link.springer.com/10.1007/978-1-4302-6778-2  |3 SpringerLink  |z Click here for access