ColinLeung-NiloCat/UnityURP-MobileScreenSpacePlanarReflection

No reflections in 2022.1.17f1

ShockWave2048 opened this issue · 8 comments

Hi! Cant get reflections in 2022.1.17f1.
Some errors here.
Can you help please?
Screenshot_7

2022.3.3 too :(

Have they not solved the problem yet? I really need it for my video game :(

Have they not solved the problem yet? I really need it for my video game :(

you may need this:)
屏幕截图 2023-10-27 125431

esto

Honestly, I don't quite understand much, I'm sorry for my clumsiness :(. Should I change something in the code or what? Can you help me?

esto

Honestly, I don't quite understand much, I'm sorry for my clumsiness :(. Should I change something in the code or what? Can you help me?

Yes, you need to modify the MobileSSPRRendererFeature.cs script, the way of obtaining _CameraOpaqueTexture and _CameraDepthTexture has changed.
屏幕截图 2023-10-27 141551
屏幕截图 2023-10-27 141702
屏幕截图 2023-10-27 141734

Sí, necesita modificar el script MobileSSPRRendererFeature.cs, la forma de obtener _CameraOpaqueTexture y _CameraDepthTexture ha cambiado. 屏幕截图 2023-10-27 141551 屏幕截图 2023-10-27 141702 屏幕截图 2023-10-27 141734

The warnings are gone, but now it's doing very strange things.😓
(It's a test project; my game is in another project. So, excuse the clutter in the assets)
Captura de pantalla 2023-10-27 022218

@androacks22 You should set the graphics API in Player to Direct3D12

@androacks22 You should set the graphics API in Player to Direct3D12

thank you very much for the help, it worked.