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

Solved I want the surface of the liquid to always stay level

bqbq

Well-known member
Joined
Apr 29, 2024
Messages
142
Solutions
1
Reactions
485
liq (1).png

liq (2).png

As you can see in the picture, within Unity, the liquid inside the bottle is filled to 60%.
Even when the angle is tilted, the surface remains level.
This was achieved using the shader and C# script provided by ChatGPT.

However, when I convert it to an asset bundle and load it in VAM, it ends up like this.



After doing some more research, I found out that this issue happens because VAM uses a different kind of simulation or system.
So, according to ChatGPT, I would need to use a plugin to fix it.
However, if you look at the video below, you'll see that the amount of liquid is properly adjusted, and the surface always stays level—without any plugins.


So how is this possible?
How should I go about solving this?
 
Last edited:
Back
Top Bottom