godotengine / godotengine/godot-git-plugin
Editor freezes clicking on big files in Changes list
- Dominant language
- C++
- Stars
- 954
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Godot v4.0.1 Windows 11
One of my scenes were very big (because of poorly generated terrain mesh data) and file size was around 2.5mb (compared to others that are ~2-3kb). Accidental click on scene_name.tscn in Unstaged Changes resulted in editor completely freeze trying to load that file, probably, into changes preview.
Same crash happend with smaller (~500kb scene also with some binary vertex data stored in one long line).
It's either problem of large files like this in general or something to do with how all this data stored in very long line and plugin thinks it's not that big of deal to show only one line.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.