Search Unity

Question How to load a raw json file with addressable json provider

Discussion in 'Addressables' started by masak, Apr 2, 2021.

  1. masak

    masak

    Joined:
    Aug 14, 2011
    Posts:
    52
    Hello,

    I want to load a raw json file instead of an assetbundle which contain a json.
    2021-04-02_11h51_35.png
    I simply set Json Asset Provider.

    And I tried to play with "Simulate groups (advanced)".

    But an error happend.

    Exception encountered in operation CompletedOperation, status=Failed, result= : Exception of type 'UnityEngine.AddressableAssets.InvalidKeyException' was thrown., Key=Json/ETES.json, Type=Assets.Scripts.DCharaTextList

    I want to know how to load it with addressable.
    Thanks.
     
  2. mamuelSraz

    mamuelSraz

    Joined:
    Oct 25, 2019
    Posts:
    1
    Hi,
    Did you find an answer?
    I have the same problem.
    Thank you!