-
Notifications
You must be signed in to change notification settings - Fork 13
Packaging
hiperbou edited this page Feb 27, 2021
·
6 revisions
As of is with Unreal 4.26.1 and Unreal.js, you might need to add some extra files to your packaged Content directory.
You need to copy the Unreal.js Scripts folder to your packaged build. The scripts are located at:
C:\Program Files\Epic Games\UE_4.26\Engine\Plugins\Marketplace\UnrealJS\Content\Scripts
You can do it after packaging, copying that folder to:
WindowsNoEditor\KotlinUnreal\Content\
Or just copy the contents to your project's Content\Scripts
folder, so those will get copied automatically.
Make sure you have the Scripts folder added to: Project Settings/Packaging/Additional Non-Assets Directories To Copy