You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicreadonlyGUIContentcopyMasterButton=EditorGUIUtility.TrTextContent("Copy Master's Settings","Copy all master's settings into this variant.");
63
63
publicreadonlyGUIContentpackButton=EditorGUIUtility.TrTextContent("Pack Preview","Pack this atlas.");
64
-
publicreadonlyGUIContentdisabledPackLabel=EditorGUIUtility.TrTextContent("Sprite Atlas packing is disabled. Enable it in Edit > Project Settings > Editor.");
64
+
65
+
publicreadonlyGUIContentdisabledPackLabel=EditorGUIUtility.TrTextContent("Sprite Atlas packing is disabled. Enable it in Edit > Settings > Editor.",null,EditorGUIUtility.GetHelpIcon(MessageType.Info));
65
66
publicreadonlyGUIContentpackableListLabel=EditorGUIUtility.TrTextContent("Objects for Packing","Only accept Folder, Sprite Sheet(Texture) and Sprite.");
66
67
67
68
publicreadonlyGUIContentnotPowerOfTwoWarning=EditorGUIUtility.TrTextContent("This scale will produce a Sprite Atlas variant with a packed texture that is NPOT (non - power of two). This may cause visual artifacts in certain compression/texture formats.");
@@ -310,7 +311,10 @@ public override void OnInspectorGUI()
0 commit comments