mirror of
https://github.com/maxartz15/MA_TextureAtlasser.git
synced 2025-06-13 06:46:20 +02:00
#if UNITY_EDITOR
Added '#if UNITY_EDITOR' to all the scripts that should only run/be used in the editor.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
//Maxartz15
|
||||
//Version 1.0
|
||||
|
||||
#if UNITY_EDITOR
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
@ -184,4 +185,5 @@ namespace MA_Mesh
|
||||
public string name;
|
||||
public string textureName;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user