Unity-Technologies / EntityComponentSystemSamples

Other
7.21k stars 1.61k forks source link

fixed issue with custom mesh on physics shape auth #277

Open Baptistee opened 1 year ago

Baptistee commented 1 year ago

Added an else statement after the custom mesh non-null value check. Otherwise the default rendered mesh is always added in addition with the custom mesh, when there is a mesh filter component on the GO.