I’m doing pretty trivial thing:
- creating a new project from scratch
- with just one cube in it
- changing version control mode to “visible meta files” like documentation suggests
- changing asset serialization mode to “force text” (some people writing that this is required as well)
- saving the project and closing unity
- removing Library folder (documentation suggests that it can be removed without breaking project)
- running unity with my project again
Expecting: to see my cube on a scene
Actual: cube disappears
Am I doing something wrong?