Is LOD system only for meshes?

Hi. Is LOD system only for meshes? I need to disable a prefabs or light at certain distance but LOD system is only for meshes!?!

LOD for meshes is doing something different than just distance.
It’s the size on screen that is taken into account.

So for distance kind of LOD you need to create your own solution.
Naturally there are implications for this. For example when you do zoom by decreasing camera FOV result might not look good.

1 Like