EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Unreal Engine Virtual Reality Quick Start Guide

Download or read book Unreal Engine Virtual Reality Quick Start Guide written by Jessica Plowman and published by Packt Publishing Ltd. This book was released on 2019-02-27 with total page 175 pages. Available in PDF, EPUB and Kindle. Book excerpt: Unreal Engine VR Quick Start Guide introduces designers to the guidelines and design processes necessary to build interactive VR experiences. Learn to use User Experience design techniques and Blueprint programming to create virtual reality gameplay for HTC Vive, Oculus Rift, PSVR, and Windows Mixed Reality headsets.

Book Unreal Engine VR Cookbook

    Book Details:
  • Author : Mitch McCaffrey
  • Publisher : Addison-Wesley Professional
  • Release : 2017-02-09
  • ISBN : 0134649788
  • Pages : 386 pages

Download or read book Unreal Engine VR Cookbook written by Mitch McCaffrey and published by Addison-Wesley Professional. This book was released on 2017-02-09 with total page 386 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. “With his YouTube channel, Mitch’s VR Lab, Mitch has helped thousands of people understand the foundations of locomotion and interaction mechanics with clear and concise UE4 videos. I’m thrilled that he has taken the time to bring all his knowledge and experience in working with Unreal Engine and Virtual Reality to the Unreal® Engine VR Cookbook.... Mitch is uniquely qualified to share this book with the world.” —Luis Cataldi, Unreal Engine Education, Epic Games, Inc. For game developers and visualization specialists, VR is the next amazing frontier to conquer—and Unreal Engine 4 is the ideal platform to conquer it with. Unreal ® Engine VR Cookbook is your complete, authoritative guide to building stunning experiences on any Unreal Engine 4-compatible VR hardware. Renowned VR developer and instructor Mitch McCaffrey brings together best practices, common interaction paradigms, specific guidance on implementing these paradigms in Unreal Engine, and practical guidance on choosing the right approaches for your project. McCaffrey’s tested “recipes” contain step-by-step instructions, while empowering you with concise explanations of the underlying theory and math. Whether you’re creating first-person shooters or relaxation simulators, the techniques McCaffrey explains help you get immediate results, as you gain “big picture” knowledge and master nuances that will help you succeed with any genre or project. Understand basic VR concepts and terminology Implement VR logic with Blueprint visual scripting Create basic VR projects with Oculus Rift, HTC Vive, Gear VR, Google VR, PSVR, and other environments Recognize and manage differences between seated and standing VR experiences Set up trace interactions and teleportation Work with UMG and 2D UIs Implement character inverse kinematics (IK) for head and hands Define effective motion controller interaction Help users avoid motion sickness Optimize VR applications Explore the VR editor, community resources, and more If you’re ready to master VR on Unreal Engine 4, this is the practical resource you’ve been searching for! Register your product at informit.com/register for convenient access to downloads, updates, and corrections as they become available.

Book Unreal Engine 4 Virtual Reality Projects

Download or read book Unreal Engine 4 Virtual Reality Projects written by Kevin Mack and published by Packt Publishing Ltd. This book was released on 2019-04-30 with total page 622 pages. Available in PDF, EPUB and Kindle. Book excerpt: The key problem with VR development is understanding how to set up a project and running it on your desktop or mobile VR device. With this book, you will not only learn the specifics of virtual reality development in Unreal but also build immersive and fun VR projects that can be experienced on your VR devices.

Book Unreal Engine 4 Game Development Quick Start Guide

Download or read book Unreal Engine 4 Game Development Quick Start Guide written by Rachel Cordone and published by Packt Publishing Ltd. This book was released on 2019-05-31 with total page 195 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to use Unreal Engine 4 by building 3D and multiplayer games using Blueprints Key FeaturesLearn the fundamentals of Unreal Engine such as project templates, Blueprints, and C++Learn to design games; use UMG to create menus and HUDs, and replication to create multiplayer gamesBuild dynamic game elements using Animation Blueprints and Behavior TreesBook Description Unreal Engine is a popular game engine for developers to build high-end 2D and 3D games. This book is a practical guide, starting off by quickly introducing you to the Unreal Engine 4 (UE4) ecosystem. You will learn how to create Blueprints and C++ code to define your game's functionality. You will be familiarized with the core systems of UE4 such as UMG, Animation Blueprints, and Behavior Trees. You will also learn how to use replication to create multiplayer games. By the end of this book, you will have a broad, solid knowledge base to expand upon on your journey with UE4. What you will learnUse project templates to give your game a head startCreate custom Blueprints and C++ classes and extend from Epic's base classesUse UMG to create menus and HUDs for your gameCreate more dynamic characters using Animation BlueprintsLearn how to create complex AI with Behavior TreesUse replication to create multiplayer gamesOptimize, test, and deploy a UE4 projectWho this book is for Readers who already have some game development experience and Unity users who would like to try UE4 will all benefit from this book. Knowledge of basic Object-Oriented Programming topics such as variables, functions, and classes is assumed.

Book Unreal Engine 4 Shaders and Effects Cookbook

Download or read book Unreal Engine 4 Shaders and Effects Cookbook written by Brais Brenlla Ramos and published by Packt Publishing Ltd. This book was released on 2019-05-27 with total page 518 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build optimized, efficient, and real-time applications that are production-ready using Unreal Engine's Material Editor Key FeaturesCreate stunning visual effects for 3D games and high-quality graphicsDesign efficient Shaders for mobile platforms without sacrificing their realismDiscover what goes into the structure of Shaders and why lighting works the way it doesBook Description Unreal Engine 4 is a powerful game engine, one which has seen a recent boost in widespread adoption thanks to its ease of use and the powerful rendering pipeline that it packs. Seeing as how it's relatively easy to create stunning presentations and visuals, Unreal has quickly become a strong contender in industries where this kind of software had been previously denied entry. With that in mind, this book aims to help you get the most out of Unreal Engine 4 - from creating awe-inspiring graphics to delivering optimized experiences to your users. This is possible thanks to a mixture of hands-on experience with real materials and the theory behind them. You will immediately know how to create that material that you want to display, and you'll also end up with the knowledge that will let you know how to control it. All of this will be done without losing sight of two key components of any real-time application - optimization, and efficiency. The materials that you create will be light and efficient, and they will vary depending on your target platform. You'll know which techniques can be used in any kind of device and which ones should be kept to high-end machines, giving you the confidence to tackle any material-related task that you can imagine. Hop onboard and discover how! What you will learnMaster Unreal Engine's rendering pipeline for developing real-time graphicsUse physically based rendering (PBR) for building materials and lighting solutionsBuild optimized materials for games targeting multiple platformsUnderstand Unreal Engine's node and functions for creating desirable effectsDesign and build production-ready shadersExplore Unreal Engine's Material Editor for building complex materials and texturesWho this book is for This book is for developers who want to create their first Shaders in Unreal Engine 4 or wish to take their game to a whole new level by adding professional post-processing effects. A solid understanding of Unreal is required to get the most from this book.

Book Blueprints Visual Scripting for Unreal Engine

Download or read book Blueprints Visual Scripting for Unreal Engine written by Marcos Romero and published by Packt Publishing Ltd. This book was released on 2019-08-23 with total page 366 pages. Available in PDF, EPUB and Kindle. Book excerpt: Publisher's note: This edition from 2019 is based on Unreal Engine 4 and does not make use of the most recent Unreal Engine features. A new third edition, updated for Unreal Engine 5 blueprints including new topics, such as implementing procedural generation and creating a product configurator, has now been published. Key FeaturesDesign a fully functional game in UE4 without writing a single line of codeImplement visual scripting to develop gameplay mechanics, UI, visual effects, VR and artificial intelligenceDeploy your game on multiple platforms and share it with the worldBook Description Blueprints is the visual scripting system in Unreal Engine that enables programmers to create baseline systems and can be extended by designers. This book helps you explore all the features of the Blueprint Editor and guides you through using Variables, Macros, and Functions. You'll also learn about object-oriented programming (OOP) and discover the Gameplay Framework. In addition to this, you'll learn how Blueprint Communication allows one Blueprint to access information from another Blueprint. Later chapters will focus on building a fully functional game using a step-by-step approach. You'll start with a basic first-person shooter (FPS) template, and each chapter will build on the prototype to create an increasingly complex and robust game experience. You'll then progress from creating basic shooting mechanics to more complex systems, such as user interface elements and intelligent enemy behavior. The skills you will develop using Blueprints can also be employed in other gaming genres. In the concluding chapters, the book demonstrates how to use arrays, maps, enums, and vector operations. Finally, you'll learn how to build a basic VR game. By the end of this book, you'll have learned how to build a fully functional game and will have the skills required to develop an entertaining experience for your audience. What you will learnUnderstand programming concepts in BlueprintsCreate prototypes and iterate new game mechanics rapidlyBuild user interface elements and interactive menusUse advanced Blueprint nodes to manage the complexity of a gameExplore all the features of the Blueprint editor, such as the Components tab, Viewport, and Event GraphGet to grips with object-oriented programming (OOP) concepts and explore the Gameplay FrameworkLearn Virtual Reality development with UE BlueprintWho this book is for This book is for anyone who is interested in developing games or applications with UE4. Although basic knowledge of Windows OS is required, experience in programming or UE4 is not necessary.

Book Learning Virtual Reality

Download or read book Learning Virtual Reality written by Tony Parisi and published by "O'Reilly Media, Inc.". This book was released on 2015-10-26 with total page 171 pages. Available in PDF, EPUB and Kindle. Book excerpt: Annotation Get an introduction to the technologies, tools, and techniques for programming virtual reality on the latest generation of desktop and mobile VR hardware. With this hands-on guide, you'll learn essential development and production concepts, including UI design, stereo rendering, 3D input, and programming VR applications for native desktop, mobile and the web. You don't have to be a game development wizard or have 3D graphics experience to get started. If you have basic programming skills and some familiarity with mobile development, this book will help you gain a working knowledge of virtual reality through clear and simple examples.

Book Virtual   Augmented Reality For Dummies

Download or read book Virtual Augmented Reality For Dummies written by Paul Mealy and published by John Wiley & Sons. This book was released on 2018-06-08 with total page 352 pages. Available in PDF, EPUB and Kindle. Book excerpt: An easy-to-understand primer on Virtual Reality and Augmented Reality Virtual Reality (VR) and Augmented Reality (AR) are driving the next technological revolution. If you want to get in on the action, this book helps you understand what these technologies are, their history, how they’re being used, and how they’ll affect consumers both personally and professionally in the very near future. With VR and AR poised to become mainstream within the next few years, an accessible book to bring users up to speed on the subject is sorely needed—and that’s where this handy reference comes in! Rather than focusing on a specific piece of hardware (HTC Vive, Oculus Rift, iOS ARKit) or software (Unity, Unreal Engine), Virtual & Augmented Reality For Dummies offers a broad look at both VR and AR, giving you a bird’s eye view of what you can expect as they continue to take the world by storm. * Keeps you up-to-date on the pulse of this fast-changing technology * Explores the many ways AR/VR are being used in fields such as healthcare, education, and entertainment * Includes interviews with designers, developers, and technologists currently working in the fields of VR and AR Perfect for both potential content creators and content consumers, this book will change the way you approach and contribute to these emerging technologies.

Book Getting Started with React VR

Download or read book Getting Started with React VR written by John Gwinner and published by Packt Publishing Ltd. This book was released on 2017-11-30 with total page 287 pages. Available in PDF, EPUB and Kindle. Book excerpt: Create amazing 360 and virtual reality content that runs directly in your browsers with JavaScript and React VR 2.0 About This Book A practical guide to developing virtual reality experiences targeting web and mobile browsers Create customized 3D graphics for your virtual reality experiences with Three.js Explore the ReactVR library to create objects that seem real and see how they move in the Virtual world Import free models into VR and include those in your code Who This Book Is For This book is for web developers who want to use their existing skill set of HTML, CSS, and JavaScript to create virtual reality experiences. What You Will Learn Use Blender 2.79 to make virtual reality objects for Web VR. Import free models into VR and how to include those in your code Build a Virtual Museum with interactive art pieces Create your first VR App and customizing it Build animations by procedurally changing an object's position, using timers and Animated APIs Incorporate React Native code and JavaScript code in your VR world In Detail This book takes you on a journey to create intuitive and interactive Virtual Reality experiences by creating your first VR application using React VR 2.0.0. It starts by getting you up to speed with Virtual Reality (VR) and React VR components. It teaches you what Virtual Reality (VR) really is, why it works, how to describe 3D objects, the installation of Node.js (version 9.2.0) and WebVR browser. You will learn 3D polygon modeling, texturing, animating virtual objects and adding sound to your VR world. You will also discover ways to extend React VR with new features and native Three.js. You will learn how to include existing high-performance web code into your VR app. This book will also take you through upgrading and publishing your app. By the end of this book, you'll have a deep knowledge of Virtual Reality and a full-fledged working VR app to add to your profile! Style and approach A step-by-step practical guide to help readers build their first VR application.

Book Creating Games with Unreal Engine  Substance Painter    Maya

Download or read book Creating Games with Unreal Engine Substance Painter Maya written by Kassandra Arevalo and published by CRC Press. This book was released on 2021-01-12 with total page 841 pages. Available in PDF, EPUB and Kindle. Book excerpt: Description: This tutorial-based book allows readers to create a first-person game from start to finish using industry-standard (and free to student) tools of Maya, Substance Painter, and Unreal Engine. The first half of the book lays out the basics of using Maya and Substance Painter to create game-ready assets. This includes polygonal modeling, UV layout, and custom texture painting. Then, the book covers rigging and animation solutions to create assets to be placed in the game including animated first-person assets and motion-captured NPC animations. Finally, readers can put it all together and build interactivity that allows the player to create a finished game using the assets built and animated earlier in the book. • Written by industry professionals with real-world experience in building assets and games. • Build a complete game from start to finish. • Learn what the pros use: construct all assets using the tools used at industries across the world. • All software used are free to students. • When complete, students will have a playable version of an FPS game. Jing Tian Li is a graduate of China’s Central Academy of Fine Arts and New York’s School of Visual Arts, where he earned an MFA in Computer Art. He currently is an Assistant Professor of 3D Animation & Game Design at the University of the Incarnate Word in San Antonio, Texas. Kassandra Arevalo is an instructor of 3D Animation & Game Design at the University of the Incarnate Word in San Antonio, Texas. She previously worked as an animator at Immersed Games. Matt Tovar is an industry veteran animator. He has worked at Naughty Dog, Infinity Ward, and Sony Interactive on such games as The Last of Us, Call of Duty: Modern Warfare, and most recently Marvel’s Avengers with Crystal Dynamics. He is an Assistant Professor of 3D Animation at the University of the Incarnate Word in San Antonio, Texas.

Book Virtual Reality Blueprints

Download or read book Virtual Reality Blueprints written by Charles Palmer and published by Packt Publishing Ltd. This book was released on 2018-02-28 with total page 243 pages. Available in PDF, EPUB and Kindle. Book excerpt: Are you new to virtual reality? Do you want to create exciting interactive VR applications? There's no need to be daunted by the thought of creating interactive VR applications, it's much easier than you think with this hands-on, project-based guide that will take you through VR development essentials for desktop, mobile, and web-based games ...

Book Game Development Projects with Unreal Engine

Download or read book Game Development Projects with Unreal Engine written by Hammad Fozi and published by Packt Publishing Ltd. This book was released on 2020-11-27 with total page 823 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn the tools and techniques of game design using a project-based approach with Unreal Engine 4 and C++ Key FeaturesKickstart your career or dive into a new hobby by exploring game design with UE4 and C++Learn the techniques needed to prototype and develop your own ideasReinforce your skills with project-based learning by building a series of games from scratchBook Description Game development can be both a creatively fulfilling hobby and a full-time career path. It's also an exciting way to improve your C++ skills and apply them in engaging and challenging projects. Game Development Projects with Unreal Engine starts with the basic skills you'll need to get started as a game developer. The fundamentals of game design will be explained clearly and demonstrated practically with realistic exercises. You’ll then apply what you’ve learned with challenging activities. The book starts with an introduction to the Unreal Editor and key concepts such as actors, blueprints, animations, inheritance, and player input. You'll then move on to the first of three projects: building a dodgeball game. In this project, you'll explore line traces, collisions, projectiles, user interface, and sound effects, combining these concepts to showcase your new skills. You'll then move on to the second project; a side-scroller game, where you'll implement concepts including animation blending, enemy AI, spawning objects, and collectibles. The final project is an FPS game, where you will cover the key concepts behind creating a multiplayer environment. By the end of this Unreal Engine 4 game development book, you'll have the confidence and knowledge to get started on your own creative UE4 projects and bring your ideas to life. What you will learnCreate a fully-functional third-person character and enemiesBuild navigation with keyboard, mouse, gamepad, and touch controlsProgram logic and game mechanics with collision and particle effectsExplore AI for games with Blackboards and Behavior TreesBuild character animations with Animation Blueprints and MontagesTest your game for mobile devices using mobile previewAdd polish to your game with visual and sound effectsMaster the fundamentals of game UI design using a heads-up displayWho this book is for This book is suitable for anyone who wants to get started using UE4 for game development. It will also be useful for anyone who has used Unreal Engine before and wants to consolidate, improve and apply their skills. To grasp the concepts explained in this book better, you must have prior knowledge of the basics of C++ and understand variables, functions, classes, polymorphism, and pointers. For full compatibility with the IDE used in this book, a Windows system is recommended.

Book VR Integrated Heritage Recreation

Download or read book VR Integrated Heritage Recreation written by Abhishek Kumar and published by Apress. This book was released on 2020-07-26 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Create assets for history-based games. This book covers the fundamental principles required to understand and create architectural visualizations of historical locations using digital tools. You will explore aspects of 3D design visualization and VR integration using industry-preferred software. Some of the most popular video games in recent years have historical settings (Age of Empires, Call of Duty, etc.). Creating these games requires creating historically accurate game assets. You will use Blender to create VR-ready assets by modeling and unwrapping them. And you will use Substance Painter to texture the assets that you create. You will also learn how to use the Quixel Megascans library to acquire and implement physically accurate materials in the scenes. Finally, you will import the assets into Unreal Engine 4 and recreate a VR integrated heritage that can be explored in real time. Using VR technology and game engines, you can digitally recreate historical settings for games. What You Will Learn Create high-quality, optimized models suitable for any 3D game engine Master the techniques of texturing assets using Substance Painter and Quixel Megascans Keep assets historically accurate Integrate assets with the game engine Create visualizations with Unreal Engine 4 Who Is This Book For Game developers with some experience who are eager to get into VR-based games

Book Unreal Engine 4 for Design Visualization

Download or read book Unreal Engine 4 for Design Visualization written by Tom Shannon and published by Addison-Wesley Professional. This book was released on 2017-07-24 with total page 492 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Official, Full-Color Guide to Developing Interactive Visualizations, Animations, and Renderings with Unreal Engine 4 Unreal Engine 4 (UE4) was created to develop video games, but it has gone viral among architecture, science, engineering, and medical visualization communities. UE4’s stunning visual quality, cutting-edge toolset, unbeatable price (free!), and unprecedented ease of use redefines the state of the art and has turned the gaming, film, and visualization industries on their heads. Unreal Engine 4 for Design Visualization delivers the knowledge visualization professionals need to leverage UE4’s immense power. World-class UE4 expert Tom Shannon introduces Unreal Engine 4’s components and technical concepts, mentoring you through the entire process of building outstanding visualization content–all with realistic, carefully documented, step-by-step sample projects. Shannon answers the questions most often asked about UE4 visualization, addressing issues ranging from data import and processing to lighting, advanced materials, and rendering. He reveals important ways in which UE4 works differently from traditional rendering systems, even when it uses similar terminology. Throughout, he writes from the perspective of visualization professionals in architecture, engineering, or science–not gaming. Understand UE4’s components and development environment Master UE4’s pipeline from source data to delivered application Recognize and adapt to the differences between UE4 and traditional visualization and rendering techniques Achieve staggering realism with UE4’s Physically Based Rendering (PBR) Materials, Lighting, and Post-Processing pipelines Create production-ready Materials with the interactive real-time Material Editor Quickly set up projects, import massive datasets, and populate worlds with accurate visualization data Develop bright, warm lighting for architectural visualizations Create pre-rendered animations with Sequencer Use Blueprints Visual Scripting to create complex interactions without writing a single line of code Work with (and around) UE4’s limitations and leveraging its advantages to achieve your vision All UE4 project files and 3ds Max source files, plus additional resources and links, are available at the book's companion website.

Book Blender for Video Production Quick Start Guide

Download or read book Blender for Video Production Quick Start Guide written by Allan Brito and published by Packt Publishing Ltd. This book was released on 2018-11-30 with total page 168 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use Blender to edit and produce video for YouTube or any other social media platforms Key FeaturesUse the Blender Video editing toolkit and UIMake 3D info-graphics and interactive video with the latest Blender toolkitPrepare a video production with live markings for trackingBook Description One of the critical components of any workflow related to video production is a reliable tool to create and edit media such as video and audio. In most cases, you will find video producers using software that can only cut and mount video in a "traditional" way. What if you could use a software that offers not only options to edit and cut video, but also create 3D content and animation? With Blender, you can make use of a fantastic set of tools to edit and cut video, and also produce 3D content that will enable you to take your productions to the next level. Do you want to take footage from a camera and cut or add sound and titles? This book will show you how Blender can do that for you! You will learn to add 3D virtual objects to the same footage that will help you to create a full 3D environment. Using some camera tricks, you can even turn Blender into a powerful 2.5D animation software to create compelling infographics to produce educational, marketing, and instructional videos. You will also learn how to work with motion tracking to mix live-action footage with virtual objects. You will then learn how to use the video editing capabilities of Blender and match 3D content to your project for YouTube or any other media. Toward the end of the book, you will export the project to YouTube using optimal settings for the best performance in the platform. What you will learnImport video and audio footage to BlenderUse the Video Sequencer Editor to manipulate footagePrepare a project related to video in BlenderCut and reorganize video footage in BlenderCreate animations and add voiceover and sound to videoBuild infographics based on 3D contentBlend 3D content with live-action footageExport video for YouTube using optimal settingsWho this book is for Anyone trying to produce content based on video for platforms like YouTube. Those artists will need a software to cut and edit video footage or make small intro clips, animations, or info graphics for video.

Book VR Developer Gems

    Book Details:
  • Author : William R. Sherman
  • Publisher : CRC Press
  • Release : 2019-06-07
  • ISBN : 1351654616
  • Pages : 676 pages

Download or read book VR Developer Gems written by William R. Sherman and published by CRC Press. This book was released on 2019-06-07 with total page 676 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book takes the practicality of other "Gems" series such as "Graphics Gems" and "Game Programming Gems" and provide a quick reference for novice and expert programmers alike to swiftly track down a solution to a task needed for their VR project. Reading the book from cover to cover is not the expected use case, but being familiar with the territory from the Introduction and then jumping to the needed explanations is how the book will mostly be used. Each chapter (other than Introduction) will contain between 5 to 10 "tips", each of which is a self-contained explanation with implementation detail generally demonstrated as pseudo code, or in cases where it makes sense, actual code. Key Features Sections written by veteran virtual reality researchers and developers Usable code snipits that readers can put to immediate use in their own projects. Tips of value both to readers entering the field as well as those looking for solutions that expand their repertoire.

Book Unity Virtual Reality Projects

Download or read book Unity Virtual Reality Projects written by Jonathan Linowes and published by Packt Publishing Ltd. This book was released on 2015-09-01 with total page 286 pages. Available in PDF, EPUB and Kindle. Book excerpt: Explore the world of Virtual Reality by building immersive and fun VR projects using Unity 3D About This Book Learn the basic principles of virtual reality applications and get to know how they differ from games and desktop apps Build various types of VR experiences, including diorama, first-person characters, riding on rails, 360 degree projections, and social VR A project-based guide that teaches you to use Unity to develop VR applications, which can be experienced with devices such as the Oculus Rift or Google Cardboard Who This Book Is For If you're a non-programmer unfamiliar with 3D computer graphics, or experienced in both but new to virtual reality, and are interested in building your own VR games or applications then this book is for you. Any experience in Unity is an advantage. What You Will Learn Create 3D scenes with Unity and Blender while learning about world space and scale Build and run VR applications for consumer headsets including Oculus Rift and Google Cardboard Build interactive environments with physics, gravity, animations, and lighting using the Unity engine Experiment with various user interface (UI) techniques that you can use in your VR applications Implement the first-person and third-person experiences that use only head motion gestures for input Create animated walkthroughs, use 360-degree media, and build multi-user social VR experiences Learn about the technology and psychology of VR including rendering, performance and VR motion sickness Gain introductory and advanced experience in Unity programming with the C# language In Detail What is consumer “virtual reality”? Wearing a head-mounted display you view stereoscopic 3D scenes. You can look around by moving your head, and walk around using hand controls or motion sensors. You are engaged in a fully immersive experience. On the other hand, Unity is a powerful game development engine that provides a rich set of features such as visual lighting, materials, physics, audio, special effects, and animation for creating 2D and 3D games. Unity 5 has become the leading platform for building virtual reality games, applications and experiences for this new generation of consumer VR devices. Using a practical and project-based approach, this book will educate you about the specifics of virtual reality development in Unity. You will learn how to use Unity to develop VR applications which can be experienced with devices such as the Oculus Rift or Google Cardboard. We will then learn how to engage with virtual worlds from a third person and first person character point of view. Furthermore, you will explore the technical considerations especially important and possibly unique to VR. The projects in the book will demonstrate how to build a variety of VR experiences. You will be diving into the Unity 3D game engine via the interactive Unity Editor as well as C-Sharp programming. By the end of the book, you will be equipped to develop rich, interactive virtual reality experiences using Unity. So, let's get to it! Style and approach This book takes a practical, project-based approach to teach specifics of virtual reality development in Unity. Using a reader-friendly approach, this book will not only provide detailed step-by-step instructions but also discuss the broader context and applications covered within.