Unity-Technologies / EditorXR

Author XR in XR
Other
925 stars 167 forks source link

Why can't my new loaded objects be selected? #555

Closed guoguoguilai closed 5 years ago

guoguoguilai commented 5 years ago

Unity:2018.3.10f1 By inheriing from those interfaces, I just create a new tool.Here is the main idea : Interact with UI elements, then load a new model from disk. Finally, the model was successfully imported, but I found this new loaded model cannot be selected by controller. And the ray just pass through it! I tried to select this model(A) in the Hierarchy, then duplicate this model(B), and then B can normally be selected by my controller.
How can I solve this problem?

guoguoguilai commented 5 years ago

Solved.