Maxim Gorbunov

Results 1 comments of Maxim Gorbunov

замени `tempStyle = GUI.skin.GetStyle("VisibilityToggle");` на `tempStyle = new GUIStyle() { normal = new GUIStyleState() { background = EditorGUIUtility.Load("Icons/animationvisibilitytoggleoff.png") as Texture2D }, onNormal = new GUIStyleState() { background = EditorGUIUtility.Load("Icons/animationvisibilitytoggleon.png") as...