Known Issues - EverestAPI/CelesteTAS-EverestInterop GitHub Wiki
In some rare cases on Windows, the editor will appear frozen and only update when the window when resized. The cause for this is not known, but there is a hack-fix solution:
- In Studio, go to
Settings
, and thenOpen Settings File...
(alternativly open%APPDATA%\CelesteStudio\Settings.toml
manually) - Close Studio
- Change
WPFSkiaHack = false
toWPFSkiaHack = true
and save the file - Re-open Studio and it should now properly update again
Important
This hack-fix is implemented by recreating the backing image every frame!
Since this can cause an increase in resource usage, it's only recommended to turn on when absolutly required.