Update gizmoManager.cs
This commit is contained in:
parent
8274a41933
commit
37b6bc6cc8
@ -7,8 +7,11 @@ public class gizmoManager : MonoBehaviour
|
|||||||
|
|
||||||
void OnDrawGizmos()
|
void OnDrawGizmos()
|
||||||
{
|
{
|
||||||
Bounds bounds = GetChildRendererBounds(gameObject);
|
if (!this.gameObject.transform.parent.name.Contains("chunk"))
|
||||||
Gizmos.DrawWireCube(bounds.center, bounds.size);
|
{
|
||||||
|
Bounds bounds = GetChildRendererBounds(gameObject);
|
||||||
|
Gizmos.DrawWireCube(bounds.center, bounds.size);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Bounds GetChildRendererBounds(GameObject go)
|
Bounds GetChildRendererBounds(GameObject go)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user