Is it possible to have a folder thats shared between all current and future projects?

I would like to make a folder with materials, and I need it to be in all the projects I make. This way I don’t have to keep importing materials from other projects.

  • If we are not talking about assets with large file sizes, a simple git repo is a good solution. You can use that repo to store other stuff as well like simple tools and blueprints. Basically like a “framework” for your projects. “Jayx’s Tools” :wink:

  • As far as I know you can also create custom plugins, and store assets in them. I haven’t actually used them before though.
    Plugins | Unreal Engine Documentation

Thank you, I’ll look into it.