playMaker

Author Topic: Looking for a building system and how to make interactive furniture>  (Read 464 times)

hh3000

  • Playmaker Newbie
  • *
  • Posts: 1
Hi all
I'm new to Playmaker so I was wondering does anyone know of a good building system I could use and I how do I make a chair for a player to sit on. Thanks. 

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Looking for a building system and how to make interactive furniture>
« Reply #1 on: December 09, 2021, 09:08:45 AM »
Hi.
you can use some box colliders for the chair and 1 box collider as trigger (bigger than chair) that will be set as trigger.

Then when player interact, you probably want a target point where you let the player move to and rotate (so his back is towards chair) and do a sit animation.

There are some character controllers on the asset store that can do all out of the box, but many do not have direct playmaker support. (you can still use Get/Set Properties and invoke to communicate with it, but its a bit more complex)