ColinLeung-NiloCat / UnityURPUnlitScreenSpaceDecalShader

Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
MIT License
1.25k stars 129 forks source link

The rendering seems not correct in game view #40

Open OtakuAndFitness opened 2 years ago

OtakuAndFitness commented 2 years ago

My texture looks like this: 微信图片_20211220105031

However, the game view looks like it's not a hexagon 微信图片_20211220105209

How could I fix this issue?

OtakuAndFitness commented 2 years ago

I rotate the cube 90 degree in x axis and it's rendering correctly, interesting!