Home Unreal Engine

Shared asset libraries across multiple Unreal projects.

interpolator
Offline / Send Message
OccultMonk interpolator
What is the best way to create a Library of Materials/Material Functions/Textures/Meshes etc that can be accessed by all Unreal projects? I Have tried to find a solution but most threads about it are quite old. I Found the following:

- NTFS Juncture so folders are seen as local (Create a NTSF juncture to the Library folder in each Unreal project).
- File structure for original assets and .uasset files.
- Put everything in the Engine-Content folder (Does not seem like a good solution)

Replies

  • OccultMonk
    Options
    Offline / Send Message
    OccultMonk interpolator
    Does anyone have a good strategy for sharing assets in a library across multiple unreal projects?
  • poopipe
    Options
    Offline / Send Message
    poopipe grand marshal polycounter
    The model Epic seem to follow is to use content packs and import them into your project. This is the safest way to approach it since it prevents project specific changes propagating back into other projects and breaking things. 

    Obviously for textures/meshes you can simply store the source png/fbx data outside your unreal projects and reference them in - updates will propagate naturally 

    if you really have to do it, using a junction seems like the least problematic way.  They're simple enough to set up

Sign In or Register to comment.