Skip to content

KnightVR/WaterVR

Repository files navigation

Image of WaterVR Logo v0.0.3

Demonstration of different water simulation techiques for use in Unity VR games and experiences. Three scenes demonstrate three different approches to fluid simulation.

Scene 1: Animation Cycle

Each frame of the animation is exported as an 'obj' file. This is then imported into Unity and cycled using a script. See '/Unity/Assets/Animation/AnimateObjs.cs'.

Scene 2: Collision Spheres

Spheres with collision are used to represent a fluid. Large amounts of balls are very high load so not really feasiable at scale.

Scene 3: Animation events

Animation events triggered with interactions. There are two animations, one whilst falling and another when the liquid hits the ground. This was created using Unity Meta Balls Liquids asset.

Player Control

The player can swap between the scenes using the 'A' and 'B' keys. The scene can be reset using the middle click of the right joystick.

Examples

Image of in game fluid Image of in game fluid

Credits

Fluid simulation was done using FLIP Fluids (https://github.com/rlguy/Blender-FLIP-Fluids)

Method 3 uses Unity Meta Balls Liquids asset (https://github.com/Nesh108/Unity_MetaBalls_Liquids.git)

Royalty Free Music from Bensound (www.bensound.com)

About

VR test app for using blender for water simulations in unity.

Resources

Stars

Watchers

Forks

Packages

No packages published