• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Question MOVING CUSTOM UNITY ASSET WITH PERSON ATOM

sukierae

New member
Joined
Sep 27, 2022
Messages
13
Reactions
5
So I have the insertable toy that vibrates inserted in my person atom, it is basically the same one cam models use. I want to give my person atom motion... but i can't figure out how to make the custom unity asset move while inside her. Is this possible? it just stays there in one spot.

Pretty sure I have all collision detection on if that would make a difference. Sorry if this is already on here, I couldn't find it.
 

Attachments

  • Screenshot_20221203_120946.png
    Screenshot_20221203_120946.png
    21.9 KB · Views: 0
Don't rely on physics/collision for this kind of thing. That's not precise enough. The vibrator should be parented to a nearest atom control, for example the Hip control of the Person.
Use the ParentHoldLink plugin from my Essentials package. Put it on the vibrator (CustomUnityAsset) and follow the instructions on the plugin's settings page.
33796-cc030f13ac088ea1859ec2cb92c14bf3.data



If you want to go more advanced, you can also use the plugin to pickup/takedown objects, check out this old post:
 
Upvote 0
There's also this:
 
Upvote 0
Back
Top Bottom