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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment