Hello! I want to create two applications: one is control system that gets states of the Touch or the Remote to produce control signals which will be used to control objects in 3d scene, and another is visualization system for rendering 3d scene to screens of Oculus Rift CV1. These systems must work simultaneously! How can I do it? When I try to launch second application for rendering, variable HasInputFocus in the first app is changing from true to false, and data from the Remote (for example) becomes unavailable.