VIRTUOS_Playground/VIRTUOS_ExpansionPluginTests
2024-04-01 20:19:39 +02:00
..
Config Installed SPUD (Save Game), Tests for Main Menu 2024-02-05 15:26:58 +01:00
Content Users can now set Volume for Master, FFX and Music in the Menu 2024-04-01 20:19:39 +02:00
Plugins Updated to latest VRE Version 2024-02-13 10:41:05 +01:00
Source User Added Saveslots are now readded on Startup, Played around with Widget Materials and Retainer 2024-02-22 21:49:47 +01:00
UE4ProjectRenamer/UE4ProjectRenamer Switch to VRExpansionPlugin Example 2 2023-11-03 13:45:36 +01:00
.gitattributes Switch to VRExpansionPlugin Example 2 2023-11-03 13:45:36 +01:00
.gitignore Switch to VRExpansionPlugin Example 2 2023-11-03 13:45:36 +01:00
.vsconfig Switch to VRExpansionPlugin Example 2 2023-11-03 13:45:36 +01:00
LICENSE.txt Switch to VRExpansionPlugin Example 2 2023-11-03 13:45:36 +01:00
README.md Switch to VRExpansionPlugin Example 2 2023-11-03 13:45:36 +01:00
VRExpPluginExample.uproject Retainer Tests again. 2024-02-23 17:15:03 +01:00

How do I get set up?

Current compatible versions for template: Latest Engine Version (Template is not kept to as many compatible versions as the plugin itself).

  • Right click on VRExpPluginExample.uproject and switch to your preferred (compatible) engine version.
  • If project files did not automatically generate after switching, right click again and select "Generate Visual Studio Files"
  • Open Solution and build - Or download the pre-built binary package from the forum thread for the engine version and place into the plugins directory.
  • Run

You need to have visual studio installed and follow the UE4 setup guide for it: https://docs.unrealengine.com/latest/INT/Programming/Development/VisualStudioSetup/