Example content in custom game

How do you use example content from the shooter example game in your custom project ? I want to be able to use the gun but in my own project instead of the default gun you get. Please help !! Thank you :slight_smile:

Great question, you can use the Migrate tool. Just right click on any asset and click “Migrate” and it will let you move all the assets and dependencies to another game.

Cheers,
Nick (Epic Games)

Omg !! Thank you so much !! I have spent basically all day trying to figure out how to do that :slight_smile: you are a genius thank you

If I want to get the gun animations working though do I need to copy any code or animations over from the shooter example game to my custom project ?

Possibly (not an expert on that sample). The assets you migrate will only include things they reference directly. So you may need to migrate multiple items if they’re all independent and hooked up at runtime. Also - Migrate won’t move any C++ code, that you’ll need to do manually.

Cheers,
Nick (Epic Games)

I hope it all works though. Thanks Nick

When I migrate the Enemy pawn from the shooter game to my game the editor keeps crashing. Is this a bug or am I just doing something wrong?