Updated & tested with Unity 2019.1.8f1

Minor changes.
This commit is contained in:
max
2019-07-03 00:02:40 +02:00
parent 78e4fb0ad1
commit 1251736f5b
6 changed files with 25 additions and 26 deletions

View File

@ -11,7 +11,7 @@ namespace MA_TextureAtlasserPro
public class MA_TextureAtlasserProSettings : ScriptableObject
{
[Header("Selection")]
public bool autoFocus = true;
public bool autoFocus = false;
[Header("Duplication:")]
public bool copySelectedQuadData = false;