TheCoolBoots / Kyber_Prototype

An educational VR experience that teaches high school chemistry in an immersive and interactive fashion
4 stars 0 forks source link

Research fluid simulations with VFX graph #38

Open TheCoolBoots opened 3 years ago

TheCoolBoots commented 3 years ago

Fluid simulations in Unity

UPDATE: how to get particles to behave like a liquid efficiently: https://medium.com/@leomontes_60748/how-to-implement-a-fluid-simulation-on-the-cpu-with-unity-ecs-job-system-bf90a0f2724f

unable to find tutorials on how to make it visually accurate, but will continue searching

lowerbadger commented 3 years ago

Turns out only unlit particles can be used for URP. It may still be useful for creating representations of gas samples.