0
votes
2answers
166 views

2D Water Shader

I am trying to build a 2D Water shader and I am using Unity but the plateform isn't a problem. Here is an example of what I am trying to reproduce : Limbo water shader Are there any good tutorial or ...
3
votes
1answer
563 views

Rushing water in unity

How would I go about creating a river with rushing water. I can do the texture around it but I'm stuck on the actual water part. This is in unity3d.
0
votes
2answers
2k views

How to make a Realtime 3D Eulerian Fluid Simulation like “From Dust” in C#/Unity3D?

So, for a game project I'm going to be working on I need to make a fully working 3D fluid simulator in Unity3D using C#, that can work in real time. The only problem is, I've never done anything like ...