Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.73 KB

README.md

File metadata and controls

30 lines (26 loc) · 2.73 KB

Metahuman-Downloader

A Simple Metahuman Downloader for Unreal Engine 5

How to use?

  1. first download it from here.
  2. run MetaHuman Downloader.exe
  3. open quixel.com and login. choose any metahuman you want
  4. copy the assetId parameter from link (the part I highlighted here) and paste in in Metahuman Downloader: image
  5. right click on quixel.com empty page area and click Inspect or Inspect Element (depends on your browser) and go to Network tab.
    image
    image
  6. right click on the link that starts with list and select Copy -> Copy as fetch. if there is no link just press F5 to refresh the page.
    image
  7. open a text editor like notepad and paste the text you just copied. find the "authorization" field and copy the text that I highlighted with yellow color. DON'T copy the "" before and after the text.
    image
  8. paste the code in Metahuman Downloader's big text box.
  9. choose if the metahuman you're trying to download is public or private. private ones are the ones you've created and you can see them in here. rest of them are public.
  10. now click Get Link. the link will be copied to your clipboard. you can paste it in your Web Browser or Download Manager.
    image
    image
  11. After downloading the zip file extract it and open the folder, you'll see a MetaHumans folder.
    image
  12. Close Unreal Engine and Copy that MetaHumans folder into the project you want (replace YOUR_USERNAME with your windows username and PROJECT_NAME with your Unreal Engine project name.) C:\Users\YOUR_USERNAME\Documents\Unreal Projects\PROJECT_NAME\Content

How It works?

It works by using Bridge's private API.

Why I made this?

I couldn't download the models using bridge plugin so I made this. it's faster and works every time!