Search Issue Tracker
Fixed
Votes
0
Found in [Package]
2.0.8
Issue ID
ADDR-3665
Regression
Yes
[Addressables] The error "System.Exception: Trying to read non binary data at path " is shown when trying to load a catalog from a local file path
Reproduction steps:
1. Open the attached project “ReproProject“
2. Open the scene “Assets/Scenes/SampleScene.unity”
3. Enter Play mode
4. Observe the Console Window
Expected result: No error is displayed
Actual result: The error “System.Exception: Trying to read non binary data at path 'AddressablesDataBuiltFromOtherProject/Windows/StandaloneWindows64/catalog_0.1.json'.
at UnityEngine.ResourceManagement.ResourceProviders.BinaryDataProvider+InternalOp.Start” is shown
Reproducible with: 2.0.3, 2.0.8 (2023.2.19f1, 6000.0.0b15)
Not reproducible with: 1.19.19, 1.21.20 (2021.3.37f1, 2022.3.25f1, 2023.2.19f1)
Reproduced on: Windows 11 23H2 (22631.3007)
Not reproduced on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note:
Starting in Addressables 2.0 binary catalogs are expected to be loaded by default. To load from json catalogs enable to Addressable Settings > Catalog > Enable Json Catalog. Improved error message when trying to load a catalog in an unexpected file format.