Problem with file import

How do I import a file .uasset … I read the various threads, but none of the solutions will not work.

I added some files to this folder Documents / UnrealProjects / MyProject / Content.
I created a folder and I put all files “.uasset”. but when I open the project can not see anything.

then I tried this C / Programs / UnrealEngine4.3.0 / Samples / StarterContent / Content /, well here I created a folder and I put the files, but when I open the editor can not see anything.

I also tried to drag the file .uasset. in the box. and tells me that it does not recognize the file. ??

So how do I do to successfully load these files ??

Normally it should work when you drag and drop the uasset files into your content folder of your project -> make sure that you use the right version of the engine (so that you dont open files saved with 4.7 in a 4.3 project) :slight_smile: