Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.18.4
Issue ID
ADDR-2022
Regression
No
[Addressables] LoadAssetAsync fails when FBX AnimationClip has the same name as the FBX file
Reproduction steps:
1. Open attached project "AddressableAnimClipBug" and scene "SampleScene"
2. In Addressables Groups window, Build -> New Build -> Default Build Script
3. Enter Play Mode
4. Observe Console window
Expected result: All three AnimationClips are loaded without issue
Actual result: The AnimationClip that has the same name as its FBX file fails to load (loads as GameObject)
Reproducible with: 1.18.4 (2018.4.35f1, 2019.4.29f1, 2020.3.12f1, 2021.1.12f1, 2021.2.0a20)
Workaround:
Changing the AnimationClip name to anything different from the FBX file name, then rebuilding Addressables fixes the issue
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Loading assets from AssetBundles is dependent on the name of the assets themselves. Having two assets named the same in an AssetBundle will always cause this to break.