How to Use Ray to Interact with Objects & UI - Simple Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

ความคิดเห็น • 18

  • @realityranger-s
    @realityranger-s 6 หลายเดือนก่อน +2

    This channel really deserve a huge view but I know definitely in future it will

  • @lucasyachouh2822
    @lucasyachouh2822 หลายเดือนก่อน

    Thank you so much for this tutorial! I have spent hours trying other methods but this is so easy to follow and you show every step of your process. Thank you for putting out quality content :)

  • @Adilxec
    @Adilxec 2 หลายเดือนก่อน

    bro your tutorials and content is damn good

  • @iversenarroyo7220
    @iversenarroyo7220 6 หลายเดือนก่อน +1

    How great. You could make a video with hand gestures, for example, by sweeping with the palms of your hand from right to left or from top to bottom on an axis, a certain object would rotate :) I found it a bit complex.

    • @immersiveinsiders
      @immersiveinsiders  5 หลายเดือนก่อน +1

      Yes, we'll make a video on that soon :)

  • @ilanlee3025
    @ilanlee3025 6 หลายเดือนก่อน

    Great video as usual

  • @明-m7k
    @明-m7k 4 หลายเดือนก่อน

    Thank you as always. I'm new to UNITY, but I'm learning a lot from your videos. I have a question. If you don't mind, please let me know.
    After watching this video, I created a very simple UI that uses only a dropdown and uses RAY. It works when playing on a PC, but when I build it and run it on Quest 3, the response of the dropdown list and selection is very poor. I have to click many times. Do you know why?

    • @immersiveinsiders
      @immersiveinsiders  4 หลายเดือนก่อน +1

      Nope, not sure why that's happening, generally it would work same on both the devices.

  • @caipeiheng4495
    @caipeiheng4495 18 วันที่ผ่านมา

    Is it possible to use Ray Interaction to click an object and then call some functions instead of grab?

    • @immersiveinsiders
      @immersiveinsiders  18 วันที่ผ่านมา

      @@caipeiheng4495 for that you need to write you own script to shoot a raycast and when you click based on some conditions it can perform the function

  • @esa0832
    @esa0832 หลายเดือนก่อน

    how to detect gamobject of canvas by ray interactor?

    • @immersiveinsiders
      @immersiveinsiders  หลายเดือนก่อน

      I did not get you, what exactly are you looking for?

  • @MattStuttardParker1
    @MattStuttardParker1 4 หลายเดือนก่อน

    How does this work with the new Input system, it doesn't seem to work for me?

    • @immersiveinsiders
      @immersiveinsiders  4 หลายเดือนก่อน

      Did not understand the question, what's not working anymore?

  • @lectures-dr.kevina.richard5015
    @lectures-dr.kevina.richard5015 5 หลายเดือนก่อน

    Love the channel - Is there a quick way to have an object highlight on hover with a raycast?

    • @immersiveinsiders
      @immersiveinsiders  5 หลายเดือนก่อน +1

      You need to add a "MaterialPropertyBlockEditor" and an "Interactable Color Visual" component on the object.
      Drag and drop the Ray interactor inside the intractable view parameter.
      Drag and drop the MaterialPropertyBlockEditor inside the Editor parameter.
      Now you can select your colors. That's it :)

    • @lectures-dr.kevina.richard5015
      @lectures-dr.kevina.richard5015 5 หลายเดือนก่อน

      @@immersiveinsiders Thank you - awesome channel - appreciate it!