How To Compile Plugins? Just a Few Steps! 1 Minute Easiest Tutorial
Learn how to compile a old plugins, or a plugins which are not from UE Marketplace. I will teach you the really easy method.
Learn how to compile a old plugins, or a plugins which are not from UE Marketplace. I will teach you the really easy method.
* For people who can’t find Visual Studio Community 2017 or 2019: You can install a “Visual Studio Build Tools 2017 / 2019” (Yeah look for the Build Tools), and select the same C++ component. It works the same result!
Make sure you are going to the NEW TARGET ENGINE!!!
Because I am using Windows 10, so it will show “Power Shell”. But if you are older Windows version, please look for “Command Prompt”.
.\RunUAT.bat BuildPlugin -plugin="C:\XXXXXXXX\XXXXX.uplugin" -package="C:\XXXXXXXX"
.\RunUAT.bat BuildPlugin -plugin="D:\_Cyrus\2_Plugin_Original\Custom\Sketchfab\Sketchfab.uplugin" -package="D:\_Cyrus\2_Plugin_New\Custom\Sketchfab"
* In single line
,
"WhitelistPlatforms": [
"Win64",
"Mac"
]
,
"PlatformAllowList": [
"Win64",
"Mac"
]
Copyright © 2022-2024 Cyrus365, All rights reserved.