COMP 50 Game Design LESSON #11: Digital Playtesting & Introduction to Character Animation with Mecanim.

Slides:



Advertisements
Similar presentations
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Advertisements

SE 320 – Introduction to Game Development Lecture 11: Animations and GoKit Lecturer: Gazihan Alankuş Please look at the last slides for assignments (marked.
COMP150 Game Design LESSON #6: Digital Playtesting & Introduction to 2D and 3D Art Asset Production.
How to Make a PowerPoint Presentation (Using PowerPoint)
EEC-693/793 Applied Computer Vision with Depth Cameras Lecture 13 Wenbing Zhao
DGMD E-70 Principles of Game Design LESSON #2: Design Through Usability Testing.
UFCFS D Technologies for the Web Unity 3D: Review of Topics and Related Concepts.
DGMD-E70 Principles of Game Design LESSON #6: Niche Games and the Unity 2D Pipeline.
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.
UFCEK-20-3Web Games Programming Unity 3D: Review of Topics Publishing for the Web.
LESSON #9: Digital Playtesting & Introduction to 2D and 3D Art Asset Production DGMD E-70 Principles of Game Design.
LESSON #10: Digital Playtesting & Introduction to Character Animation with Mecanim DGMD E-70 Principles of Game Design.
DGMD E-70 Principles of Game Design LESSON #12: Mid-Production Evaluation: Game Radical Revision and Peer Evals.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
DGMD E-70 Principles of Game Design LESSON #11: Level Design.
Return all calls within 24 hours Return within 24 hours Grade work within 48 hours Keep in touch with our students! Help YOU finish HOPE.
DGMD E-70 Principles of Game Design LESSON #14: Game Marketing #2: Conferences.
Video in Macromedia Flash (Optional) – Lesson 121 Video in Macromedia Flash (Optional) Lesson 12.
SE 320 – Introduction to Game Development Lecture 2: Introduction to Unity Lecturer: Gazihan Alankuş Please look at the last two slides for assignments.
CIS 205—Web Design & Development Flash Chapter 3 Appendix on Using Buttons.
GameDevClub CODE CHEAT SHEET NOTE: ALL OF THE CODE IS CASE-SENSITIVE AND THE SYNTAX IS STRICT SO A LOT OF YOUR ERRORS WILL PROBABLY COME FROM TYPOS If.
How to Make a Power Point Go to Slide 2. (You can get there by clicking on slide 2 in Normal VIEW.)
DGMD-E70 Principles of Game Design LESSON #5: Workplace Games and Introduction to Unity.
COMP150 Game Design LESSON #10: Level Design Guest Lecture #1: Forrest Dowling.
COMP150 Game Design LESSON #14: Game Marketing #3.
Yingcai Xiao Game Development with Unity3D Inside/Outside Unity3D.
COMP150 Game Design LESSON #9: Open Testing and Radical Decisions.
Game Development with Unity3D
LESSON #10: Level Design 1: Rational Game Design
LESSON #14: Game Marketing #2: More Trailers and Conferences
EEC-693/793 Applied Computer Vision with Depth Cameras
Quick Intro to Unity Lecture 2.
LESSON #2: Design Through Playtesting and Radical Revision
Game Development with Unity3D Inside/Outside Unity3D
LESSON #8: Prototype Playtesting, Working Well, & Introduction to 3D
Character Design for Animation and Games
COMP 50 Game Design LESSON #9: Digital Playtesting & Introduction to 2D Art and 3D Texturing.
3GB3 Game Design Unity 3D Basics.
Character Design for Animation and Games
DGMD-E70 Principles of Game Design
LESSON #3: Design Through Disruption
Unity 2D: Step by Step, Part 4
EEC-693/793 Applied Computer Vision with Depth Cameras
LESSON #5: Workplace Games and Introduction to 2D in Unity
DGMD E-70 Principles of Game Design
Computer presentation
DGMD E-70 Principles of Game Design
EEC-693/793 Applied Computer Vision with Depth Cameras
VCT 231Competitive Success/snaptutorial.com
How to Make a Power Point
Flash animation For beginners.
LESSON #14: Game Marketing #2: More Trailers and Conferences
Game Design LESSON #9: Digital Playtesting & Introduction to 2D Art and 3D Texturing.
LESSON #2: Design Through Playtesting and Radical Revision
Motion and Looks.
How to Make a Power Point
How to Make a Power Point
Fundaments of Game Design
DGMD E-70 Principles of Game Design
Narrative Motion Graphics
EEC-693/793 Applied Computer Vision with Depth Cameras
Place 3-digit numbers on a line
Deeper into the Depths: Casting, Scope, Gizmos, Layers, Self-Destruct.
DGMD E-70 Principles of Game Design
Unity Game Development
Unity Game Development
Narrative Motion Graphics
Advanced 3D Art and Animation
Presentation transcript:

COMP 50 Game Design LESSON #11: Digital Playtesting & Introduction to Character Animation with Mecanim

1. Digital Prototype Testing/Sharing 3. Unity 3D Animation Pipeline: TODAY: 1. Digital Prototype Testing/Sharing 2. Team Meetings 3. Unity 3D Animation Pipeline: Animation Clips, State Machine, Components, and GameObject -parenting.

PART 1: DIGITAL PLAYTESTING SET UP (10 minutes): Teams Choose Tables Set up game digital prototype on 3 laptops. Decide initial Observers (1-2) and Players. Discuss: 1-3 points/instructions to share with visiting players? Write them down!

PART 1: DIGITAL PLAYTESTING PLAYTEST ROUND #1 (20 minutes): Observers stay to manage playtest, Players find other games to play. If team chose 1-3 instructions, give them. Players attempt to play prototype (5-10 min). Observers take notes! Players fill out questionnaire (5 minutes). Time permitting, discuss answers.

PART 2: TEAM MEETING (10 minutes): Convene at your team table to discuss observations and questionnaire answers. Discuss Production goals for the next week (next top priority Backlog items, potentially influenced by tester experience/ observations) and divide work equitably.

PART 3: 3D Animation Production: CREATE MEEPLE: PNG textures

PART 3: 3D Animation Production: ANIMATE MEEPLE: Select object and hit [s] to add keyframes. Turn on Auto Keymode Toggle, change time and transform object to set more frames.

PART 3: 3D Animation Production: ANIMATE MEEPLE: Create 3 motions: Idle (10-40) Walk (50-70) Jump (80-100) The provided FBX has these motions ready to import into Unity3D.

PART 3: 3D Animation Production: EXPORT MEEPLE: File/ Export Selection

PART 3: 3D Animation Production: EXPORT MEEPLE: 2. Turn on Bake Animation. 3. Export!

PART 4: Unity Animation Pipeline: [A] SET-UP: Create Ground Plane or Box. 2. Add Directional Light (with shadows) and Point Light to illuminate from the opposite direction. [B] IMPORT MEEPLE: Add the FBX and PNG to the Project. Add the Mesh to the Hierarchy

PART 4: Unity Animation Pipeline: Select Project FBX, in Inspector define clips for 3 motions (enter time ranges. Idle & Walk loop!).

PART 4: Unity Animation Pipeline: In the Project, RightClick to create a new Animator Controller. Add the Animator Controller to the Hierarchy mesh (leftClick drag it onto the Hierarchy mesh).

PART 4: Unity Animation Pipeline: DoubleClick the Animator Controller in Project to open the State Machine.

PART 4: Unity Animation Pipeline: Drag Animation Clips from Project into the State Machine

PART 4: Unity Animation Pipeline: Add parameters: Bool “walk” and Trigger “jump”

PART 4: Unity Animation Pipeline: Next we add components: Physics/Rigidbody, Physics/Box Collider, C# Script ….

PART 4: Unity Animation Pipeline: Next we add components: Physics/Rigidbody, Physics/Box Collider, C# Script BUT do NOT add them directly to the Animated Mesh! The result will be an object that always returns to the origin.

PART 4: Unity Animation Pipeline: INSTEAD, create a new Empty Game Object, locate at the origin, and add all 3 Components.

PART 4: Unity Animation Pipeline: Then move the Animated Mesh to the origin and parent it under this Empty GameObject.

PART 4: Unity Animation Pipeline: Be sure that the script reference to the Animator in the script refers to the child!: void Start(){ anim = gameObject.GetComponentInChildren<Animator>(); }

PART 4: Unity Animation Pipeline: To play the animation, use If Statements and refer to the animator’s parameters: if (Input.GetKey ("w")) { anim.SetBool ("walk", true); rigidbody.velocity += transform.forward * speed; } else if (Input.GetKey("space")){ anim.SetTrigger("jump"); rigidbody.AddForce (Vector3.up * JumpSpeed);

PART 4: Unity Animation Pipeline: … and don’t forget to end the animation AND velocity: else { anim.SetBool ("walk", false); rigidbody.velocity = new Vector3(0, rigidbody.velocity.y, 0); } Save & play! [W], [A], [S], [D] to move, [Space] to jump. NOTE: If the animation does not play, be sure you dragged the Animation Controller from the Project onto the mesh in the Hierarchy (under the Empty GO)!

Production Scheduling: Course Milestones Due Week 8: Paper Prototypes: “Fun” Due Week 9: Digital Prototypes: “Quantity.” Due Week 11: Full Playable Prototypes: “User Clarity.” Due Week 12: Revised prototypes: “Fun.” Due Week 14: Prototype Complete: Multiple levels populated, bugs fixed, full Art and Audio. Final Presentations: Playable Game and Marketing materials: Trailer, Website, Press Release, Icon.

Due Next Week: HOMEWORK #11: A FUN Game: 4th Digital Prototype with revised play, more levels, some more art, & audio TEAMS: Divide Unity/Art/Audio production equitably. Meet with your team at least twice to discuss progress, solve problems, and consolidate build. Test clarity with at least two NEW players. Submit fourth digital build to class next week. Individually: Progress Report #4: Submit typed page: What you agreed to produce, what you accomplished, self-evaluation/related screenshots.

Have an Phenomenal Week! And don’t forget to email us with questions: Instructor: JASON WISER JasonWiserArt@gmail.com Available an hour after class and daily email.