Unity app access
Set the following property to enable access to Unity apps from Unravel UI.
- Stop Unravel. - <Unravel installation directory>/unravel/manager stop 
- Set the following properties. - <Unravel installation directory>/unravel/manager config properties set com.unraveldata.unityapp.enabled true <Unravel installation directory>/unravel/manager config properties set com.unraveldata.unityapp.link - <Link to unity app>- For example: - /opt/unravel/manager config properties set com.unraveldata.unityapp.enabled true - /opt/unravel/manager config properties set com.unraveldata.unityapp.link https://xyz:8111 
- Apply the changes. - <Unravel installation directory>/unravel/manager config apply 
- Start Unravel - <Unravel installation directory>/unravel/manager start 
Refer to Accessing Unity apps from Unravel UI.