Search Unity

Question Dependency name for my package

Discussion in 'Package Manager' started by Beto-Caldas, Sep 9, 2021.

  1. Beto-Caldas

    Beto-Caldas

    Joined:
    May 27, 2013
    Posts:
    8
    I'm trying to create a personal package as exercise and have a problem to find the name of a dependency.
    I have to write the package.json
    upload_2021-9-9_2-58-16.png
    I need to add "JSON .NET For Unity"(https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347) package as dependency, but I can't find this parameter "name"("com.unity.some-package") to add in "dependencies" node.
    Where can I find this dependency's name?
     
  2. UnityMaru

    UnityMaru

    Community Engagement Manager PSM

    Joined:
    Mar 16, 2016
    Posts:
    1,227
    Hey there,

    Creating a UPM package and making it depend on an Asset Store "package" is not currently supported.