VIRTUOS_Playground/VIRTUOS_ExpansionPluginTests
2025-03-11 21:50:01 +01:00
..
Config Cleanup 2025-02-11 13:05:58 +01:00
Content Switched to Atlas Texturing Approach for Kitchen instead of Bake, Finished Main Kitchen Interaction, Work on Geometry Scripting (Plane not where it should be), lot of time went into trying to make Parallax work. misc 2025-03-11 21:50:01 +01:00
Plugins Update to 5.5.3, Recorder Phyiscs Setup 2025-02-11 23:09:39 +01:00
Source Unreachable Code Error trying to Update VRE 2024-09-16 16:24:04 +02: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 Update to UE5.5, sadly didn't fix hand movement after attachment 2024-11-18 17:09:08 +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 Looking into Harmonix Plugin for Midi Automation and the Geometry Scripting setup for Slicing 2025-02-26 16:43:24 +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/