prefab bug fix!

This commit is contained in:
2015-08-26 00:26:05 +06:00
parent 706b13d990
commit d83fe0f094
15 changed files with 583 additions and 275 deletions

View File

@@ -292,8 +292,10 @@ namespace IsoTools {
}
void OnValidate() {
size = _size;
position = _position;
if ( gameObject.activeInHierarchy ) {
size = _size;
position = _position;
}
}
void OnDrawGizmos() {