From ba24a4a15c0317ac2fd954f4173b4b79cbdf191e Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期三, 11 十一月 2020 17:06:33 +0800
Subject: [PATCH] 9527 unity 升级

---
 Assets/Editor/Tool/CustomSpritePacker.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Assets/Editor/Tool/CustomSpritePacker.cs b/Assets/Editor/Tool/CustomSpritePacker.cs
index 5f4bd6b..ff175ab 100644
--- a/Assets/Editor/Tool/CustomSpritePacker.cs
+++ b/Assets/Editor/Tool/CustomSpritePacker.cs
@@ -21,6 +21,8 @@
     protected virtual string TagPrefix { get { return "[TIGHT]"; } }
     protected virtual bool AllowTightWhenTagged { get { return true; } }
 
+    public bool AllowSequentialPacking => true;
+
     public void OnGroupAtlases(BuildTarget target, PackerJob job, int[] textureImporterInstanceIDs)
     {
         List<Entry> entries = new List<Entry>();

--
Gitblit v1.8.0