Added showcase photos for milestone2. Also just testing committing from a new computer.

This commit is contained in:
MYWHITEMAMA\mihke
2024-05-23 16:21:50 +03:00
parent 4bd235c4f0
commit b137c771e5
13 changed files with 375 additions and 11 deletions

1
.gitignore vendored
View File

@@ -48,6 +48,7 @@ SourceArt/**/*.tga
# Binary Files
Binaries/*
Plugins/*/Binaries/*
Plugins/MetaXR*
# Builds
Build/*

View File

@@ -188,8 +188,8 @@ StoreVersionOffsetArm64=0
StoreVersionOffsetX8664=0
ApplicationDisplayName=
VersionDisplayName=1.0
MinSDKVersion=23
TargetSDKVersion=25
MinSDKVersion=29
TargetSDKVersion=32
InstallLocation=InternalOnly
bEnableGradle=True
bEnableLint=False
@@ -363,3 +363,7 @@ ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=
[/Script/OculusXRHMD.OculusXRHMDRuntimeSettings]
XrApi=NativeOpenXR
MetaXRJsonPath=(FilePath="../../../../../../Users/mihke/Documents/Unreal Projects/meta_xr_simulator_v65/package/MetaXRSimulator/meta_openxr_simulator.json")

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

330
UpgradeLog.htm Normal file

File diff suppressed because one or more lines are too long