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
Copy file name to clipboardExpand all lines: Editor/Mono/2D/SpriteAtlas/SpriteAtlasInspector.cs
+37-30Lines changed: 37 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ class Styles
64
64
publicreadonlyGUIContentpackButton=EditorGUIUtility.TrTextContent("Pack Preview","Pack this atlas.");
65
65
66
66
publicreadonlyGUIContentdisabledPackLabel=EditorGUIUtility.TrTextContent("Sprite Atlas packing is disabled. Enable it in Edit > Settings > Editor.",null,EditorGUIUtility.GetHelpIcon(MessageType.Info));
67
-
publicreadonlyGUIContentpackableListLabel=EditorGUIUtility.TrTextContent("Objects for Packing","Only accept Folder, Sprite Sheet(Texture) and Sprite.");
67
+
publicreadonlyGUIContentpackableListLabel=EditorGUIUtility.TrTextContent("Objects for Packing","Only accept Folder, Sprite Sheet(Texture) and Sprite.");
68
68
69
69
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.");
@@ -61,13 +61,13 @@ public SceneViewCameraWindow(SceneView sceneView)
61
61
m_SceneView=sceneView;
62
62
63
63
m_CameraSpeedSliderContent=EditorGUIUtility.TrTextContent("Camera Speed","The current speed of the camera in the Scene view.");
64
+
m_AccelerationEnabled=EditorGUIUtility.TrTextContent("Camera Acceleration","Check this to enable acceleration when moving the camera. When enabled, camera speed is evaluated as a modifier. With acceleration disabled, the camera is accelerated to the Camera Speed.");
64
65
m_CameraSpeedMin=EditorGUIUtility.TrTextContent("Min","The minimum speed of the camera in the Scene view. Valid values are between [0.01, 98].");
65
66
m_CameraSpeedMax=EditorGUIUtility.TrTextContent("Max","The maximum speed of the camera in the Scene view. Valid values are between [0.02, 99].");
66
67
m_FieldOfView=EditorGUIUtility.TrTextContent("Field of View","The height of the camera's view angle. Measured in degrees vertically, or along the local Y axis.");
67
68
m_DynamicClip=EditorGUIUtility.TrTextContent("Dynamic Clipping","Check this to enable camera's near and far clipping planes to be calculated relative to the viewport size of the Scene.");
68
69
m_OcclusionCulling=EditorGUIUtility.TrTextContent("Occlusion Culling","Check this to enable occlusion culling in the Scene view. Occlusion culling disables rendering of objects when they\'re not currently seen by the camera because they\'re hidden (occluded) by other objects.");
69
-
m_EasingEnabled=EditorGUIUtility.TrTextContent("Camera Easing","Check this to enable camera movement easing. This makes the camera ease in when it starts moving, and ease out when it stops.");
70
-
m_EasingDuration=EditorGUIUtility.TrTextContent("Duration","How long it takes for the speed of the camera to accelerate to its initial full speed. Measured in seconds.");
70
+
m_EasingEnabled=EditorGUIUtility.TrTextContent("Camera Easing","Check this to enable camera movement easing. This makes the camera ease in when it starts moving and ease out when it stops.");
0 commit comments