Haptic feedback

This commit is contained in:
Karl Arthur 2024-05-28 16:51:07 +03:00
parent 09ae6550e2
commit bb40111a01
11 changed files with 88 additions and 36 deletions

View File

@ -1,5 +1,3 @@
[/Script/Engine.RendererSettings] [/Script/Engine.RendererSettings]
r.Mobile.DisableVertexFog=True r.Mobile.DisableVertexFog=True
r.Mobile.AllowDitheredLODTransition=False r.Mobile.AllowDitheredLODTransition=False
@ -116,13 +114,10 @@ VisualizeCalibrationColorMaterialPath=None
VisualizeCalibrationCustomMaterialPath=None VisualizeCalibrationCustomMaterialPath=None
VisualizeCalibrationGrayscaleMaterialPath=None VisualizeCalibrationGrayscaleMaterialPath=None
r.Mobile.AntiAliasing=3 r.Mobile.AntiAliasing=3
r.Mobile.FloatPrecisionMode=2 r.Mobile.FloatPrecisionMode=0
r.OpenGL.ForceDXC=0 r.OpenGL.ForceDXC=0
r.DynamicGlobalIlluminationMethod=1 r.DynamicGlobalIlluminationMethod=1
r.ReflectionMethod=1 r.ReflectionMethod=1
r.Shadow.Virtual.Enable=1 r.Shadow.Virtual.Enable=1
[/Script/HardwareTargeting.HardwareTargetingSettings] [/Script/HardwareTargeting.HardwareTargetingSettings]
@ -188,7 +183,7 @@ StoreVersionOffsetArm64=0
StoreVersionOffsetX8664=0 StoreVersionOffsetX8664=0
ApplicationDisplayName= ApplicationDisplayName=
VersionDisplayName=1.0 VersionDisplayName=1.0
MinSDKVersion=29 MinSDKVersion=32
TargetSDKVersion=32 TargetSDKVersion=32
InstallLocation=InternalOnly InstallLocation=InternalOnly
bEnableGradle=True bEnableGradle=True
@ -366,4 +361,43 @@ ManualIPAddress=
[/Script/OculusXRHMD.OculusXRHMDRuntimeSettings] [/Script/OculusXRHMD.OculusXRHMDRuntimeSettings]
XrApi=NativeOpenXR XrApi=NativeOpenXR
MetaXRJsonPath=(FilePath="../../../../../../Users/mihke/Documents/Unreal Projects/meta_xr_simulator_v65/package/MetaXRSimulator/meta_openxr_simulator.json") MetaXRJsonPath=(FilePath="../../../../../../Users/mihke/Documents/Unreal Projects/meta_xr_simulator_v65/package/MetaXRSimulator/meta_openxr_simulator.json")
SystemSplashBackground=Black
bAutoEnabled=False
!SplashDescs=__ClearArray__
ColorSpace=P3
ControllerPoseAlignment=Default
bSupportsDash=True
bCompositesDepth=True
bHQDistortion=False
MPPoseRestoreType=Disabled
bDynamicResolution=False
PixelDensityMin=0.800000
PixelDensityMax=1.200000
+SupportedDevices=Quest2
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
bIterativeCookOnTheFly=True
bSupportExperimentalFeatures=False
ProcessorFavor=FavorEqually
bTileTurnOffEnabled=True

View File

@ -6,3 +6,7 @@ bStartInVR=True
[StartupActions] [StartupActions]
bAddPacks=True bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
[/Script/OpenXRHMD.OpenXRHMDSettings]
bIsFBFoveationEnabled=True

View File

@ -0,0 +1,11 @@
[/Script/GameplayTags.GameplayTagsSettings]
ImportTagsFromConfig=True
WarnOnInvalidTags=True
ClearInvalidTags=False
AllowEditorTagUnloading=True
AllowGameTagUnloading=False
FastReplication=False
InvalidTagCharacters="\"\',"
NumBitsForContainerSize=6
NetIndexFirstBitSegment=16

BIN
Content/Blueprints/BP_Bubble.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Haptics/BubblePopFeedback.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Maps/MainGame.umap (Stored with Git LFS)

Binary file not shown.

BIN
Content/Maps/MainMenu.umap (Stored with Git LFS)

Binary file not shown.

BIN
Content/Prototype1/Prototype1.umap (Stored with Git LFS)

Binary file not shown.

BIN
Content/Prototype2/Prototype2.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -14,6 +14,23 @@
} }
], ],
"Plugins": [ "Plugins": [
{
"Name": "OculusXR",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/8313d8d7e7cf4e03a33e79eb757bccba",
"SupportedTargetPlatforms": [
"Win64",
"Android"
]
},
{
"Name": "OculusPlatform",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Android"
]
},
{ {
"Name": "OpenXR", "Name": "OpenXR",
"Enabled": true, "Enabled": true,
@ -40,23 +57,6 @@
"Linux", "Linux",
"Android" "Android"
] ]
},
{
"Name": "OculusXR",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/8313d8d7e7cf4e03a33e79eb757bccba",
"SupportedTargetPlatforms": [
"Win64",
"Android"
]
},
{
"Name": "OculusPlatform",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Android"
]
} }
], ],
"TargetPlatforms": [ "TargetPlatforms": [