Puppet that can grab something?
I’d like to make a puppet that can use its hands to grab objects in the world (like take an apple off a table, or pull a lever).
Is the puppet able to do something like this? Or can it only run around?
I’m thinking about something like Human Fall Flat, or Grow Home.
-
It's possible but you have to do the animation yourself.
For a lever as example:
=> Make a timeline. Animate the arms going to the lever. Assign a button to the timeline to test it out.
=> Now you have to prevent him from doing that animation anywhere so you'll have to use a trigger zone near the switch.
Now attach the trigger zone and the button you assigned to a 'AND' . The output of the 'AND' you attach to the timeline.
This should work -
Maybe put a follower on any grabbable object and turn it on when the player holds 'grab' and the hand is colliding with the object?
-
With a tag in the relevant place on the hand, that is.
Might take a bit of finessing. -
If it's a limited number of objects to clutch, maybe incorporate them or a handle component into the hand sculpture that you make visible when it's in hand and invisible otherwise?
-
In the LBP remake, the Sackboy puppets grabbed the windmill to lift themselves up. So, I know it's possible to make the puppet grab stuff but I've been unable to figure it out yet
-
What if you used a raycast from the hand to find the nearest thing to grab (limited range of like 0.25 meters or so), then used the hit coordinates as the target location for the hand, then used a follower mover to move the hand there?
-
anyone figure this out yet? if so could you comment and explain. I noticed that in the LBP remake as well but cant get the puppet to grab things to save my life.
Войдите в службу, чтобы оставить комментарий.