Search Unity

Add Package from network disk

Discussion in 'Package Manager' started by Yishar, Jan 11, 2019.

  1. Yishar

    Yishar

    Joined:
    Sep 13, 2017
    Posts:
    11
    Hi,
    There is a bug when trying to install a package from a network folder:

    Cannot perform upm operation: Unable to add package [com.pixelshub.test@file:/hal/UnityPackages/com.PixelsHub.Test]:
    The file [D:\hal\UnityPackages\com.PixelsHub.Test\package.json] cannot be found [NotFound]


    In this case the folder in wich the package is located is \\hal\UnityPackages, not D:\hal\....

    It's easy to workaround the bug copying the package by hand to the local file system, but I wanted to report the bug nonetheless.
     
  2. pedro_unity

    pedro_unity

    Joined:
    Jan 16, 2017
    Posts:
    172
    Hi @Yishar,

    Thanks for reporting.

    Cheers,
    Pedro
    Unity STE
     
  3. alexzzzz

    alexzzzz

    Joined:
    Nov 20, 2010
    Posts:
    1,447
    As a workaround you can try to map the shared folder to a drive.
    Capture.PNG