-
Notifications
You must be signed in to change notification settings - Fork 275
Description
Salut Julien! I’m facing a problem with the editor in V.5.2.4 on MacOS and Windows.
In the editor itself when changing the parameters of the scene (like Image Processing, Dithering or even the colors), the preview shows it perfectly.
When pressing on „Preview/Play“ theses parameters are not taken into account and the parameters are all discarded
When pressing „Generate“ and then „Run Project“, the scene parameters are also discarded in the browser.
The only way I’ve found to fix this is to manually reapply all the scene’s parameters in page.tsx by code.
Question: aren’t "Preview" and "Play" using the same files/.jsons to render the scene? Or is there a cache that hinders the serializing of the scene's parameters when switching from "preview" to "play"?