Skip to content

Plugin for Unreal Engine 5 that brings core functionality for a widget-based visual novel game

License

Notifications You must be signed in to change notification settings

Razdvizh/VisualU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisualU

Plugin for Unreal Engine 5.3 that brings core functionality for a widget-based visual novel game. VisualU

Setup

Build the plugin for the Unreal Engine 5.3.x project

Build Plugin using Unreal Automation Tool (Windows)

  1. Go to <engine_directory>\Engine\Build\BatchFiles.
  2. Type powershell into File Explorer's address tab.
  3. 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"
  4. Packaged plugin can be saved to any other folder, Desktop is used for example purposes.

Install Plugin for the project

  1. Open project's directory for which you want to install the plugin.
  2. Create Plugins folder, than another folder named VisualU inside of it.
  3. Go to Desktop\Package or the folder that was during step 3 of build phase.
  4. Copy everything and paste it to the newly created Plugins\VisualU folder inside project's directory.

Usage

Check API documentation! Check VisualU Wiki!