Search Unity

[Help] UPM unable to resolve 0.0.7-preview 2019.4.1f1

Discussion in 'Localization Tools' started by bcapdevila, Aug 4, 2020.

  1. bcapdevila

    bcapdevila

    Joined:
    Oct 26, 2016
    Posts:
    18
    Hi,

    In our team, we want to evaluate your localization package in order to use it in our projects.
    Following the installation instructions, I just modified manifest.json and added:


    {
    "scopedRegistries": [
    {
    "name": "Packages from jillejr",
    "url": "https://npm.cloudsmith.io/jillejr/newtonsoft-json-for-unity/",
    "scopes": [
    "jillejr"
    ]
    }
    ],
    "dependencies": {
    "com.unity.2d.animation": "3.2.2",
    "com.unity.ide.rider": "1.1.4",
    "com.unity.ide.vscode": "1.2.1",
    "com.unity.purchasing": "2.0.6",
    "com.unity.test-framework": "1.1.14",
    "com.unity.ugui": "1.0.0",
    "jillejr.newtonsoft.json-for-unity": "12.0.201",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.audio": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.physics2d": "1.0.0",
    "com.unity.modules.ui": "1.0.0",
    "com.unity.modules.uielements": "1.0.0",
    "com.unity.modules.unitywebrequest": "1.0.0",
    "com.unity.modules.unitywebrequestaudio": "1.0.0",
    "com.unity.modules.unitywebrequesttexture": "1.0.0",
    "com.unity.modules.unitywebrequestwww": "1.0.0",
    "com.unity.modules.video": "1.0.0",
    "com.unity.localization": "0.7.0-preview"
    }
    }


    Unity 2019.4.1f1 tells me that is unable to resolve the package.
    Am I doing something wrong?
     
  2. CDF

    CDF

    Joined:
    Sep 14, 2013
    Posts:
    1,311
    "com.unity.localization": "0.7.1-preview"
     
    karl_jones likes this.
  3. bcapdevila

    bcapdevila

    Joined:
    Oct 26, 2016
    Posts:
    18
    Well, it works with the following:
    "com.unity.localization": "0.7.1-preview"
     
    karl_jones likes this.
  4. bcapdevila

    bcapdevila

    Joined:
    Oct 26, 2016
    Posts:
    18
    Thanks, it works!
     
  5. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,291
    Yeah, it's 0.7.1. The docs are wrong at the moment. We have fixed the docs in the next version and we now have a test so they should stay correct ;)
     
    bcapdevila likes this.