prime31 / Nez-Samples

Samples and demos of various Nez features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scene.findComponentOfType<> missing?

levelonehuman opened this issue · comments

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.