Unity Terrain Design Tutorial

Slides:



Advertisements
Similar presentations
Tuukka Takala Unity & RUIS lecture. 2 Tuukka Takala About the course assignments Start thinking about project assignment ideas. Examples:
Advertisements

HotFace Games Lewis Payne, Luke Gray, Sam Taylor, Joe Turner, David Blake.
THE GAME ENGINE Unity 2D for VT Hacks WHO ARE WE? David Crook Technical Evangelist for Microsoft Focus on Game and App Development Communities Background.
GameCamp! and Game Davis Introduction to Unity®
GameCamp! and Game Davis Creating a 2D Platformer in Unity.
GameCamp! and Game Davis Introduction to Scripting in Unity®
Yingcai Xiao Game Development with Unity3D Inside/Outside Unity3D.
Based on Roll-a-ball video tutorial from Unity Technologies Part WakeUpAndCode.com.
Indie Video Game Design and Development by Elmar Juzar Computer Engineering First Year.
Unity 3D game IDE 1.  Unity is a multi-platform, integrated IDE for scripting games, and working with 3D virtual worlds  Including:  Game engine ▪
Gaming Engines for Windows 8 M5: Unity Adam Tuliper Microsoft Technical Evangelist Michael Palermo Microsoft Technical Evangelist.
NGfL CYMRU GCaD D&T – Packaging – Extension Task ADVERTISE YOUR PRODUCT.
Mark Nelson What are game engines? Fall 2013
Unity Game Engine By Cortland Boudreau.
EEC-693/793 Applied Computer Vision with Depth Cameras Lecture 13 Wenbing Zhao
SE 350 – Programming Games Lecture 1: Introduction Lecturer: Gazihan Alankuş Please look at the last two slides for assignments (marked with TODO) 2/10/20121.
Gaming Engines for Windows 8 M2: Game assets Jeremy Foster Microsoft Technical Evangelist Adam Tuliper Microsoft Technical Evangelist.
Unity Crash Course for VT Gaming Capstone John McElmurray Github: jm991 Client: Yong Cao, Vinny Argentina,Dane Webster (Game Capstone professors) Final.
Web Games Programming An Introduction to Unity 3D.
Unity 5 Visual Studio Code * Asset Store * FPS * Terrain.
Creating a 2D physics game with Unity 3D Dan Russell-Pinson.
 UDK and Unity are both game engines that offer a wide variety of options to create pretty much any type of game.  Each game engine has a built in environment.
Learning Unity. Getting Unity
A complete game editor Unity 3D 2D/3D game/rendering engine and editor Built-in IDE Game design Level design Scripting 3D Rendering for pictures, cinematics.
SE 320 – Introduction to Game Development Lecture 3: Unity’s Interface and Concepts Lecturer: Gazihan Alankuş Please look at the last two slides for assignments.
Useful Tools for Making Video Games Part II An overview of.
Overview of Game Maker. Game Maker Version 7.0 Lite (free version) For MS-Windows platforms
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Lab2 Procedural Content Lab2 CSE 788 Prof. Roger Crawfis.
SE 320 – Introduction to Game Development Lecture 2: Introduction to Unity Lecturer: Gazihan Alankuş Please look at the last two slides for assignments.
UFCFX5-15-3Mobile Device Development Unity 3D Development for Android Unity Mobile Assets.
XS Software Andromeda 5 Jungle Jack Rage War. Andromeda 5 Entirely in 3D Custom UI system based on core unity UI Client - Server – DB architecture.
UFCFSU-30-13D Technologies for the Web An Introduction to Unity 3D.
Cosc 5/4735 Unity 3D Getting Started Guide for Android.
INTRO TO UNITY Building your first 3D game. DISCLAIMER  “This website is not affiliated with, maintained, endorsed or sponsored by Unity Technologies.
Yingcai Xiao Game Development with Unity3D Inside/Outside Unity3D.
Angry Teapots– using the physics engine in Unity Peter Passmore.
Procedural Animation and Physics Engine Yingcai Xiao.
Kim, Sung-Ho School of Computer, Information and Communication Engineering Sangji Univ.
Game Engines Game: – Engine – Assets (models, animations, sounds, AI, and physics) – Code (Rules, AI, Scripting, etc.)
Building Games for the Humanities with Unity3D Rudy McDaniel University of Central Florida Orlando, FL USA.
Game Development with Unity3D
Welcome! Day1, Lesson 1.
Thanks to our Sponsors! Community Sponsor Yearly Sponsor
EEC-693/793 Applied Computer Vision with Depth Cameras
Intro of UNITY (for beginner)
Game Development with Unity3D Inside/Outside Unity3D
3GB3 Game Design Unity 3D Basics.
More (C#) Scripting Day 2, Lesson 1.
2D Graphics and Animations in Unity 3D
EEC-693/793 Applied Computer Vision with Depth Cameras
Randomising the behaviour of Sprites
Dystopia game Amjd , Iyad , Haytham.
I NEED MEETING AND TEAM INFORMATION TODAY
EEC-693/793 Applied Computer Vision with Depth Cameras
Designing Design Tools
UNITY TEAM PROJECT TOPICS: [1]. Unity Collaborate
A Prime Example of HCI Application
Intro of UNITY (for beginner)
A beginner’s tutorial for Unity and VR
Professional Environment
Building a Game with Unity3D
Fundaments of Game Design
Fundaments of Game Design
EEC-693/793 Applied Computer Vision with Depth Cameras
Engine Part ID Part 1.
Unity Game Development
Engine Part ID Part 2.
Engine Part ID Part 2.
Unity Game Development
Presentation transcript:

Unity Terrain Design Tutorial Juan Aguero & Yash Bajaj

What is Unity? Cross Platform Game Engine Built in IDE (Integrated Development Environment) used for game design. Uses C# and Javascript

Scene window & asset Store

Game window

Hierarchy and Assets/packages

Inspector

Scripts

Build a terrain Create a new project and import the environment, character and camera packages. Create a terrain and choose a sprite. Try using the raise/lower terrain features. Add trees and choose one of the textures from the package. Add either a FPS camera or a ball character and add a free movement camera.