-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded HandGameplay and plugins to Unreal Engine 5.2
- Switched Oculus plugin references to new versions. - Removed `WITH_OCULUS_ENGINE` defines, since `HandTrackingFilter` no longer requires the Oculus fork.
- Loading branch information
1 parent
1857c44
commit 4b43644
Showing
37 changed files
with
340 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,3 +71,4 @@ Config/DefaultEditorSettings.ini | |
Build/Android/res/drawable*/ | ||
lfs/ | ||
hooks/ | ||
.vsconfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
|
||
[/Script/HoloLensPlatformEditor.HoloLensTargetSettings] | ||
bBuildForEmulation=False | ||
bBuildForDevice=True | ||
bUseNameForLogo=True | ||
bBuildForRetailWindowsStore=False | ||
bAutoIncrementVersion=False | ||
bShouldCreateAppInstaller=False | ||
AppInstallerInstallationURL= | ||
HoursBetweenUpdateChecks=0 | ||
bEnablePIXProfiling=False | ||
TileBackgroundColor=(B=64,G=0,R=0,A=255) | ||
SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255) | ||
+PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=()) | ||
TargetDeviceFamily=Windows.Holographic | ||
MinimumPlatformVersion=10.0.18362.0 | ||
MaximumPlatformVersionTested=10.0.19041.0 | ||
MaxTrianglesPerCubicMeter=500.000000 | ||
SpatialMeshingVolumeSize=20.000000 | ||
CompilerVersion=Default | ||
Windows10SDKVersion=10.0.18362.0 | ||
+CapabilityList=internetClientServer | ||
+CapabilityList=privateNetworkClientServer | ||
+Uap2CapabilityList=spatialPerception | ||
bSetDefaultCapabilities=False | ||
SpatializationPlugin= | ||
SourceDataOverridePlugin= | ||
ReverbPlugin= | ||
OcclusionPlugin= | ||
SoundCueCookQualityIndex=-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.