Search Unity

Setting local load path for addressables

Discussion in 'Getting Started' started by Felly21, Jan 10, 2020.

  1. Felly21

    Felly21

    Joined:
    Jul 8, 2018
    Posts:
    1
    Hi,

    I am trying to figure out how to correctly set the addressables load path so that when the build.exe runs it knows to look in the same folder as the build.exe to find the bundles.

    this is required as the computer the program will be installed on has no internet connection so i cannot use the remote load path.

    Is there documentation on how this is supposed to be set up?