Skip to main content

Home

Unity app access

Set the following property to enable access to Unity apps from Unravel UI.

  1. Stop Unravel.

    <Unravel installation directory>/unravel/manager stop
    
  2. 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

  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel

    <Unravel installation directory>/unravel/manager start

Refer to Accessing Unity apps from Unravel UI.