We are excited to announce a new feature on the Hub: Favorites!
You can now add resources to your favorites, and organize your favorites into collections!
You can check out the details in our official announcement!
I've created an orgasm trigger (which is working perfect) at:
To trigger at reaching 1:
Threshold Value = 1.0 and Threshold Direction = "UP"
Now i wanted more complex stuff, i made 3 Theresold values plugins inside my slider that will have 3 indicators: One for the climax which is working fine as i explained above, Second to the 0.49 threshold with direction for DOWN for Gentle,
And Third one for the 0.50 threshold with direction UP for Hard.
Only the first one is working with the climax, value 1 threshold with direction UP.
I don't know why the other ones just don't work.
Maybe you have another solution for me?
my scene is huge
Look at the Indicator Slider, i named it "Thrust" you will see inside it the plugins and should do some manipulations on the person plugins
It seems to me the "Gentle" and "Hard" ValueThreshold instances are not getting set from anywhere? Only the "Orgasm" one is set directly from the slider.
It seems to me the "Gentle" and "Hard" ValueThreshold instances are not getting set from anywhere? Only the "Orgasm" one is set directly from the slider.
The ValueThreshold does not know or care that you placed it on a UISlider. It only checks its own "Value" parameter. So you need to connect the UISlider with the plugin via a trigger that changes the value. Just like you did it for the Orgasm one.
The ValueThreshold does not know or care that you placed it on a UISlider. It only checks its own "Value" parameter. So you need to connect the UISlider with the plugin via a trigger that changes the value. Just like you did it for the Orgasm one.