https://github.com/ivuecode/Liquid-Simulation
Liquid simulation effect created in Unity
https://github.com/ivuecode/Liquid-Simulation
Last synced: 8 months ago
JSON representation
Liquid simulation effect created in Unity
- Host: GitHub
- URL: https://github.com/ivuecode/Liquid-Simulation
- Owner: ivuecode
- License: mit
- Created: 2018-07-31T20:03:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T18:49:25.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T21:45:29.948Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 59.6 KB
- Stars: 230
- Watchers: 4
- Forks: 72
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- anything_about_game - Liquid-Simulation
README
# Liquid Effect :ocean:
An implemntation of liquid simulation effect in Unity.
This project uses blur shaders along with 2D rigidbody sprites to create the illusion of a liquid body. Render textures and material instancing are methods also used to achieve this inexpensive fluid motion look.
## Preview :eyes:

## Getting Started :page_with_curl:
Clone or download this repository and open the project with your favourite flavour of Unity.
_This project was built with Unity 2018.2_
## Optimizations :pencil2:
There are a few points to consider when using this application:
* Using thousands of rigidbodys is very taxing. This effect should not be used to recreate the ocean. For a simple motion graphic effect such as the example gif, won't cause you any problems at all.
* Recreating this project with the new Unity ECS or Job System will drastically increase particle count.
## Contributing :muscle:
Looking to contribute something to this project? **Here's how you can help.**
If you believe something needs to be immediately fixed please open an issue and document the problem. Fork this project and create a pull request with your solution to the problem. Thank you.
[VueCode YouTube](https://www.youtube.com/channel/UCtP-1zQ2g_jpgYvvBqkWltA)
[VueCode Twitter](https://twitter.com/VueCode/)
[VueCode Discord](https://discord.gg/qWpEtR3)