Author Topic: "QualitySettings does not contain a definition for activeColorSpace" error  (Read 1436 times)

Darvin

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Hello,

I'm getting the following error:

Assets/NGUI/Scripts/Internal/UIBasicSprite.cs(295,45): error CS0117: `QualitySettings' does not contain a definition for `activeColorSpace'

after updating NGUI to 3.7.3 from 3.6.something

I also updated Unity to 4.5.4f1 at the same time so maybe it is related?

Any suggestions?

Edit: Found the problem. Turns out, I also have a QualitySettings class  :o