StableFluids icon indicating copy to clipboard operation
StableFluids copied to clipboard

Android compatibility issues

Open mehrab-haque opened this issue 3 years ago • 10 comments

Great shader, however, after building for android, the shader is not doing any effect, we tried Vulkan support also, but that didn't work out either, is their any other factor that we might be missing ? Thank you

mehrab-haque avatar Apr 28 '21 11:04 mehrab-haque

It might be a compute shader compatibility issue.

is their any other factor that we might be missing ?

No.

keijiro avatar Apr 29 '21 07:04 keijiro

Worked on my device when disabling Auto Graphics api and putting Vulkan first option

marcozakaria avatar Apr 29 '21 15:04 marcozakaria

There is a black screen that appears when I build it for android. Any solution please.

moaazafzal avatar May 15 '21 13:05 moaazafzal

Yeah go to player settings then unmark the Auto graphics API then select only Vulkan. graphics api

On Thu, Jul 22, 2021 at 7:30 PM devansh @.***> wrote:

Hey, any solution to this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/keijiro/StableFluids/issues/7#issuecomment-884959438, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK2HPXJN4XBOQXIY2WZP2CDTZATPVANCNFSM43W4EZTA .

moaazafzal avatar Jul 22 '21 14:07 moaazafzal

Yeah go to player settings then unmark the Auto graphics API then select only Vulkan. graphics API

moaazafzal avatar Jul 22 '21 14:07 moaazafzal

@moaazafzal can you help me with the issue I submitted lately? Tried a lot to do that but can't figure out :(

devanshp915 avatar Jul 22 '21 15:07 devanshp915

could you please share your github email ?

On Thu, Jul 22, 2021 at 8:20 PM devansh @.***> wrote:

@moaazafzal https://github.com/moaazafzal can you help me with the issue I submitted lately? Tried a lot to do that but can't figure out :(

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/keijiro/StableFluids/issues/7#issuecomment-884999159, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK2HPXLVXZYA47KLY6VJSJTTZAZMPANCNFSM43W4EZTA .

moaazafzal avatar Jul 22 '21 15:07 moaazafzal

@moaazafzal its [email protected]

devanshp915 avatar Jul 22 '21 15:07 devanshp915

could you please share your github email ? On Thu, Jul 22, 2021 at 8:20 PM devansh @.***> wrote: @moaazafzal https://github.com/moaazafzal can you help me with the issue I submitted lately? Tried a lot to do that but can't figure out :( — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#7 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK2HPXLVXZYA47KLY6VJSJTTZAZMPANCNFSM43W4EZTA .

please send me a normal email once

devanshp915 avatar Jul 22 '21 15:07 devanshp915

hi, This issue is caused by unsupported RandomWrite enabled render texture format (RFloat, RGFloat) on GLES platform. Change render texture format to ARGBFloat should walk around this compatibility issue.

yxsamurai avatar Oct 18 '22 09:10 yxsamurai