https://github.com/VRGroupRWTH/Zytoskelett
Raw File
Tip revision: 2bb3a72647d36a679d496907dce61ae0f7c4a544 authored by Simon Oehrl on 15 November 2021, 16:57:10 UTC
Mirror to github
Tip revision: 2bb3a72
zytoskelett2.uproject
{
	"FileVersion": 3,
	"EngineAssociation": "4.22",
	"Category": "",
	"Description": "",
	"Modules": [
		{
			"Name": "zytoskelett2",
			"Type": "Runtime",
			"LoadingPhase": "Default",
			"AdditionalDependencies": [
				"Engine",
				"ProceduralMeshComponent",
				"UMG",
				"DisplayClusterExtensions"
			]
		}
	],
	"Plugins": [
		{
			"Name": "nDisplay",
			"Enabled": true
		},
		{
			"Name": "nDisplayExtensions",
			"Enabled": true
		},
		{
			"Name": "OculusVR",
			"Enabled": false
		}
	],
	"TargetPlatforms": [
		"WindowsNoEditor"
	]
}
back to top