playMaker

Author Topic: Soft Body Physics with PlayMaker?  (Read 2869 times)

JanetMerai

  • Playmaker Newbie
  • *
  • Posts: 3
Soft Body Physics with PlayMaker?
« on: December 14, 2016, 11:37:19 PM »
I am looking for a solution for an adult game I am creating featuring explicit sexual features.

I've looked at nearly every asset with physics on the Asset Store and I haven't found any that cater what I need.

My requirements are allowing penetration and conforming female genitalia to male genitalia.
Additionally, I want to allow breast and penis physics including manipulating them by the player.

Is any of this possible with PlayMaker?

I'm using Adventure Creator for most of it.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Soft Body Physics with PlayMaker?
« Reply #1 on: December 15, 2016, 03:32:39 AM »
Hi,

You'll need to first look on the asset store for softbodies, PlayMaker as is doesn't have anything, it only allows you to have logic to edit and control the softbodies.

https://www.assetstore.unity3d.com/en/#!/content/15685 should do, have you tried it?

Bye,

 Jean
 

JanetMerai

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Soft Body Physics with PlayMaker?
« Reply #2 on: December 15, 2016, 07:24:32 AM »
The author of Jelly Mesh stated it doesn't work on animated meshes which is a requirement of mine.

I also do not see many assets at all claiming to support PlayMaker either.

Do you have any other recommendations for animated meshes?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Soft Body Physics with PlayMaker?
« Reply #3 on: December 19, 2016, 02:40:28 AM »
Hi,
 
Then, you need to go either with MegaFier (https://www.assetstore.unity3d.com/en/#!/content/644) or a proper IK solution for non hardcoded mesh animation like https://www.assetstore.unity3d.com/en/#!/content/14290

Bye,

 Jean