We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235558a commit c3683fbCopy full SHA for c3683fb
1 file changed
Assets/SpriteStudio6/Editor/Import/SSCE.cs
@@ -1268,6 +1268,7 @@ private static int NameSearchFileIDPair(List<UnityEditor.SpriteNameFileIdPair> l
1268
1269
/* ----------------------------------------------- Enums & Constants */
1270
#region Enums & Constants
1271
+#if USE_SPRITEATLAS
1272
private readonly static SpriteAlignment[] TableAlignment = {
1273
/* SpriteMetaData.alignment */
1274
/* Center = 0 */ SpriteAlignment.Center,
@@ -1281,6 +1282,8 @@ private static int NameSearchFileIDPair(List<UnityEditor.SpriteNameFileIdPair> l
1281
1282
/* BottomRight = 8 */ SpriteAlignment.BottomRight,
1283
/* Custom = 9 */ SpriteAlignment.Custom,
1284
};
1285
+#else
1286
+#endif
1287
#endregion Enums & Constants
1288
}
1289
0 commit comments