Download presentation
Presentation is loading. Please wait.
Published byIris Ramsey Modified over 7 years ago
1
Thanks to our Sponsors! Community Sponsor Yearly Sponsor
Marquee Sponsor
2
Introduction to Unity3D
Utah Code Camp - Spring 2016
3
Who are you? Josh Jones Game Programmer - Wild Works Chair - IGDA Salt Lake City/Provo Area Chapter ~2 years using Unity3D Audience Programming language to use in Unity? Target platform (web, pc, android, ios, etc.)? How many have written real-time applications before?
5
Unity3D Basics Scenes, GameObject Hierarchy Alt-Left Mouse to Rotate, Alt-Mid Mouse to Pan, Alt-Right Mouse to Zoom Prefabs Components Unity Store Camera, Skybox Light, Material, Texture
6
Projects Folder Hierarchy Assets and Importing
Platforms, Project Settings Main Scene Exporting Source Control, Sharing
7
Nothing is saved while paused!
8
Scripting Script Components Hello World! - Debug.Log()
C#, UnityScript, and other languages Exposed Public Variables MonoBehavior - Start(), Update(), OnCollisionEnter(), OnTriggerEnter() GetComponent<>(), Instantiate(gameObject), Destroy(gameObject) UI.Text, Unity3D GUI vs NGUI
9
Resources / Questions? Contact: @vazor222 These slides:
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.