My values are not updating when I change them in VS studio. They update in unity inspector, but their behaviour is the same in game mode.
Provide the code of class.
It doesn’t depend on the code, it happens on all projects
Are we talking serialised values? You shouldn’t be changing those values in code. Assign them via the inspector.
In addition, as I experienced, there were Editor serialization issues during 2022.3 LTS releases. Possibly, they migrated to Unity 6, that is not recommended for production.
Did you try the latest 16 patch?
https://beta.unity3d.com/download/ae37dbaefed8/download.html
Nvm there was a script that set it back to old value and I didn’t see it