Tag: 3D Camera
-
Disabling Frustum Culling on a Game Object in Unity
You should never disable frustum culling in a release build. But sometimes it can be useful to do so for debugging or when dealing with a really wacky vertex shader where mesh bounds don’t make sense anymore. Here’s an easy way to disable frustum culling on a game object by moving its bounds into the…