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
- Intercepted Events text is hardly visible in Inspector window for UI elements when Editor theme is set to Light
- [Hierarchy V2] Add new Query Block window contains a typo in the Hierarchy Search Area block
- Scene is not rendered in Player when ran with -force-d3d12 argument and GPU Resident Drawer enabled
- “Failed to load” window appears when a package’s docked window is opened and the package is uninstalled
- Properties window is not closed when the GameObject is deleted and the Properties window is not focused
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.