-
When I updated my game to 0.11, I solved all my compilation errors, but when the game start, everything is purple! What's going on? |
Beta Was this translation helpful? Give feedback.
Answered by
nicopap
Jul 10, 2023
Replies: 1 comment
-
This is because the default features were disabled. The new default tonemapping uses the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nicopap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because the default features were disabled.
The new default tonemapping uses the
tonemapping_luts
,ktx2
andzstd
features, you should enable them to get the colors back to your game! Alternatively, you may benefit from using a different tonemapper.