Heya there. So, i imported a project, but when i try to edit it, it just crashes. It opens the window and goes white. Does anyone else have this issue? How do i fix this?
Can't open project
- Edited
You can try opening Godot with verbose logging, it might tell you what the error is:
on Linux it's ~/path/to/godot/./Godot --verbose
on Windows it should be C:\path\to\godot.exe --verbose
(open cmd.exe and paste it there)