mirror of
				https://github.com/maxartz15/MA_TextureAtlasser.git
				synced 2025-11-04 07:15:49 +01:00 
			
		
		
		
	Update MA_TextureAtlasserProInspectorView.cs
This commit is contained in:
		@@ -109,7 +109,7 @@ namespace MA_TextureAtlasserPro
 | 
				
			|||||||
                                }
 | 
					                                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                                SerializedProperty meshesSP = modelGroupsSP.GetArrayElementAtIndex(i).FindPropertyRelative("meshes");
 | 
					                                SerializedProperty meshesSP = modelGroupsSP.GetArrayElementAtIndex(i).FindPropertyRelative("meshes");
 | 
				
			||||||
#if UNITY_2020_2
 | 
					#if UNITY_2020_2_OR_NEWER
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
								EditorGUILayout.PropertyField(meshesSP, false, GUILayout.ExpandWidth(false), GUILayout.MaxWidth(editorViewRect.width * 0.5f));
 | 
													EditorGUILayout.PropertyField(meshesSP, false, GUILayout.ExpandWidth(false), GUILayout.MaxWidth(editorViewRect.width * 0.5f));
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user