Search Unity

IL2CPP support for HoloLens: absolute hand position during a gesture

Discussion in 'VR' started by dimatomp, Dec 20, 2016.

  1. dimatomp

    dimatomp

    Joined:
    Oct 20, 2016
    Posts:
    16
    It seems that some HoloLens-specific classes (like VR.WSA.InteractionManager) contain static methods which are passed to native functions. Definitions of those methods lack appropriate il2cpp attributes, making it impossible to use some standard functionality in il2cpp application. In particular, InteractionManager does not work at all on il2cpp backend.
    As a result, it is currently (to the best of my knowledge) impossible to retrieve hand position on il2cpp because GestureRecognizer provides callbacks with cumulative delta only. (case 854683)
    Has anyone else encountered this issue and is there any workaround available?
     
  2. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,930
    Thanks for reporting this issue. It looks like your bug report has bene processed, and the appropriate team is looking at it.