Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Asset Store Package downloaded to Assets-Folder instead of Package Cache

Discussion in 'AR/VR (XR) Discussion' started by FrankvHoof, Aug 24, 2021.

  1. FrankvHoof

    FrankvHoof

    Joined:
    Nov 3, 2014
    Posts:
    258
    I have recently published a tool to the Asset Store.
    However, when downloading the tool from the Asset Store, the package is imported into the Assets-Folder. As my tool is meant to be installed as an XR-Plugin, this causes the package to fail and throw compiler-errors (and it is also not picked up as an XR-Plugin).

    Is there any way to force the Package to be downloaded to the Package-Cache instead?
    Right now I have to instruct users to import the tool, then manually move the folder and import it as a local package, which is a really cumbersome process for users.