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/LightmapImportSettings.cs |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Assets/Editor/Tool/LightmapImportSettings.cs b/Assets/Editor/Tool/LightmapImportSettings.cs
index 0503fb6..a669d92 100644
--- a/Assets/Editor/Tool/LightmapImportSettings.cs
+++ b/Assets/Editor/Tool/LightmapImportSettings.cs
@@ -9,55 +9,55 @@
 	static void Init_32()
 	{
 		LightmapEditorSettings.maxAtlasHeight = 32;
-		LightmapEditorSettings.maxAtlasWidth = 32;
+		LightmapEditorSettings.maxAtlasSize = 32;
 	}
 
     [MenuItem("缇庢湳宸ュ叿/LightmapSize/AtlasSize_64")]
 	static void Init_64()
 	{
 		LightmapEditorSettings.maxAtlasHeight = 64;
-		LightmapEditorSettings.maxAtlasWidth = 64;
+		LightmapEditorSettings.maxAtlasSize = 64;
 	}
 
     [MenuItem("缇庢湳宸ュ叿/LightmapSize/AtlasSize_128")]
 	static void Init_128()
 	{
 		LightmapEditorSettings.maxAtlasHeight = 128;
-		LightmapEditorSettings.maxAtlasWidth = 128;
+		LightmapEditorSettings.maxAtlasSize = 128;
 	}
 
     [MenuItem("缇庢湳宸ュ叿/LightmapSize/AtlasSize_256")]
 	static void Init_256()
 	{
 		LightmapEditorSettings.maxAtlasHeight = 256;
-		LightmapEditorSettings.maxAtlasWidth = 256;
+		LightmapEditorSettings.maxAtlasSize = 256;
 	}
 
     [MenuItem("缇庢湳宸ュ叿/LightmapSize/AtlasSize_512")]
 	static void Init_512()
 	{
 		LightmapEditorSettings.maxAtlasHeight = 512;
-		LightmapEditorSettings.maxAtlasWidth = 512;
+		LightmapEditorSettings.maxAtlasSize = 512;
 	}
 
     [MenuItem("缇庢湳宸ュ叿/LightmapSize/AtlasSize_1K")]
 	static void Init_1024()
 	{
 		LightmapEditorSettings.maxAtlasHeight = 1024;
-		LightmapEditorSettings.maxAtlasWidth = 1024;
+		LightmapEditorSettings.maxAtlasSize = 1024;
 	}
 
     [MenuItem("缇庢湳宸ュ叿/LightmapSize/AtlasSize_2K")]
 	static void Init_2048()
 	{
 		LightmapEditorSettings.maxAtlasHeight = 2048;
-		LightmapEditorSettings.maxAtlasWidth = 2048;
+		LightmapEditorSettings.maxAtlasSize = 2048;
 	}
 
     [MenuItem("缇庢湳宸ュ叿/LightmapSize/AtlasSize_4K")]
 	static void Init_4096()
 	{
 		LightmapEditorSettings.maxAtlasHeight = 4096;
-		LightmapEditorSettings.maxAtlasWidth = 4096;
+		LightmapEditorSettings.maxAtlasSize = 4096;
 	}
 }

--
Gitblit v1.8.0