We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7124a9c commit 9b4da20Copy full SHA for 9b4da20
Assets/MRTK/Tests/PlayModeTests/BoundsControlTests.cs
@@ -111,7 +111,6 @@ private BoundsControl InstantiateSceneAndDefaultBoundsControl(GameObject target
111
boundsControlGameObject.transform.position = boundsControlStartCenter;
112
boundsControlGameObject.transform.localScale = boundsControlStartScale;
113
BoundsControl boundsControl = boundsControlGameObject.AddComponent<BoundsControl>();
114
- boundsControl.HideElementsInInspector = false;
115
if (target != null)
116
{
117
target.transform.parent = boundsControlGameObject.transform;
0 commit comments