zulubo / SkinGore

Dynamic Gore and Injuries system for Unity
MIT License
64 stars 5 forks source link

Sometimes the whole body gets covered in blood #3

Open SkyYurt opened 1 year ago

SkyYurt commented 1 year ago

Often, but not always the whole body of the enemy gets covered by the skingore when shot once. This doesn't happen when running the game in the editor, only in the build version.

skingore_issue

I use the following settings when adding the damage: AddDamage(impactPoint, 0.05F, 1F);

What might be the issue? Do I need to set some build settings before building to avoid this happening?

Thanks