1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Merge pull request #114087 from Alex2782/resource_loader_tutorials

Add "Threaded Loading Demo" link to `ResourceLoader` tutorials
This commit is contained in:
Rémi Verschelde
2025-12-17 13:58:54 +01:00

View File

@@ -10,6 +10,7 @@
[b]Note:[/b] Non-resource files such as plain text files cannot be read using [ResourceLoader]. Use [FileAccess] for those files instead, and be aware that non-resource files are not exported by default (see notes in the [FileAccess] class description for instructions on exporting them).
</description>
<tutorials>
<link title="Threaded Loading Demo">https://godotengine.org/asset-library/asset/2778</link>
<link title="Operating System Testing Demo">https://godotengine.org/asset-library/asset/2789</link>
</tutorials>
<methods>