Цитата (EVER)
с сплатами не знаком.
Сплат - это низкополигональная полусфера - мешь с текстурой дырки от пули.
Код
if (Physics.Raycast (transform.position, transform.forward, hit, 100)) {
var newSplat = Instantiate (splat, hit.point, Quaternion.FromToRotation(Vector3.up, hit.normal)).transform;
newSplat.parent = hit.transform;
}