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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Add comment