Point lights don't work on Built-In renderer

Point lights aren't supported with the Built-In Shaders unfortunately. Currently we are prioritizing other issues than adding point light support for Built-In. The recommended workaround is to use a spotlight instead. Spotlights are simpler to render since they only require one shadowmap.

Last updated