Search Issue Tracker
Duplicate
Votes
0
Found in
4.3.0f4
Issue ID
577717
Regression
No
Resources.load does not load an animation if it has the same name as a texture
To reproduce:
1. Open attached project
2. Open scene "default". It contains a script which does resources.load for three different files with the same name "a" and outputs what's been loaded into the console
3. Enter play mode and you'll notice that a texture2d has been loaded twice. Upon inspecting the script you'll see that an animation should have been loaded instead
It does not matter in what order the resources are loaded - as long as they have the same name, the animation becomes a texture2d.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment