prime31 / SpriteLightKit

Blended lighting system for Unity that works with standard Sprites
241 stars 43 forks source link

Scene is solid color #2

Closed NickDiMucci closed 8 years ago

NickDiMucci commented 8 years ago

After setting up my cameras per the instructions in the README (and the demo scene), my camera just renders a solid pink color.

Screen shot of scene and camera settings image

image

I toggled a bunch of different options but not sure what's going on here.

slonermike commented 8 years ago

What do you see in the demo scene?

NickDiMucci commented 8 years ago

The demo scene works fine, as expected. I compared my scene with the demo scene and I couldn't see any discrepancies that would explain the issue.

prime31 commented 8 years ago

Good old Unity pink almost always means a missing Material. Double check the Material on that sucker and make sure it's non-null.