Unity-Technologies / BoatAttack

Demo Project using the Universal RP from Unity3D
Other
2.51k stars 946 forks source link

Water not working properly #136

Open MAyaghmay opened 3 years ago

MAyaghmay commented 3 years ago

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... )

antont commented 3 years ago

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

antont commented 3 years ago

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 commented 3 years ago

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.

MAyaghmay commented 3 years ago

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.

iamyawer commented 2 years ago

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.

MAyaghmay commented 2 years ago

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.

shubham-rgupta commented 1 year ago

image seeing this in editor and in android build also