Ejemplo n.º 1
0
        static void SetSceneBackgroundColor()
        {
            Color lightBlue = ColorUtil.HexStringToColor("#93BAF4");

            EditorPrefsColors.SetSceneBackgroundColor(lightBlue);
        }
Ejemplo n.º 2
0
        static void SetPlayModeTintToLightRed()
        {
            Color lightRed = ColorUtil.HexStringToColor("#FFCDC5");

            EditorPrefsColors.SetPlaymodeTintColor(lightRed);
        }