Learn To Interact With Objects/UI Using Ray | (Beginner Friendly)

Поділитися
Вставка
  • Опубліковано 18 січ 2025

КОМЕНТАРІ • 21

  • @realityranger-s
    @realityranger-s 7 місяців тому +2

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

  • @adamabutaya6946
    @adamabutaya6946 8 днів тому

    this channel content is extremely helpful. thank you guys ive been trying for ages

  • @lucasyachouh2822
    @lucasyachouh2822 2 місяці тому

    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 4 місяці тому

    bro your tutorials and content is damn good

  • @iversenarroyo7220
    @iversenarroyo7220 7 місяців тому +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.

  • @MattStuttardParker1
    @MattStuttardParker1 5 місяців тому

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

    • @immersiveinsiders
      @immersiveinsiders  5 місяців тому

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

  • @明-m7k
    @明-m7k 6 місяців тому

    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  5 місяців тому +1

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

  • @esa0832
    @esa0832 3 місяці тому

    how to detect gamobject of canvas by ray interactor?

    • @immersiveinsiders
      @immersiveinsiders  3 місяці тому

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

  • @caipeiheng4495
    @caipeiheng4495 2 місяці тому

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

    • @immersiveinsiders
      @immersiveinsiders  2 місяці тому

      @@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

  • @diegoolivares2669
    @diegoolivares2669 Місяць тому

    I cant access the git project to download :( its a 404 not found error message

    • @immersiveinsiders
      @immersiveinsiders  Місяць тому

      This should work : github.com/immersive-insiders/StarterProject.git

  • @ilanlee3025
    @ilanlee3025 7 місяців тому

    Great video as usual

  • @lectures-dr.kevina.richard5015
    @lectures-dr.kevina.richard5015 6 місяців тому

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

    • @immersiveinsiders
      @immersiveinsiders  6 місяців тому +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 6 місяців тому

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