simulation fluid in blender and use in unity

hi,I have question please help me
I simulated pouring fluid in blender and now I want to use it for animation of a character in Unity3D
what should I do??

Blender simulations and particles has nothing to do with Unity!You are unable to bring blender’s particles and simulations in unity , you must use the unity’s particle system to create any fancy effects you want for your games.

Cheers

thanks, and how can I simulate Fluid in Unity3d ? I need manual for this .

You can’t simulate fluid in Unity or any other engine like in Blender. That is a complex process that can’t computed in realtime.

You can only fake fluid with the particle system as euma12 suggested.

ok thanks,and how can I fake fluid with the particle system? please give me a manual or example

Duplicate post:
http://forum.unity3d.com/threads/145710-simulate-fluid-in-unity3d

You can also fake a 2D fluid surface if that’s what you’re after. I’m doing this in an upcoming project. In a dumbed down explanation I just have a subdivided plane and i’m moving the top verts up and down to simulate water movement. This is obviously just for a ‘static’ piece of water. Not really fluid simulation like Fluvio.