1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00
Files
godot/doc/classes
reduz 32b43cfeb3 Implement Resource UIDs
* Most resource types now have unique identifiers.
* Applies to text, binary and imported resources.
* File formats reference both by text and UID (when available). UID always has priority.
* Resource UIDs are 64 bits for better compatibility with the engine.
* Can be represented and used textually, example `uuid://dapwmgsmnl28u`.
* A special binary cache file is used and exported, containing the mappings.

Example of how it looks:

```GDScript
[gd_scene load_steps=2 format=3 uid="uid://dw86wq31afig2"]

[ext_resource type="PackedScene" uid="uid://bt36ojelx8q6c" path="res://subscene.scn" id="1_t56hs"]
```

GDScript, shaders and other special resource files can't currently provide UIDs, but this should be doable with special keywords on the files.
This will be reserved for future PRs.
2021-07-24 09:16:52 -03:00
..
2021-07-24 09:16:52 -03:00
2021-07-23 12:15:15 -04:00
2021-07-23 12:15:15 -04:00
2021-07-23 12:15:15 -04:00
2021-07-23 12:15:15 -04:00
2021-06-11 18:48:42 +02:00
2021-07-05 17:17:45 -03:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-06-25 17:32:45 -03:00
2021-07-23 12:15:15 -04:00
2021-06-11 18:48:42 +02:00
2021-03-19 13:21:20 +01:00
2021-07-03 12:11:01 -03:00
2021-03-19 13:21:20 +01:00
2021-07-23 12:15:15 -04:00
2021-06-11 18:48:42 +02:00
2021-05-31 10:13:09 +02:00
2021-07-23 12:15:15 -04:00
2021-05-31 10:13:09 +02:00
2021-07-23 12:15:15 -04:00
2021-06-25 17:32:45 -03:00
2021-03-19 13:21:20 +01:00
2021-06-11 18:48:42 +02:00
2021-06-30 14:14:41 -03:00
2021-06-25 17:32:45 -03:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-07-23 12:15:15 -04:00
2021-06-05 09:28:56 -03:00
2021-06-05 09:28:56 -03:00
2021-06-11 18:48:42 +02:00
2021-06-30 14:14:41 -03:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-07-03 10:15:04 -03:00
2021-06-04 11:40:36 -07:00
2021-06-04 11:40:36 -07:00
2021-06-25 17:32:45 -03:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-07-24 09:16:52 -03:00
2021-03-18 16:37:43 +01:00
2021-06-11 18:48:42 +02:00
2021-06-03 07:30:01 -04:00
2021-02-19 14:39:14 +01:00
2021-06-30 14:14:41 -03:00
2021-06-11 18:48:42 +02:00
2021-03-19 13:21:20 +01:00
2021-06-30 14:14:41 -03:00
2021-06-11 18:48:42 +02:00
2021-07-13 02:26:28 +03:00
2021-06-11 18:48:42 +02:00
2021-06-11 09:32:39 -04:00
2021-03-19 13:21:20 +01:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-03-19 13:21:20 +01:00
2021-06-11 18:48:42 +02:00
2021-06-25 17:32:45 -03:00
2021-06-25 17:32:45 -03:00
2021-06-25 17:32:45 -03:00
2021-06-25 17:32:45 -03:00
2021-07-03 15:08:17 -04:00
2021-06-11 18:48:42 +02:00
2021-07-13 02:26:28 +03:00
2021-06-11 18:48:42 +02:00
2021-06-11 09:32:39 -04:00