"Practical Game Development with Unity and Blender" - Information and Links:

Practical Game Development with Unity and Blender - Info and Reading Options

Book's cover
The cover of “Practical Game Development with Unity and Blender” - Open Library.

"Practical Game Development with Unity and Blender" was published by Course Technology in 2014, it has 368 pages and the language of the book is English.


“Practical Game Development with Unity and Blender” Metadata:

  • Title: ➤  Practical Game Development with Unity and Blender
  • Author:
  • Language: English
  • Number of Pages: 368
  • Publisher: Course Technology
  • Publish Date:

“Practical Game Development with Unity and Blender” Subjects and Themes:

Edition Identifiers:

AI-generated Review of “Practical Game Development with Unity and Blender”:


"Practical Game Development with Unity and Blender" Table Of Contents:

  • 1- Introduction
  • 2- The 10-Stage Workflow
  • 3- Introducing the 10-Stage Workflow
  • 4- Brainstorming
  • 5- Initial Design
  • 6- Game Overview
  • 7- Game Details
  • 8- References
  • 9- Prototyping
  • 10- Refining Design
  • 11- Project Management
  • 12- Identify Resources
  • 13- Compress Space
  • 14- Schedule Work
  • 15- Asset Creation
  • 16- Importing Assets
  • 17- Level Design
  • 18- Scripting
  • 19- Testing
  • 20- Building
  • 21- Recommendations for Working Practice
  • 22- Summary
  • 23- Blender-to-Unity Workflow
  • 24- Configuring the Blender GUI
  • 25- Dark Themes
  • 26- Disable Python Tooltips
  • 27- Maya Controls
  • 28- The Close-Without-Saving "Bug"
  • 29- Exporting Blender Models to Unity
  • 30- Blend Files
  • 31- Tutorial: Exporting Manually to FBX
  • 32- Exploring FBX Files
  • 33- Tutorial: Importing FBX Files into Unity
  • 34- Lightmap UVs
  • 35- Scale Factor
  • 36- Summary
  • 37- Modular Environments and Static Meshes
  • 38- Advantages of the Modular Method
  • 39- Getting Started with Modular Environments in Blender
  • 40- Extending from the Base Tile
  • 41- Modular Environment Blender Workflow
  • 42- Flipping Normals
  • 43- Backface Culling
  • 44- Vertex and Incremental Snapping
  • 45- N-gons
  • 46- Searching for N-gons
  • 47- Undoing and Removing Doubles
  • 48- Mirroring
  • 49- Using Vertex Groups
  • 50- Mesh Display Settings
  • 51- UV Mapping and Texture Creation
  • 52- Marking Seams, UV Mapping, and Modeling
  • 53- Atlas Textures and UV Overlapping
  • 54- Establish Texel Density
  • 55- Importing and Configuring Environments in Unity
  • 56- Using Prefabs
  • 57- Static Batching
  • 58- Summary
  • 59- Terrain
  • 60- Creating Terrain in Unity
  • 61- Terrain Settings
  • 62- Sculpting Terrain
  • 63- Texture-Painting Terrain
  • 64- Evaluating Unity Terrains
  • 65- Blender Terrain Modeling
  • 66- The Proportional Editing Method
  • 67- The Displacement-Texture Method
  • 68- The Sculpting Method
  • 69- Terrain Resolution
  • 70- Texture-Painting Terrain
  • 71- UV Mapping Terrains
  • 72- Generating a Texture for Painting
  • 73- Painting from the UV Image Editor
  • 74- Painting from the 3D View
  • 75- Painting with Textures
  • 76- Working with Roads and Paths
  • 77- Creating Roads
  • 78- Summary
  • 79- Animation Workflows
  • 80- Animation Units: The Keyframe
  • 81- Preparing for Animation in Blender
  • 82- Use a Dedicated Animation Layout
  • 83- Beware of Auto-Key
  • 84- Insert Single Keyframes
  • 85- Animation Length
  • 86- Exporting Animations to FBX
  • 87- Working with Multiple Animations
  • 88- Keyframe Animations from Blender to Unity
  • 89- Follow-Path Animations and Animation Baking
  • 90- Blend Shapes and Shape Keys
  • 91- Bones and Rigging
  • 92- Always Name Bones
  • 93- Use X-Axis Mirror for Character Rigs
  • 94- Forward and Inverse Kinematics
  • 95- Deform and Control Bones
  • 96- Exporting Rigged Characters
  • 97- Importing Rigged Meshes into Unity
  • 98- Summary
  • 99- Objects, Dependencies, and Event-Driven Programming
  • 100- Hard-Coded Dependencies
  • 101- Solving DI: Component-Based Design and Messages
  • 102- Component-Based Design
  • 103- Messages
  • 104- Taking Messages Further: BroadcastMessage and Hierarchies
  • 105- Sending Messages to Selected Objects
  • 106- Sending Messages to Parents
  • 107- Notification System
  • 108- NotificationsManager In-Depth
  • 109- Singletons
  • 110- Messages and Active Objects
  • 111- Traversing Game Object Hierarchies
  • 112- Summary
  • 113- Retopologizing
  • 114- High-Poly Meshes and Subdivision Surfaces
  • 115- High-Poly Meshes and Real-Time Games
  • 116- Retopologizing in Practice
  • 117- Step 1: Use Box Modeling to Create a Low-Poly Start
  • 118- Step 2: Subdivide
  • 119- Step 3: Sculpt and Subdivide
  • 120- Step 4: Retopologize
  • 121- Using Decimate
  • 122- Summary
  • 123- Saved Games and Persistent Data
  • 124- Persistent Data
  • 125- Player Preferences
  • 126- Player Preferences: Going Further
  • 127- Customizing Persistent Data
  • 128- XML Files or JSON or Binary?
  • 129- JSON
  • 130- Binary
  • 131- Class Serialization
  • 132- Getting Started with XML Serialization
  • 133- Saving Data to an XML File
  • 134- Read Data from an XML File
  • 135- Working with the SaveState Class
  • 136- Summary
  • 137- Baking
  • 138- What Is Baking?
  • 139- Baked Static Lighting
  • 140- Baked "Real-Time Lighting
  • 141- Baked Navigation
  • 142- Preparing for Lightmapping in Unity
  • 143- Lightmapping: Lightmap Resolution
  • 144- Lightmapping Mode
  • 145- Indirect Illumination and Ambient Occlusion
  • 146- Baking Lightmaps
  • 147- Baking Maps in Blender
  • 148- Compositing Render Passes in GIMP
  • 149- Baking Real-Time Lighting with Unity Light Probes
  • 150- Baking Navigation
  • 151- Summary
  • 152- Unity, Blender, and Other Software
  • 153- Other Software
  • 154- MakeHuman
  • 155- GIMP
  • 156- Inkscape
  • 157- MyPaint and Krita
  • 158- Synfig Studio
  • 159- Tiled
  • 160- MonoDevelop
  • 161- BMFONT
  • 162- TexturePacker
  • 163- LibreOffice
  • 164- Anime Studio Pro
  • 165- Audacity
  • 166- SFXR
  • 167- Summary
  • 168- Game Development Resources
  • 169- Index

Read “Practical Game Development with Unity and Blender”:

Read “Practical Game Development with Unity and Blender” by choosing from the options below.

Search for “Practical Game Development with Unity and Blender” downloads:

Visit our Downloads Search page to see if downloads are available.

Borrow "Practical Game Development with Unity and Blender" Online:

Check on the availability of online borrowing. Please note that online borrowing has copyright-based limitations and that the quality of ebooks may vary.

Find “Practical Game Development with Unity and Blender” in Libraries Near You:

Read or borrow “Practical Game Development with Unity and Blender” from your local library.

Buy “Practical Game Development with Unity and Blender” online:

Shop for “Practical Game Development with Unity and Blender” on popular online marketplaces.


Related Books

Related Ebooks

Source: The Open Library

E-Books

Related Ebooks from the Open Library and The Internet Archive.

1Practical Game Development with Unity and Blender - Ebook

Book's cover

Please note that the files availability may be limited due to copyright restrictions.
Check the files availability here, with more info and coverage.

“Practical Game Development with Unity and Blender - Ebook” Metadata:

  • Title: ➤  Practical Game Development with Unity and Blender - Ebook
  • Publish Date:

Edition Identifiers:

2Practical Game Development with Unity and Blender - Ebook

Please note that the files availability may be limited due to copyright restrictions.
Check the files availability here, with more info and coverage.

“Practical Game Development with Unity and Blender - Ebook” Metadata:

  • Title: ➤  Practical Game Development with Unity and Blender - Ebook