mirror of
				https://github.com/maxartz15/MA_TextureAtlasser.git
				synced 2025-11-03 23:06:06 +01:00 
			
		
		
		
	Corrected Unity version for prefab support.
UNITY_2018_4_OR_NEWER -> UNITY_2018_3_OR_NEWER
This commit is contained in:
		@@ -62,7 +62,7 @@ namespace MA_Mesh
 | 
			
		||||
 | 
			
		||||
                assetPath = savePath + prefabName + ".prefab";
 | 
			
		||||
 | 
			
		||||
#if UNITY_2018_4_OR_NEWER
 | 
			
		||||
#if UNITY_2018_3_OR_NEWER
 | 
			
		||||
 | 
			
		||||
                PrefabUtility.SaveAsPrefabAsset(gameObject, assetPath);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user