Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Do not update ressource ids in the editor to reduce version control spam. #43

Open
wladi0097 opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@wladi0097
Copy link

What

I'm working on a game and have to update the maps regularry to make balancing or visual updates.

The problem

The ids always update when moving around the camera in a scene and create huge change diffs:
image

Idea?

It would be nice to not update any ids (i guess its from octree) while in the editor and leave that for the prod build if possible :)

@dreadpon
Copy link
Owner

I am currently not aware how to avoid such id update spam, do you perhaps happen to know how it's usually done?
Is it just the case of not recreating resources or is there more to it?
I vaguely remember seeing some discussions in Godot Issues, but can't quite recall what the consensus was...

@dreadpon dreadpon added the enhancement New feature or request label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants