scene.findComponentOfType<> missing?
levelonehuman opened this issue · comments
Spencer Helms commented
I just pulled down this samples project. I built Nez.sln
and then opened Nez-Samples.sln
and built it. The file Nez.Samples\Scenes\AI\AIUI.cs
is throwing compiler errors on the above method, as is the DeferredLightingController
.
If I comment out these offending lines, the sample project builds fine. I also checked the Nez source, and this method doesn't appear to be present in the Scene class.