Start a new topic

QCHT - Interaction Grid parent is might not be set to NULL

QCHT 1.4.3

In XRInteractionGrid.cs, in method OnSelectExited , 

protected override void OnSelectExited(SelectExitEventArgs args)
{
....
            _controlBoxTransform.parent = null;
....
} 

I think one should store _controlBoxTransform.parent in OnSelectedEntered 

and then assign it back to, _controlBoxTransform.parent   in  OnSelectedExited. 

 Instead of making it a root  Game Object (as we assigning it to null). 

1 Comment

Thanks for the suggestion @Sbeeruku! I'll bring it to the attention of the QCHT team.

Login or Signup to post a comment