if ((_themestars & (1 << (2 + (_level * 3)))) == 0) { _themestars |= (1<<(2+(_level*3))); _themestars |= (1<<(1+(_level*3))); _themestars |= (1<<(0+(_level*3))); PlayerPrefs.SetInt(_theme,_themestars); }