keijiro / HdrpVatExample

VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
The Unlicense
881 stars 86 forks source link

Low poly problem in Unity #6

Closed smkplus closed 4 years ago

smkplus commented 4 years ago

Hi I tried to use your example but something is wrong!

image

Record_2020_01_24_10_03_10_319

image

image

oh it's because of Normals I don't know why I couldn't export normals!

image

keijiro commented 4 years ago

oh it's because of Normals I don't know why I couldn't export normals!

Because "Pack Normals into Position Alpha" is checked in the VAT exporter settings. Try enabling "Use Packed Normals" in the material property, or just uncheck the option before exporting it.

smkplus commented 4 years ago

image

I tried to uncheck this but I haven't normal map

keijiro commented 4 years ago

Sorry, you also have to check "Normal" in the Paths section.

keijiro commented 4 years ago

I'm closing this issue now. Please feel free to reopen it for further problems.