mirror of
https://github.com/maxartz15/MA_TextureAtlasser.git
synced 2025-06-13 06:46:20 +02: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