- Home /
Unity Xr Mesh Raycast,Unity XR Mesh Raycast
Hello! Im new in Unity and its really hard for me... Im trying to use AnyUI asset
https://assetstore.unity.com/packages/tools/gui/anyui-map-your-ui-on-any-3d-surface-91811 for curve canvas UI (Canvas projectile to Curve Mesh object) And its work perfect in Game window in Unity Editor when I click on button by mouse, but its not work when I try to click by VR controller based on Unity XR library. For raycast and events in canvas I just add two components: Graphic Raycaster and Tracked Device Graphic Raycaster and its work. But what I must to do for Raycasts on Mesh object? pic1 - canvas, cicks works in VR, but not worked in Editor pic2 - mesh not worked in VR, but work in Unity Editor
In Any UI Mesh script I set my VR camera for Events , but its not help =(
Your answer
Follow this Question
Related Questions
Is it possible to configure raycast to hit opaque pixels without using alphaHitTestMinimumThreshold? 1 Answer
XR UIHelpers Eventsystem ray is coming out of my main camera rig instead of my hands 0 Answers
Block camera raycast by UI 1 Answer
How to use two cameras in VR to display 3D object on top of UI panel? 0 Answers