mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-15 01:12:05 +07:00
physics wip
This commit is contained in:
@@ -252,8 +252,8 @@ namespace IsoTools {
|
||||
|
||||
#if UNITY_EDITOR
|
||||
void OnDrawGizmos() {
|
||||
if ( ShowBounds ) {
|
||||
IsoUtils.DrawCube(Position + Size * 0.5f, Size, Color.red);
|
||||
if ( ShowBounds && IsoWorld ) {
|
||||
IsoUtils.DrawCube(IsoWorld, Position + Size * 0.5f, Size, Color.red);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user