how make Bullet Holes parent with the object When the moving object moving with him the Holes
1 Answer
1var bh = Instantiate (BulletHole);
bh.transform.parent = thingShotAt.transform;
how make Bullet Holes parent with the object When the moving object moving with him the Holes
var bh = Instantiate (BulletHole);
bh.transform.parent = thingShotAt.transform;