Learn unity for iOS game development

Unity is an incredibly powerful and popular game creation tool, and Unity 4 brings even more great features, including Mechanim animation. Learn Unity 4 for iOS Game Development will show you how to use Unity with Xcode to create fun, imaginative 3D games for iPhone, iPad, and iPod touch. You'l...

Full description

Bibliographic Details
Main Author: Chu, Philip (-)
Format: eBook
Language:Inglés
Published: [Berkeley, CA] : Apress 2013.
Edition:1st ed. 2013.
Series:Technology in action series.
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629403406719
Table of Contents:
  • Contents at a Glance; Introduction; Chapter 1: Getting Started; Prerequisites; Prepare Your Mac; Register as an iOS Developer; Download Xcode; Download Unity; Install Unity; Run the Installer; Activate a License; Welcome to Unity!; Manage Unity; Change Skins (Pro); Update the License; Report Problems; Check for Updates; Explore Further; iOS Development Requirements; The Unity Web Site; Unity Manuals and References; The Unity Community; Chapter 2: A Unity Tour; Bring out the Angry Bots; Open the Angry Bots Project; Open the Angry Bots Scene; Play Angry Bots; Build Angry Bots; The Editor Layout
  • Preset LayoutsCustom Layouts; Resize Areas; Move Views; Detach Views; Add and Remove Views; The Inspector View; The Project View; Switch Between One-Column and Two-Columns; Scale Icons; Inspect Assets; Search for Assets; Operate on Assets; The Hierarchy View; Inspect Game Objects; Parent and Child GameObjects; The Scene View; Navigate the Scene; Scene View Options; Scene View Gizmos; The Game View; Maximize on Play; Stats; Game View Gizmos; The Console View; Explore Further; Unity Manual; Tutorials; Version Control; Chapter 3: Making a Scene; Create a New Project; The Main Camera
  • Multiple CamerasAnatomy of a Camera; The Transform Component; The Camera Component; Clear Flags; Culling Mask; Projection; Viewport; Depth; Rendering Path; Target Texture (Pro); HDR; FlareLayer Component; GUILayer Component; AudioListener Component; Add a Cube to the Scene; Make the Cube; Frame the Cube; Move the Cube; Anatomy of a Cube; Transform Component; MeshFilter Component; MeshRenderer Component; BoxCollider Component; Align With View; Camera Control; Import the Script; Attach the Script; Add a Light; Anatomy of a Light; Type; Range; Color; Intensity; Shadow Type; Cookie; Culling Mask
  • FlareDraw Halo; Render Mode; Lightmapping; Adjust the Light; Make a Halo; Add a Skybox; Import the Skybox; Anatomy of a Skybox; Apply the Skybox; Add a Flare; Import Flares; Apply the Flare; Textures; Import a Texture; Shop the Asset Store; Import the Texture; Apply the Texture; Explore Further; Unity Manual; Reference Manual; Asset Store; Computer Graphics; Chapter 4: Making It Move: Scripting the Cube; Organize the Assets; Create the Script; Name the Script; Anatomy of a Script; Attach the Script; Edit the Script; Understand the Script; Read the Scripting Reference; Run the Script
  • Debug the ScriptCompilation Errors; Runtime Errors; Debug with MonoDevelop; Make It Rotate; Rotate the Transform; Other Ways to Rotate; Rotate in World Space; Tween Rotation; Children of the Cube; Making Prefabs; Breaking Prefabs; Explore Further; Unity Manual; Scripting Reference; Asset Store; Scripting; Chapter 5: Let's Dance! Animation and Sound; Import the Skeletons Pack; Add a Skeleton; Hide the Cubes; Orbit the Skeleton; Make the Skeleton Dance; Make the Skeleton Dance Forever; Watch the Hips; Add a Dance Floor; Add a Shadow (Pro); Add Music; Explore Further; Unity Manual
  • Reference Manual