• 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.
SexyFluids

Plugins + Scripts SexyFluids

Download [<1 MB]
The fluids should collide with standard Unity colliders (so far, I'd like to change that at some point). Only then the cumstains are attached to the "closest" skin point, which does not always work very well for mouth/tongue. But they should not fall through like this.

Do you have all colliders enabled normally, no weird ColliderEditor changes?

Or did you maybe tweak the "Do not Collide Near Emitter" Advanced setting? It exists there to prevent collisions with the emitter (especially important for squirt). Maybe the tongue/mouth is still ignored by this setting, try reducing the value for the penis emitter. Although now I see in the vid the Advanced tab appears briefly and it's set to 0.5cm, so that should be fine. Maybe try setting it zero to check if there might be a bug with that logic. Iit's kinda hacky since you really can't run on/off collisions of individual Unity particles, which is why I ultimately want to write my own more fluid-like sim instead of partially using Unity's particle system. But that won't happen this year.

And if that does not help, can you share the scene with me to test what's happening?
View attachment 523555
I did not edit female collider until today, when I tried enlarging the tongue colliders, which helped a little (I am really not sure, as it works sometimes and then suddenly refuses to work at all and starts falling through).
I did not adjust "Do not collide near", but reducing it does not affect the success rate. Frankly I can't really tell what could be the problem even in theory 😅
Scene files attached.
 

Attachments

  • test.json
    8.1 MB · Views: 0
  • test.jpg
    test.jpg
    21.7 KB · Views: 0
I did not edit female collider until today, when I tried enlarging the tongue colliders, which helped a little (I am really not sure, as it works sometimes and then suddenly refuses to work at all and starts falling through).
I did not adjust "Do not collide near", but reducing it does not affect the success rate. Frankly I can't really tell what could be the problem even in theory 😅
Scene files attached.
That took me a while to figure out, but I am afraid I have bad news for you. It does not work because you have the VaM's teeth and tongue turned off, replaced by a clothing item. The fluids don't work on cloth. It's one of my long term goals to make them work on (manually selected) clothing items, but that's a VERY long term goal. It won't work any time soon.

Tbh even without that trying to stick the fluids to the tongue is a bit wonky, but that won't be much better until I implement GPU-based direct collision with the skin (if that ever happens, that will be super complicated to get right, but it's a plan)
 
That took me a while to figure out, but I am afraid I have bad news for you. It does not work because you have the VaM's teeth and tongue turned off, replaced by a clothing item. The fluids don't work on cloth. It's one of my long term goals to make them work on (manually selected) clothing items, but that's a VERY long term goal. It won't work any time soon.

Tbh even without that trying to stick the fluids to the tongue is a bit wonky, but that won't be much better until I implement GPU-based direct collision with the skin (if that ever happens, that will be super complicated to get right, but it's a plan)
ffs I really should have known... seems so obvious now that you said it.
 
Back
Top Bottom