Publisher | Virtual Method |
---|---|
File size | 5.36MB |
Number of files | 841 |
Latest version | 7.0.1 |
Latest release date | 2024-08-06 12:42:13 |
First release date | 2016-08-18 09:50:28 |
Supported Unity versions | 2018.4.2 or higher |
Obi is an advanced particle-based physics engine capable of simulating a wide range of deformable material behaviors. Depends on the Burst, Jobs, Collections, and Mathematics packages.
With Obi Fluid you can create fully multi-threaded AAA quality fluid simulations with ease. Fluids react to each other, can affect and be affected by rigid bodies (even make them float or sink!), and are capable of sticking to surfaces.
Warning: Please note that fluid simulation is a very demanding task. Be aware of its performance implications before using it.
Links
What to use it for:
- Small scale fluid simulations
- 2D fluid game mechanics
- Dripping fluid
- Splash effects
What NOT to use it for:
- Large scale fluid simulations
- Pools, oceans, lakes, floods
All physical properties or the fluid are adjustable: viscosity, density, surface tension, stickiness, vorticity...
Features:
- Custom emitter shapes.
- Two-way rigid body interaction.
- Modular solver: don't waste performance, all parameters are exposed.
- Adjustable solver iteration count.
- Per-particle properties: surface tension, vorticity, buoyancy....
- Hassle-free particle resolution adjust using a single parameter.
- Supports fluids of different resolution interacting in the same simulation.
- Supports high density ratios in multiphase simulations.
- Supports Box, Sphere, Capsule, Mesh, Character and Terrain colliders.
- Automatic camera culling: non-visible fluids do not update their simulation.