Is it possible to set an interaction box in Unity project?
I've tried "InteractionBox interactionBox = frame.InteractionBox;"many times,
but it kept saying "error CS1061: 'Frame' does not contain a definition for 'InteractionBox' and no accessible extension method 'InteractionBox' accepting a first argument of type 'Frame' could be found (are you missing a using directive or an assembly reference?)"
What should I do?
I'd be grateful if you could reply to me. Thank you so much!