How to copy paste element from tutorial in other game

I have created a test game, for my own learning purposes. i wanted to take one of the robots (animations, scripting and all) into my new test game to experiment with it. I’m having trouble. is there no easy way?

When I tried transferring the assets from the tutorial folder to the new game folder I could see all the folders in unity while working on the new game but when i tried to use the robot from the “enemy prefabs” folder, all of it’s elements were missing.

I am ignorant of the file structures.

I think you need to Export Package from Unity and then bring it back in with Import Package. That way all the connections and metadata are preserved.