Search Issue Tracker
Duplicate
Votes
3
Found in
5.4.0b11
Issue ID
782915
Regression
No
AssetDatabase is not updated after renaming script which is referenced in an asset
Steps to reproduce:
1. Download and open project
2. Execute Mainmenu/BugReport/Log FruidConfig count (typo) - Notice it prints "4 FruidConfig's found" to the Console window, which is correct
3. Rename Scripts/FruidConfig.cs to Scripts/FruitConfig.cs
4. Open Scripts/FruitConfig.cs, rename the class from FruidConfig to FruitConfig and save
5. Execute Mainmenu/BugReport/Log FruitConfig count - Notice it prints "0 FruitConfig's found" to the Console window, which is wrong.
Workaround:
Reimport assets containing folder "Fruits".
Notes:
Using AssetDatabase.FindAssets("t:<class>") for outputting all the assets count value referencing to that class, outputs wrong count value of all the assets referencing to that class.
Reproduced with: 5.2.4f1, 5.3.4p1, 5.4.0b13
-
Resolution Note (2020.2.X):
Fixed in unity version 2020.2.0b3 with asset database V2
Comments (1)
-
Peter77
Aug 24, 2019 16:47
Related forum thread:
https://forum.unity.com/threads/assetdatabase-findassets-not-working.587062/
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
This is a duplicate of issue #1068482