Copying GUISkin between projects == missing fonts/textures

Hi - I’ve created a couple nice GUISkins in one project. I want to use them in another project. So, I copy the GUISkins to my new project, along with the Fonts folder (at same relative path, “Fonts” and “GUISkins” are both child folders in my “Resources” folder).

But when I use the copied GUISkin in the new project, it’s completely broken because all the font fields say “Missing Font”, and all the textures fields say “Missing Texture”. How can I re-use a GUISkin in another project? Thanks…

You should export/import packages instead of copying files.

–Eric

Works like charm. Sorry for the noob question!