Unity Issue Tracker - "AssetDatabase.FindAssets" can't find Assets of one type when the second type is the same word with a different capitalization
Closed
UUM-59653
"AssetDatabase.FindAssets" can't find Assets of one type when the second type is the same word with a different capitalization
Unity: Asset - Database
As Designed
2023.3.X
2023.2.X
2022.3.X
2021.3.X
Searching is case-insensitive.
How to reproduce:
1. Open the user-attached project “Bug AssetDatabase.Find type name case”
2. In the upper toolbar, open the “Find” menu
3. Click “Thing (lowercase)” and then “Thing (uppercase)”
4. Observe the Console
Expected result: There are two messages about 1 Asset found in both cases
Actual result: The Asset is found only in the first case