Creating Bullet Holes with Raycasting

Jared Amlin
Level Up Coding
5 min readJan 22, 2023

--

When playing 3D shooter games, an important aspect of realism can be placing bullet holes on hit points when shooting. This article will look at how to do just that, while also addressing fixes for some issues that could arise along the way. Let’s get started!

Everything in this article comes from Filebase, the amazing asset library by GameDevHQ.

--

--

I am an artist and musician, that is currently diving headfirst into game development with C# and Unity3D.