Search Issue Tracker
Fixed
Fixed in 2.6.0
Votes
0
Found in [Package]
2.5.0
Issue ID
ADDR-3992
Regression
Yes
"The type or namespace name 'FormerlySerializedAsAttribute' could not be found" errors are thrown when "Enable JSON catalog" is enabled
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/AddressableAssetsData/AddressableAssetSettings.asset“ asset
3. Check “Enable JSON Catalog” in the Inspector window
4. Observe the Console window
Expected result: No errors are thrown
Actual result: “Library\PackageCache\com.unity.addressables@2581a6be7421\Runtime\ResourceLocators\ContentCatalogData.cs(486,10): error CS0246: The type or namespace name 'FormerlySerializedAsAttribute' could not be found (are you missing a using directive or an assembly reference?)” errors are thrown
Reproducible with: 2.5.0 (6000.0.51f1, 6000.1.7f1, 6000.2.0b4)
Not reproducible with: 2.4.6 (6000.0.51f1, 6000.1.7f1, 6000.2.0b4)
Fixed in: 2.6.0 (6000.0.51f1, 6000.1.7f1, 6000.2.0b4)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
Add comment