I have a question regarding UASSET files in the Content folder. I received an Unreal Engine project with files in the Content folder (UASSET files). However, when I open the project, the Content folder is empty. Can someone tell me why the files are not showing up and help me solve this problem?
You should’ve started by saying what engine version you’re using and what engine version were the assets saved in. If you were to look in the output log you will most likely see errors like : can’t open file because the version is too new. The assets were saved in newer versions of the engine and you’re trying to open them in an older version. If you’re unaware which version they were saved in, try the latest (meaning 5.4.2 ). If you actually need to move those assets to older versions try my plugin Asset Downgrader