Sometimes the Property Window gets stuck and won’t update when I click on items in the 3d view or on items in the explorer.
I’m not sure what causes it, but I had just done Right Click > Show in Explorer on a script Window, and was toggling some scripts on/off as Disabled when I noticed the window wasn’t updating and was stuck. Last week when it happened, I was selecting multiple parts and mass changing properties (e.g. color). Closing the Properties Window and reopening it doesn’t fix the issue, only restarting Studio seems to fix it. The Explorer still works fine when this happens.
I need to use the debugger because I test code quite a bit. So if you find out that the properties tab is not updating just simply:
Play Test
If an error occurs (Or skip to next step if not) causing the game to pause make sure to press the “resume scripts” button.
Stop the game.
Your properties tab should be updating again. For some reason the code running the properties tab is tied to the debugger that pauses all the scripts running in game. So I assume the code isn’t resumed when the game is stopped entirely causing it to not update during edit mode and requires the work around method above.
The only way I know how to fix this bug is just to close studio all the way and reopen it which kind of gets annoying after a while when it happens repeatly.