Adding an external assets folder

is it possible to add a reference of an external folder in the Project view. like in 11:50 in the video above (i don’t know if he just copied the all assets or it’s just a ref’)

Didn‘t watch the video. Generally, you can either use a symlink/hardlink or junction to map an external folder/file into the assets tree, with potential performance issues (directory monitoring may be disabled).

Or you create a npm package somewhere which contains some assets and import it „from disk“.