Remove load_step from the tscn file format #11861
Closed
MartinDelille
started this conversation in
General Discussions
Replies: 1 comment 1 reply
-
There's a pre-existing proposal for this (which has some support): #11802 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I propose to remove the load_step tag stored in the tscn files that make versioning the project tedious, especially during rebase.
Let's take an example where I commit changes to the main.tscn file:
If I decide to reorder this two commits, I will have a conflict on the load step value and will have to manually set it.
In the current draft I did here here I propose a simple removal. It has a drawback that the progress won't be displayed properly, which is fine for my Godot fork.
I could eventually restore the feature by parsing the whole file to pre compute the resources_total value.
I'd like to have the team feedback on this change before I proceed.
Beta Was this translation helpful? Give feedback.
All reactions