Skip to main content
fixed typo, added markdown to commands
Source Link
Pikalek
  • 13.4k
  • 5
  • 49
  • 54

I had the same problem - a quick fix is to open the meta file in a good editor and do a find / replace on the name fragment. In my Casecase I needed AbilityIcon_0XAbilityIcon_0X changed to UpgradeNodeIcon_0X. Find "AbilityIcon_" replace all with "UpgradeNodeIcon_"UpgradeNodeIcon_0X. So I did these steps:

  • Find "AbilityIcon_"
  • Replace all with "UpgradeNodeIcon_".

A scripted solution if there is a batch is always great. If you just need to do a handful this might be easiest

I had the same problem - a quick fix is to open the meta file in a good editor and do a find / replace on the name fragment. In my Case I needed AbilityIcon_0X changed to UpgradeNodeIcon_0X. Find "AbilityIcon_" replace all with "UpgradeNodeIcon_".

A scripted solution if there is a batch is always great. If you just need to do a handful this might be easiest

I had the same problem - a quick fix is to open the meta file in a good editor and do a find / replace on the name fragment. In my case I needed AbilityIcon_0X changed to UpgradeNodeIcon_0X. So I did these steps:

  • Find "AbilityIcon_"
  • Replace all with "UpgradeNodeIcon_".

A scripted solution if there is a batch is always great. If you just need to do a handful this might be easiest

Source Link

I had the same problem - a quick fix is to open the meta file in a good editor and do a find / replace on the name fragment. In my Case I needed AbilityIcon_0X changed to UpgradeNodeIcon_0X. Find "AbilityIcon_" replace all with "UpgradeNodeIcon_".

A scripted solution if there is a batch is always great. If you just need to do a handful this might be easiest