mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
57b2b275b4
That is, any library referred to in GDNative library resources, won't be copied to the export target path unless its path begins with `res://`. The case use for this is a bit advanced: having a GDN library that will be deployed separately from the project; for instance, to a path in the system (like `/opt/...`). Currently the GDN library editor doesn't allow to pick dynamic libraries outside the project, but that can be done by editing the `.gdnlib` file manually. |
||
---|---|---|
.. | ||
android | ||
arvr | ||
doc_classes | ||
gdnative | ||
include | ||
nativescript | ||
net | ||
pluginscript | ||
videodecoder | ||
config.py | ||
gdnative_api.json | ||
gdnative_builders.py | ||
gdnative_library_editor_plugin.cpp | ||
gdnative_library_editor_plugin.h | ||
gdnative_library_singleton_editor.cpp | ||
gdnative_library_singleton_editor.h | ||
gdnative.cpp | ||
gdnative.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |