Tip: how to move assets from examples / different projects

shooterexample

Unreal Engine 4 comes with lots of examples which can be used commercially if you are using Unreal Engine 4. I will show you the most simplest way to migrate / copy assets from different projects.

As example I will use Shooter Game because it will be needed later. Shooter Game can be found in Learn tab. Please download it and run the project.


Inside Content Browser you can select asset and chose Show In Explorer. Basically every asset in UE4 is a binary file that can be copied to other projects without a problem. You can copy whole folders as well.

ShowInExplorer

Then just copy the asset to your project Content folder. I’m copying Characters and Animations folders directly to my Content folder. Thanks to that I don’t need to open every asset (material, static mesh etc) to change assets directories.

copying

Basically materials have links to textures, static meshes have links to materials and so on. They have hard-coded link starting from Content folder. If you are copying whole folders – links will work but if you are copying single asset to different folder you will need to open this asset and change links.

If you copied something to your project you need to restart editor to load new assets.

Epic gave us a lot of examples with free assets. You should use them when prototyping!

5 thoughts on “Tip: how to move assets from examples / different projects

  1. Pingback: Add FPP arms and TPP mesh to your Character | Shooter Game Tutorial

  2. Pingback: Tutorial: How to fire a weapon / create ammo data / impact effects | Shooter Game Tutorial

  3. Pingback: Enemy: Wall walking spider | Shooter Game Tutorial

  4. Pingback: Enemy: “Marine” | Shooter Game Tutorial

  5. Pingback: Turret Tutorial | Shooter Game Tutorial

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.