Search Unity

How to use OVRInput in a custom dll?

Discussion in 'General Discussion' started by Dinesh_GDC, Jun 8, 2020.

  1. Dinesh_GDC

    Dinesh_GDC

    Joined:
    Mar 10, 2019
    Posts:
    4
    I want to create a dll using OVRInput functions in it.

    I already created a script in Unity/VS and OVRInput was working fine.
    Now I want to hide the implementation and provide a dll.

    I use Visual Studio for development. I have created a Class Library project and added UnityEngine.dll as a reference. How do i similarly add OVRInput in my project too?

    Is it possible to do so in the first place?