Plugin for Unreal Engine 5.7 that brings core functionality for a widget-based visual novel narrative.
Build the plugin for the Unreal Engine 5.7.x project
- Go to
<engine_directory>\Engine\Build\BatchFiles. - Type
powershellinto 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
Pluginsfolder, than another folder namedVisualUinside of it. - Go to
Desktop\Packageor the folder that was during step 3 of build phase. - Copy everything and paste it to the newly created
Plugins\VisualUfolder inside project's directory.
Check API documentation! Check VisualU Wiki! Check Discord Server!