16-11-2018, 11:55 AM
(16-11-2018, 09:15 AM)Tuna.Y Wrote: Hi Jose,
I have checked the ADB logs. This is the error that I'm getting when I open the scene.
CommandBuffer: temporary render texture _FluidDepthTexture not found while executing Render fluid (SetGlobalTexture)
Tried with 2 different shaders. Obi/ParticleShader and Obi/FluidColorsOpaque
Thanks
This means your device does not support floating point render textures.
Try using the SimpleFluidRenderer instead of the default FluidRenderer. This one is optimized for mobile and does not perform depth testing.
See:http://obi.virtualmethodstudio.com/tutorials/customparticlerendering.html