- Home /
How can i make fluid or water with physics inside transparent gameObject like sphere or cube?
I want to create something like transparent bottle with fluid/water/gel. However i don't know how to do it. Please help!
UPDATE
It's should be in 3D
This is an incredibly advanced topic, and something that is asked quite frequently on Unity answers. Please take a look at other questions pertaining to fluid simulation on this website first.
I know that is advanced topic. I found nothing about this. If you know give links please
Here are a few links I found by just searching for "Unity liquid" on Google. The first one is a free package, the second a large thread on the topic and the third a paid asset.
https://forum.unity3d.com/threads/fluvio-fluid-dynamics-for-unity.95255/
http://answers.unity3d.com/questions/54982/is-it-possible-to-make-liquid-water-in-unity3d.html
Answer by Px0en1cs · Jul 10, 2017 at 06:56 AM
@Maasian, If you need physical liquid engine it may help you - http://u3d.as/Snm
Thank! But it's for 2D. I need 3D. I forgot write about this.
Answer by Vollmondum · Jul 10, 2017 at 07:14 AM
There's nothing advanced in it. Create a cylinder inside with your fluid color. Bottle is glass-transparent, gel whatever. Insider-surface animation on will
Except that doesn't answer the question in the slightest. Actual fluid simulation isn't as simple as just creating a static object and colouring it.
Your answer