You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To open the door for change scene, is it possible do it with raycaster and trigger enter? I need to do this with the controller pointer, but i can't do it. Can you help me?
The text was updated successfully, but these errors were encountered:
As you can see in the project, we use a Camera component in the pose of the controller, to work with Unity's EventSystem.
I guess you can add PhysicsRaycaster to the GameObject with the Camera, and it'll be able to interact with 3D colliders in the scene.
I managed to do everything I needed, thanks.
I have another question, is it possible to make the "hit point" or the raycaster work with the left and right camera in the smartphone? I have a deadline tomorrow and only now i discovered this problem
To open the door for change scene, is it possible do it with raycaster and trigger enter? I need to do this with the controller pointer, but i can't do it. Can you help me?
The text was updated successfully, but these errors were encountered: