VIRTUOS_Playground/VIRTUOS_ExpansionPluginTests
2024-09-16 15:14:25 +02:00
..
Config
Content Overlap still doesnt return Bone, Hit not working at all 2024-09-16 15:14:25 +02:00
Plugins
Source
UE4ProjectRenamer/UE4ProjectRenamer
.gitattributes
.gitignore
.vsconfig
LICENSE.txt
README.md
VRExpPluginExample.uproject

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/