Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: DerickSinclair on November 11, 2015, 01:02:33 PM

Title: RESOLVED - Specify game object not working for Set Position
Post by: DerickSinclair on November 11, 2015, 01:02:33 PM
Hi all,

I have a Mouse Down event set on an object (call it ChildObject), and am trying to move the parent object (ParentObject) while the mouse drags vertically.  I can get it to drag ChildObject just fine, but when I specify ParentObject, it only drags ChildObject, and none of the other children (3 in total). 

I feel like I'm missing something blatantly obvious... any thoughts?

Attached a screen grab (left dangle = ParentObject)

Thanks!
Title: Re: Specify game object not working for Set Position
Post by: DerickSinclair on November 12, 2015, 09:31:00 AM
In doing some more testing, it looks like the objects I've created with ProBuilder aren't moving (while those I've made with other modeling tools / unity primitives move just fine.)  Wondering if there's some sort of component that I need to add to a model before it can be moved with playmaker.
Title: RESOLVED - Specify game object not working for Set Position
Post by: DerickSinclair on November 12, 2015, 09:34:52 AM
Figured out it out- the ProBuilder elements have an "Entity Type" that is set to "Detail" by default.  Just needed to change it to "Mover"