Search Unity

Feedback Socket Interactor "Preview" hover mesh

Discussion in 'AR/VR (XR) Discussion' started by dgoodman-icf, Feb 19, 2020.

  1. dgoodman-icf

    dgoodman-icf

    Joined:
    Jan 7, 2019
    Posts:
    36
    It would be really helpful if the Socket Interactor had a means to display a preview hover mesh either persistently or onHover to give players a hint as to what item "should" be attached there.
     
  2. Matt_D_work

    Matt_D_work

    Unity Technologies

    Joined:
    Nov 30, 2016
    Posts:
    202
    In this case, i'd suggest taking the socket intractable and modifying it for your purposes!

    the idea behind the basic socket is that it will accept any interactable, in your case you can specialize that down to a single type or prefab and show the highlight in all cases!
     
    dgoodman-icf likes this.
  3. dgoodman-icf

    dgoodman-icf

    Joined:
    Jan 7, 2019
    Posts:
    36
    Thanks, Matt. I will!