YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
21 stars 8 forks source link

Feather: Refactor references to asset name when asset is renamed in asset browser doesn't always work #960

Open iampremo opened 1 year ago

iampremo commented 1 year ago

GM-6633

{quote} Issue If I rename an object in the asset browser it doesn't change the name in the code even though i have the feature selected in feather. {quote}

Steps

mstop4 commented 6 months ago

I've run into this bug in both v2023.11.1.160 and Beta v2024.200.0.519 of the IDE. What I found in my case is the asset name does change in the code editor after renaming the asset in the Asset Browser, but the change in the code is not saved. Neither clicking the Save button nor building the game saves it as well. Closing and reopening the code editor "fixes" the issue by revealing that the old asset name is still in the code.