Hello, after updating games from 2021.1 to 2021.2 Unity not shows anymore Canvas in the Game view, but it appears in the editor.
2 Answers
2Same thing happened with me after i reinstalled unity editor to a new version…i couldn’t find a soltion so i had to rework most of it…there’s still problem with the buttons, but im guessing there was some big change with the update that rendered older canvas incompatible
Sometimes strange bugs happens,
- Solution 1:
Reimport all project files again by right click in the project file and reimport all assets.
- Solution 2:
Quit unity and delete the library and temp folders then open unity again.
- Solution 3:
In your player settings and change the light render mode from gamma to linear and then change it back to gamma (or default one).
Same thing happened with me after i reinstalled unity editor to a new version....i couldn't find a soltion so i had to rework most of it....there's still problem with the buttons, but im guessing there was some big change with the update that rendered older canvas incompatible
– rage_co