I am trying to build my game, but unity is building old version instead, what can I do? My unity version is 2021.3.7f1, targeting WebGL. All scenes are added in the Build and there are no build errors
Here are the cases that I have tried:
- Running the game via Build and Run works
- All Scenes are added in the Build
- No errors before and after building
- I noticed that after a new build, the only changes that
occurred are in the
ProjectSettings.assetfile and theindex.htmlfile