playMaker

Author Topic: New to Unity and Playmaker - few basic questions  (Read 1911 times)

Teerif

  • Playmaker Newbie
  • *
  • Posts: 1
New to Unity and Playmaker - few basic questions
« on: September 25, 2014, 04:04:44 PM »
Hi all. I have been watching tutorials and reading the Unity and Playmaker manuals, but still am missing understanding of some basic animation concepts even after trying some demos. Any help would be appreciated.

1. (see screen shots) Why is it that one asset (with animation) would show its animations in the Animation portion of the Unity inspector, while another would not (although I can see it has animations when looking at the asset details in the hierarchy)? Note that I have been struggling with the Playmaker "treasure chest" demo on You Tube, and I suspect it is because the asset I downloaded from Unity does not have its open/closed actions visible in the inspector??

2. What is the relationship between the Animate and Animator portions of the Unity inspector and the Playmaker Animate actions? They seem redundant to me. Are they all meant to be used together for different aspects of an animation event, or should I avoid using the Inspector Animate/Animator sections if using Playmaker animate actions? I can't find an explanation of this relationship anywhere.

Thank you!!
« Last Edit: September 25, 2014, 08:47:40 PM by Teerif »

TheBadFeeling

  • Junior Playmaker
  • **
  • Posts: 67
Re: New to Unity and Playmaker - few basic questions
« Reply #1 on: September 27, 2014, 11:08:15 AM »
Whether animations show up or not in the inspector depends on how the objects were saved or set up.

The Animator is the new powerful animation controller in Unity that lets you string together a complete animation-setup, letting you character shift between animations in a state-machine.
You should get acquainted with Animator first, so do a search on Youtube.

To use Playmaker with Animator you need to download and install the Playmaker Animator actions first, then they'll be available in the Playmaker Actions window.
Get them at https://hutonggames.fogbugz.com/default.asp?W1031

/Bad
The Force is with you, young Playmaker – but you are not a C# senpai yet.