Is your feature request related to a problem?
Minor problem
Describe the solution you'd like
In #644, RemoteInput was made to be an internal class. I actually preferred having it as a public class, which made it easier to use in the VR Render Streaming project. As of 3.1.0-exp-3, I now have to make a copy of RemoteInput in order to use it in my name space.
Not sure if this was intended or not.
Describe alternatives you've considered
Making a copy of remote input
Additional context
No response
Is your feature request related to a problem?
Minor problem
Describe the solution you'd like
In #644, RemoteInput was made to be an internal class. I actually preferred having it as a public class, which made it easier to use in the VR Render Streaming project. As of 3.1.0-exp-3, I now have to make a copy of RemoteInput in order to use it in my name space.
Not sure if this was intended or not.
Describe alternatives you've considered
Making a copy of remote input
Additional context
No response