unknown-horizons / godot-port

Unknown Horizons Godot Engine Port
https://www.unknown-horizons.org
GNU General Public License v2.0
663 stars 83 forks source link

UID Godot generation #113

Closed CrafterSvK closed 1 year ago

CrafterSvK commented 1 year ago

Currently when using Godot, everything I touch generates uids which are different from existing ones, or from non existent ones. Maybe crawling through project at one point to regenerate uids would help future development, so we don't need to scroll through git changes and choosing which ones to commit.

CrafterSvK commented 1 year ago

This seems to be still happening, maybe because Godot didn't fix the uid generation.