Unity-Technologies / BoatAttack

Demo Project using the Universal RP from Unity3D
Other
2.53k stars 949 forks source link

Access violation crash when using PlanerReflections.cs #30

Open Zundrium opened 5 years ago

Zundrium commented 5 years ago

I tried to use the PlanerReflections pass in a simple project (5.3.0 branch).

The steps I took to make it crash:

It's a pretty heavy error: Read from location 0000000000000028 caused an access violation.. Not sure where it comes from.

Any idea what this could be? Would love to use the extra pass!

Reproduced this in 2018.3, 2019.1 and 2019.2. LWRP 4.10, 5.2.3 and 5.6.1.

Verasl commented 5 years ago

Hmm, will look into this, recently(like last week) the ScriptableRenderPass system has gone under heavy refactor which makes the whole system much nicer to use, I've done a first pass at updating the PlanarReflections to it but want to spend some more time cleaning it up, I'll make sure I test out this setup to see if I can repo.

Thanks