Files
godot/editor
Juan d57846087b Universalize UID support in all resource types
Ensures all resource types support UIDs in a project.

This is required to fix:
* Scripts and many other resource types can't be referenced by UID and when refactored the references are lost.
* Path export properties can't use UID for unsupported types.
* Refactoring problems when files are moved outside the editor (this PR effectively fixes it).
* Editor properly refreshing paths if they changed externally while opened (as example, git update).
  This needs to be addressed in a subsequent PR, but this one effectively sets the prerequisites.

Resource types that do not support UID will get a .uid file appended to them (this includes .gd, .gdshader, .gdextension, etc. files).
2024-11-11 15:59:56 +01:00
..
2024-11-01 14:20:10 -07:00
2024-11-09 10:42:22 +09:00
2024-11-01 14:20:10 -07:00
2024-09-28 23:26:23 +08:00
2024-09-28 23:26:23 +08:00
2024-07-17 18:53:03 +02:00
2024-11-04 12:11:06 -06:00
2024-08-15 08:24:32 +02:00
2024-09-28 23:26:23 +08:00
2024-10-20 13:26:45 +02:00