Skip to content
Snippets Groups Projects
Commit 7e5d80da authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Merge branch '5.3' of...

Merge branch '5.3' of git-ce.rwth-aachen.de:vr-vis/VR-Group/unreal-development/unrealprojecttemplate into 5.3
parents 4a871e2a 42877f63
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,12 @@ r.SceneRenderTargetResizeMethod=2 ...@@ -24,6 +24,12 @@ r.SceneRenderTargetResizeMethod=2
vr.AllowMotionBlurInVR=True vr.AllowMotionBlurInVR=True
r.VirtualTextures=True r.VirtualTextures=True
r.ReflectionMethod=0 r.ReflectionMethod=0
r.Mobile.AntiAliasing=3
r.MSAACount=4
r.MobileHDR=False
vr.MobileMultiView=True
vr.InstancedStereo=False
r.Mobile.UseHWsRGBEncoding=True
[/Script/WindowsTargetPlatform.WindowsTargetSettings] [/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX11 DefaultGraphicsRHI=DefaultGraphicsRHI_DX11
...@@ -62,5 +68,52 @@ SoundCueCookQualityIndex=-1 ...@@ -62,5 +68,52 @@ SoundCueCookQualityIndex=-1
[/Script/DisplayClusterReplication.DisplayClusterNetDriver] [/Script/DisplayClusterReplication.DisplayClusterNetDriver]
NetConnectionClassName=DisplayClusterReplication.DisplayClusterNetConnection NetConnectionClassName=DisplayClusterReplication.DisplayClusterNetConnection
[SystemSettings] [/Script/OculusXRHMD.OculusXRHMDRuntimeSettings]
g.TimeoutForBlockOnRenderFence=9999999 SystemSplashBackground=Black
\ No newline at end of file bAutoEnabled=False
!SplashDescs=__ClearArray__
XrApi=OVRPluginOpenXR
ColorSpace=P3
ControllerPoseAlignment=Default
bSupportsDash=True
bCompositesDepth=True
bHQDistortion=False
MetaXRJsonPath=(FilePath="")
bDynamicResolution=False
PixelDensityMin=0.800000
PixelDensityMax=1.200000
+SupportedDevices=Quest3
SuggestedCpuPerfLevel=SustainedLow
SuggestedGpuPerfLevel=SustainedHigh
FoveatedRenderingMethod=FixedFoveatedRendering
FoveatedRenderingLevel=Off
bDynamicFoveatedRendering=True
bSupportEyeTrackedFoveatedRendering=False
bCompositeDepthMobile=False
bFocusAware=True
bLateLatching=False
bRequiresSystemKeyboard=False
HandTrackingSupport=ControllersOnly
HandTrackingFrequency=LOW
HandTrackingVersion=Default
bInsightPassthroughEnabled=False
bAnchorSupportEnabled=False
bAnchorSharingEnabled=False
bSceneSupportEnabled=False
bBodyTrackingEnabled=False
bEyeTrackingEnabled=False
bFaceTrackingEnabled=False
FaceTrackingDataSource=()
bDeploySoToDevice=False
bSupportExperimentalFeatures=False
ProcessorFavor=FavorEqually
bTileTurnOffEnabled=True
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
bSupportsVulkan=True
bBuildForES31=False
MinSDKVersion=32
TargetSDKVersion=32
bPackageForMetaQuest=True
ExtraApplicationSettings=<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro" />
...@@ -19,9 +19,9 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown ...@@ -19,9 +19,9 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
DefaultViewportMouseLockMode=LockOnCapture DefaultViewportMouseLockMode=LockOnCapture
FOVScale=0.011110 FOVScale=0.011110
DoubleClickTime=0.200000 DoubleClickTime=0.200000
DefaultPlayerInputClass=/Script/DisplayCluster.DisplayClusterPlayerInput DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks DefaultTouchInterface=None
-ConsoleKeys=Tilde -ConsoleKeys=Tilde
+ConsoleKeys=Tilde +ConsoleKeys=Tilde
+ConsoleKeys=Insert +ConsoleKeys=Insert
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -24,7 +24,7 @@ For a more detailed description, see the [Getting Started Wiki](https://git-ce.r ...@@ -24,7 +24,7 @@ For a more detailed description, see the [Getting Started Wiki](https://git-ce.r
# (e.g. C:/Unreal/UE_5.3/Templates) # (e.g. C:/Unreal/UE_5.3/Templates)
cd your/UnrealEngine/Templates cd your/UnrealEngine/Templates
# clone with submodules # clone
git clone -b 5.3 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unrealprojecttemplate.git git clone -b 5.3 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unrealprojecttemplate.git
``` ```
...@@ -38,13 +38,8 @@ Therefore, after you created the project open the project folder in the terminal ...@@ -38,13 +38,8 @@ Therefore, after you created the project open the project folder in the terminal
```bash ```bash
# add rwth-vr-toolkit # add rwth-vr-toolkit
git submodule add -b dev/5.3 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git Plugins/rwth-vr-toolkit git submodule add -b 5.3 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git Plugins/rwth-vr-toolkit
``` # add dtrack plugin
If you want to use your project on the Cave, you also need to add the DTrack plugin
```bash
# add DTrack Plugin
git submodule add https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git Plugins/UnrealDTrackPlugin git submodule add https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git Plugins/UnrealDTrackPlugin
# add more plugins if you like # add more plugins if you like
``` ```
...@@ -66,5 +61,9 @@ git push -u origin --all ...@@ -66,5 +61,9 @@ git push -u origin --all
git push -u origin --tags git push -u origin --tags
``` ```
| Warning :warning: _16.04.2024_ |
| ------------------------------ |
| The default map in the unrealprojecttemplate won't work out of the box for the CAVE. You need to add a BP_CaveSetup to the map!
## FAQ ## FAQ
Visit the [group wiki](https://git-ce.rwth-aachen.de/vr-vis/group-wiki/-/wikis/Unreal/Unreal-Index) for more information. Visit the [group wiki](https://git-ce.rwth-aachen.de/vr-vis/group-wiki/-/wikis/Unreal/Unreal-Index) for more information.
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
] ]
} }
], ],
"Plugins": [ "TargetPlatforms": [
{ "WindowsNoEditor",
"Name": "RWTHVRToolkit", "Windows",
"Enabled": true "Android",
} "Linux"
] ]
} }
\ No newline at end of file
...@@ -8,7 +8,7 @@ public class RwthVrTemplate : ModuleRules ...@@ -8,7 +8,7 @@ public class RwthVrTemplate : ModuleRules
{ {
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "DisplayCluster", "Engine", "InputCore" }); PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
PrivateDependencyModuleNames.AddRange(new string[] { }); PrivateDependencyModuleNames.AddRange(new string[] { });
......
{ {
"USER-DATA": { "USER-DATA": {
"DESCRIPTION": "" "DESCRIPTION": "",
"CUSTOM_MAP": "/RWTHVRToolkit/Examples/ContentExamples/ToolkitExamples"
}, },
"CI-DATA": { "CI-DATA": {
"CI-DATA-ENTRIES": "WILL BE REPLACED" "CI-DATA-ENTRIES": "WILL BE REPLACED"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment