Compare commits
3 Commits
5a882c5149
...
master
Author | SHA1 | Date | |
---|---|---|---|
af6322b525 | |||
88cad2ee99 | |||
b0d144be92 |
32
.gitattributes
vendored
32
.gitattributes
vendored
@ -1 +1,31 @@
|
||||
Content/** filter=lfs diff=lfs merge=lfs -text
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
# UE file types
|
||||
*.uasset filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.umap filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.udk filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.upk filter=lfs diff=lfs merge=lfs -text lockable
|
||||
# Anything in `/RawContent` dir. [You create this directory in your projects root folder]
|
||||
/RawContent/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
# Raw Content types
|
||||
*.blend filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.duf filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.bin.fbx filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.fbx filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.obj filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.png filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.jpeg filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.hdr filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.exr filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.mp3 filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.mov filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.3ds filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.psd filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.mb filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.tga filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.cubemap filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.tif filter=lfs diff=lfs merge=lfs -text lockable
|
||||
*.xcf filter=lfs diff=lfs merge=lfs -text lockable
|
85
.gitignore
vendored
85
.gitignore
vendored
@ -1,15 +1,74 @@
|
||||
Binaries
|
||||
DerivedDataCache
|
||||
Intermediate
|
||||
Saved
|
||||
.vscode
|
||||
.vs
|
||||
*.VC.db
|
||||
*.opensdf
|
||||
*.opendb
|
||||
*.sdf
|
||||
*.sln
|
||||
*.suo
|
||||
# Visual Studio 2015 user specific files
|
||||
.vs/
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.ipa
|
||||
|
||||
# These project files can be generated by the engine
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
Build/
|
||||
*.sln
|
||||
*.suo
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
|
||||
# Precompiled Assets
|
||||
SourceArt/**/*.png
|
||||
SourceArt/**/*.tga
|
||||
|
||||
# Binary Files
|
||||
Binaries/*
|
||||
Plugins/*/Binaries/*
|
||||
|
||||
# Builds
|
||||
Build/*
|
||||
|
||||
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||
!Build/*/
|
||||
Build/*/**
|
||||
!Build/*/PakBlacklist*.txt
|
||||
|
||||
# Don't ignore icon files in Build
|
||||
!Build/**/*.ico
|
||||
|
||||
# Built data for maps
|
||||
*_BuiltData.uasset
|
||||
|
||||
# Configuration files generated by the Editor
|
||||
Saved/*
|
||||
|
||||
# Compiled source files for the engine to use
|
||||
Intermediate/*
|
||||
Plugins/*/Intermediate/*
|
||||
|
||||
# Cache files for the editor to use
|
||||
DerivedDataCache/*
|
@ -184,7 +184,7 @@ DoubleClickTime=0.200000
|
||||
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=ValveIndex_Right_Thumbstick_Y)
|
||||
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=MixedReality_Right_Thumbstick_Y)
|
||||
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=Vive_Right_Trackpad_Y)
|
||||
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=OculusTouch_Right_A_Click)
|
||||
+AxisMappings=(AxisName="TeleportAxis",Scale=1.000000,Key=OculusTouch_Right_A_Click)
|
||||
DefaultPlayerInputClass=/Script/Engine.PlayerInput
|
||||
DefaultInputComponentClass=/Script/Engine.InputComponent
|
||||
DefaultTouchInterface=None
|
||||
|
BIN
Content/Material/M_Vignette.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Material/M_Vignette.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/VRTemplate/Blueprints/VRPawn.uasset
(Stored with Git LFS)
BIN
Content/VRTemplate/Blueprints/VRPawn.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/VRTemplate/Maps/VRTemplateMap.umap
(Stored with Git LFS)
BIN
Content/VRTemplate/Maps/VRTemplateMap.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset
(Stored with Git LFS)
BIN
Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset
(Stored with Git LFS)
Binary file not shown.
51
PackageBuild/Android_ASTC/Install_VR_HelloWorld-arm64.bat
Normal file
51
PackageBuild/Android_ASTC/Install_VR_HelloWorld-arm64.bat
Normal file
@ -0,0 +1,51 @@
|
||||
setlocal
|
||||
if NOT "%UE_SDKS_ROOT%"=="" (call %UE_SDKS_ROOT%\HostWin64\Android\SetupEnvironmentVars.bat)
|
||||
set ANDROIDHOME=%ANDROID_HOME%
|
||||
if "%ANDROIDHOME%"=="" set ANDROIDHOME=C:\Users\helenaso\AppData\Local\Android\Sdk
|
||||
set ADB=%ANDROIDHOME%\platform-tools\adb.exe
|
||||
set DEVICE=
|
||||
if not "%1"=="" set DEVICE=-s %1
|
||||
for /f "delims=" %%A in ('%ADB% %DEVICE% shell "echo $EXTERNAL_STORAGE"') do @set STORAGE=%%A
|
||||
@echo.
|
||||
@echo Uninstalling existing application. Failures here can almost always be ignored.
|
||||
%ADB% %DEVICE% uninstall com.epicgames.VR_HelloWorld
|
||||
@echo.
|
||||
@echo Installing existing application. Failures here indicate a problem with the device (connection or storage permissions) and are fatal.
|
||||
%ADB% %DEVICE% install VR_HelloWorld-arm64.apk
|
||||
@if "%ERRORLEVEL%" NEQ "0" goto Error
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/UE4Game/VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/UE4Game/UE4CommandLine.txt
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/obb/com.epicgames.VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/Android/obb/com.epicgames.VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/Download/obb/com.epicgames.VR_HelloWorld
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@echo.
|
||||
@echo Grant READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE to the apk for reading OBB file or game file in external storage.
|
||||
%ADB% %DEVICE% shell pm grant com.epicgames.VR_HelloWorld android.permission.READ_EXTERNAL_STORAGE
|
||||
%ADB% %DEVICE% shell pm grant com.epicgames.VR_HelloWorld android.permission.WRITE_EXTERNAL_STORAGE
|
||||
|
||||
@echo.
|
||||
@echo Installation successful
|
||||
goto:eof
|
||||
:Error
|
||||
@echo.
|
||||
@echo There was an error installing the game or the obb file. Look above for more info.
|
||||
@echo.
|
||||
@echo Things to try:
|
||||
@echo Check that the device (and only the device) is listed with "%ADB$ devices" from a command prompt.
|
||||
@echo Make sure all Developer options look normal on the device
|
||||
@echo Check that the device has an SD card.
|
||||
@pause
|
51
PackageBuild/Android_ASTC/Install_VR_HelloWorld-armv7.bat
Normal file
51
PackageBuild/Android_ASTC/Install_VR_HelloWorld-armv7.bat
Normal file
@ -0,0 +1,51 @@
|
||||
setlocal
|
||||
if NOT "%UE_SDKS_ROOT%"=="" (call %UE_SDKS_ROOT%\HostWin64\Android\SetupEnvironmentVars.bat)
|
||||
set ANDROIDHOME=%ANDROID_HOME%
|
||||
if "%ANDROIDHOME%"=="" set ANDROIDHOME=C:\Users\helenaso\AppData\Local\Android\Sdk
|
||||
set ADB=%ANDROIDHOME%\platform-tools\adb.exe
|
||||
set DEVICE=
|
||||
if not "%1"=="" set DEVICE=-s %1
|
||||
for /f "delims=" %%A in ('%ADB% %DEVICE% shell "echo $EXTERNAL_STORAGE"') do @set STORAGE=%%A
|
||||
@echo.
|
||||
@echo Uninstalling existing application. Failures here can almost always be ignored.
|
||||
%ADB% %DEVICE% uninstall com.epicgames.VR_HelloWorld
|
||||
@echo.
|
||||
@echo Installing existing application. Failures here indicate a problem with the device (connection or storage permissions) and are fatal.
|
||||
%ADB% %DEVICE% install VR_HelloWorld-armv7.apk
|
||||
@if "%ERRORLEVEL%" NEQ "0" goto Error
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/UE4Game/VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/UE4Game/UE4CommandLine.txt
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/obb/com.epicgames.VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/Android/obb/com.epicgames.VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/Download/obb/com.epicgames.VR_HelloWorld
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@echo.
|
||||
@echo Grant READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE to the apk for reading OBB file or game file in external storage.
|
||||
%ADB% %DEVICE% shell pm grant com.epicgames.VR_HelloWorld android.permission.READ_EXTERNAL_STORAGE
|
||||
%ADB% %DEVICE% shell pm grant com.epicgames.VR_HelloWorld android.permission.WRITE_EXTERNAL_STORAGE
|
||||
|
||||
@echo.
|
||||
@echo Installation successful
|
||||
goto:eof
|
||||
:Error
|
||||
@echo.
|
||||
@echo There was an error installing the game or the obb file. Look above for more info.
|
||||
@echo.
|
||||
@echo Things to try:
|
||||
@echo Check that the device (and only the device) is listed with "%ADB$ devices" from a command prompt.
|
||||
@echo Make sure all Developer options look normal on the device
|
||||
@echo Check that the device has an SD card.
|
||||
@pause
|
19
PackageBuild/Android_ASTC/Uninstall_VR_HelloWorld-arm64.bat
Normal file
19
PackageBuild/Android_ASTC/Uninstall_VR_HelloWorld-arm64.bat
Normal file
@ -0,0 +1,19 @@
|
||||
setlocal
|
||||
if NOT "%UE_SDKS_ROOT%"=="" (call %UE_SDKS_ROOT%\HostWin64\Android\SetupEnvironmentVars.bat)
|
||||
set ANDROIDHOME=%ANDROID_HOME%
|
||||
if "%ANDROIDHOME%"=="" set ANDROIDHOME=C:\Users\helenaso\AppData\Local\Android\Sdk
|
||||
set ADB=%ANDROIDHOME%\platform-tools\adb.exe
|
||||
set DEVICE=
|
||||
if not "%1"=="" set DEVICE=-s %1
|
||||
for /f "delims=" %%A in ('%ADB% %DEVICE% shell "echo $EXTERNAL_STORAGE"') do @set STORAGE=%%A
|
||||
@echo.
|
||||
@echo Uninstalling existing application. Failures here can almost always be ignored.
|
||||
%ADB% %DEVICE% uninstall com.epicgames.VR_HelloWorld
|
||||
@echo.
|
||||
echo Removing old data. Failures here are usually fine - indicating the files were not on the device.
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/UE4Game/VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/UE4Game/UE4CommandLine.txt
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/obb/com.epicgames.VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/Android/obb/com.epicgames.VR_HelloWorld
|
||||
@echo.
|
||||
@echo Uninstall completed
|
19
PackageBuild/Android_ASTC/Uninstall_VR_HelloWorld-armv7.bat
Normal file
19
PackageBuild/Android_ASTC/Uninstall_VR_HelloWorld-armv7.bat
Normal file
@ -0,0 +1,19 @@
|
||||
setlocal
|
||||
if NOT "%UE_SDKS_ROOT%"=="" (call %UE_SDKS_ROOT%\HostWin64\Android\SetupEnvironmentVars.bat)
|
||||
set ANDROIDHOME=%ANDROID_HOME%
|
||||
if "%ANDROIDHOME%"=="" set ANDROIDHOME=C:\Users\helenaso\AppData\Local\Android\Sdk
|
||||
set ADB=%ANDROIDHOME%\platform-tools\adb.exe
|
||||
set DEVICE=
|
||||
if not "%1"=="" set DEVICE=-s %1
|
||||
for /f "delims=" %%A in ('%ADB% %DEVICE% shell "echo $EXTERNAL_STORAGE"') do @set STORAGE=%%A
|
||||
@echo.
|
||||
@echo Uninstalling existing application. Failures here can almost always be ignored.
|
||||
%ADB% %DEVICE% uninstall com.epicgames.VR_HelloWorld
|
||||
@echo.
|
||||
echo Removing old data. Failures here are usually fine - indicating the files were not on the device.
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/UE4Game/VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/UE4Game/UE4CommandLine.txt
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/obb/com.epicgames.VR_HelloWorld
|
||||
%ADB% %DEVICE% shell rm -r %STORAGE%/Android/obb/com.epicgames.VR_HelloWorld
|
||||
@echo.
|
||||
@echo Uninstall completed
|
BIN
PackageBuild/Android_ASTC/VR_HelloWorld-arm64.apk
Normal file
BIN
PackageBuild/Android_ASTC/VR_HelloWorld-arm64.apk
Normal file
Binary file not shown.
BIN
PackageBuild/Android_ASTC/VR_HelloWorld-armv7.apk
Normal file
BIN
PackageBuild/Android_ASTC/VR_HelloWorld-armv7.apk
Normal file
Binary file not shown.
@ -12,15 +12,6 @@
|
||||
"Name": "ResonanceAudio",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "OculusVR",
|
||||
"Enabled": false,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win32",
|
||||
"Win64",
|
||||
"Android"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "OpenXR",
|
||||
"Enabled": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user