UE4的.uproject右鍵選單消失解決
阿新 • • 發佈:2018-12-31
刪除登錄檔
- ctrl+r 輸入 regegit 調出登錄檔
- 刪除 HKEY_CLASSES_ROOT 下的 .uproject
指令碼(.cmd字尾格式)
:: UnrealProjectMenuRegistration.cmd :: :: This batch file will try to find where the Unreal Engine is installed, then update your registry :: to register the Unreal Project File type (and its right click menu for things such as generating :: Visual Studio project files, and launching) :: :: Run as an Administrator, as it's required for writing to HKLM. :: :: Author: David Moore <
- 右鍵上面的指令碼選擇管理員執行
Generate visual studio project files(cmd模式)
C:/Program Files/Epic Games/UE_4.19/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="C:/Users/Administrator/Desktop/OVSDKSampleUE4/OVSDKSampleUE4.uproject" -game -rocket -progress