microblastgames
|
microblastgames
Posted Last Year
|
Group: Forum Members
Last Active: Last Year
Posts: 35,
Visits: 238
|
t matter what I do, what configuration I make, everytime the hair gets messed up in unity. Any tips? I'm using unity build in shaders. 27% of original size (was 1919x1000) - Click to enlarge27% of original size (was 1919x1000) - Click to enlarge
|
Victor.Soupday
|
Victor.Soupday
Posted Last Year
|
Group: Forum Members
Last Active: Yesterday
Posts: 569,
Visits: 9.0K
|
That's not from the shader, that's from the physics.
Unity's PhysX for Cloth physics is very temperamental when used on Hair due to the very dense meshes. You can try to make sure that the Cloth component is not using any self collision in the cloth constraint editor (the second of the two buttons at the top of the cloth component) and you can make sure the stretching and bending stiffness are set to 1. But the mesh may be too dense for Unity Cloth to handle.
|