BoatAttack icon indicating copy to clipboard operation
BoatAttack copied to clipboard

Water not working properly

Open MAyaghmay opened this issue 3 years ago • 7 comments

I only use "com.verasl.water-system" package and add it with package manager. in editor every thing is working fine but when I build project for android it will show like image on device: Screenshot_20210401-073816_tanaruz

for just a sec water shows properly but after that it goes like that. I just set all the setting as in boatAttack project (player setting, renderer, etc... )

MAyaghmay avatar Apr 01 '21 03:04 MAyaghmay

Hi - am seeing the same, did you get to figure this out?

antont avatar May 03 '21 12:05 antont

I actually have it working when built from the original project, and I think now also when using the assets in my own project .. had to copy the cam setup over too I think, still testing and investigating how it renders exactly

antont avatar May 03 '21 16:05 antont

Yep I did get it working! Last problem was that the shader or something stopped working after a sec, but that was with GLES - read comments here earlier and removed Vulkan and tried with GLES 3.2 earlier, but disabled GL now and use Vulkan instead and it works.

antont avatar May 05 '21 07:05 antont

Yep I did get it working! Last problem was that the shader or something stopped working after a sec, but that was with GLES - read comments here earlier and removed Vulkan and tried with GLES 3.2 earlier, but disabled GL now and use Vulkan instead and it works.

Hi, I disabled the Vulkan and only use GLES will try you approach as well. thanks a lot.

MAyaghmay avatar May 05 '21 08:05 MAyaghmay

Yeah I see the same issue with water, @antont with vulkan graphics api do you know where to get target device that supports vulkan api. Coz with openGL ES version same issue arises.

iamyawer avatar Sep 10 '21 02:09 iamyawer

Yeah I see the same issue with water, @antont with vulkan graphics api do you know where to get target device that supports vulkan api. Coz with openGL ES version same issue arises.

I test it with vulkan but no luck. couldn't make it to work properly.

MAyaghmay avatar Sep 27 '21 08:09 MAyaghmay

image seeing this in editor and in android build also

shubham-rgupta avatar May 16 '23 06:05 shubham-rgupta