very basic quetion, but i cant seem to figure it out.
how do i make an export variable where u can select a file? i need it for something im making.
very basic quetion, but i cant seem to figure it out.
how do i make an export variable where u can select a file? i need it for something im making.
You can use @export_file if you want to pick a file from within the project, and you can use @export_global_file for any file on the system.
thank you so much!