Plugin for Unreal Engine 5.4 that brings core functionality for a widget-based visual novel narrative.
Build the plugin for the Unreal Engine 5.4.x project
- Go to
<engine_directory>\Engine\Build\BatchFiles
. - Type
powershell
into File Explorer's address tab. - In the opened Powershell window, type the following command:
./RunUAT.bat BuildPlugin -plugin="<path_to_plugin>\VisualU.uplugin" -package="C:\Users\$Env:Username\Desktop\Package"
- Packaged plugin can be saved to any other folder, Desktop is used for example purposes.
- Open project's directory for which you want to install the plugin.
- Create
Plugins
folder, than another folder namedVisualU
inside of it. - Go to
Desktop\Package
or the folder that was during step 3 of build phase. - Copy everything and paste it to the newly created
Plugins\VisualU
folder inside project's directory.
Check API documentation! Check VisualU Wiki! Check Discord Server!