Nanite is probably not super performant either. But I’m not worried about performance yet. I’m solo, so by the time I’m ready to release anything (assuming I ever get there at all), hardware will have caught up Just that it is supported so I can actually use it for development, is good enough for me.
Also, outside of VR, I get pretty reasonable GPU usage with or without Lumen (quite recent but not latest hardware), so I’m guessing there are still possible improvements even on software only.
Hi! I try make a grip a bow with primary hand and shoot with Event On Secondary Used. How to call secondary shoot? Function get me false and don’t want run a Secondary Used
5.1 requires android NDK r25 You need to update your NDK
Though I do also need to set the example minimum ndk level higher too, Im currently changing some of the examples rendering settings and will upload a revised version.
To switch from UE5.0 to UE5.1 I have done the changes already:
Android Studio: Install the NDK 25.1.8937393
Android Studio: SDK Platform to 29 (Quest 2 is Android 10)
Android Studio: Android SDK Tools to 30.0.3
Android Studio: Command-line to 8.0 latest
Android Studio: CMake to 3.10.2.4988404
SetupAndroid.bat to Update SDK
UE5.1: Settings, Platforms, Android SDK change the NDK path
UE5.1: Settings, Platforms, Android change Target SDK Version to 29 (Android 10)
UE5.1: Platforms (Launch), Android, Quest 2 do Update Device and restart UE to get SDK Managment “Installed: r25b”
To make sure it works, I tried the default UE5.1 “Blueprint Virtual Reality Template” and it works.
So NDK is fine.
But compiling VRExpPluginExample I get the posted error message.
Thanks for your advice and uploading a revised version.
Oh the shader errors are bBuildForES31 needs to be false in project settings. i’m updating some of the rendering settings as per epics template settings in 5.1
Example template has a WIP set of grasping hands using the new Manny hands for UE5 instead of the UE4 ones. They were intended to be implemented as the default prior to 5.1’s release but it released earlier than I expected. I will make the switch early on in 5.1.
Do you consider the WIP usable in its current state? If not, could you give some indication on what elements still need work?
The following modules are missing or built with a different engine version:
VRExpPluginExample
OpenVRExpansionPlugin
VRExpansionEditor
AdvancedSteamSessions
AdvancedSessions
Would you like to rebuild them now?
It then tells me when I say Yes:
VRExpPluginExample could not be compiled. Try rebuilding from source manually.
I downloaded and installed the latest from Android, dotnet, JAVA, and Visual Studio. I still get error.
I uninstalled previous versions of the Unreal Engine, only 5.1 remains now. All the files mentioned are where they are suppose to be. Why doesn’t it work?
I do
I download the template and the two binary pkgs
I unzip the template
delete the two source plugin folders
then I extract the two binary plugins and drop them into the plugins folder
I use the project renamer
and only then do I click on the project
then it only has to compile the main classes for the project
it doesn’t have to compile all the plugin binaries too
I find doing way it compiles
and if I try to build the plugins from source it will often choke.
I was very frustrated for a while as I could not compile it, until I stuck the binaries in the plugins folder.
Hope that method works for you
note that when it does compile the splash disappears and it will take up to 5 minutes to finish
during which time you will get no feedback and it will seem that nothing is happening
several times in the beginning I thought it had flaked or crashed and started to do it a second time
screwing it fully of course
you have to walk away for 5 min after it starts to compile
I’m trying to get the Controller Type using the “GetOpenVRControllerType” blueprint function but it keeps throwing me DT Unknown Controller even through my Index Knuckles are tracking. Any idea why?
Really loving the plugin. The template is great.
It solves so many things for me out of the box.
I am using it as a starter template for most vr projects now.
Hopefully the engine stabilizes quick
but I am able to build stuff with it and its building stable
nice
hi for some reason i cant build i get these errors
Running C:/Program Files/Epic Games/UE_4.27/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“I:/VRExpPluginExample-master1/VRExpPluginExample-master/VRExpPluginExample.uproject” -game -rocket -progress -log=“I:\VRExpPluginExample-master1\VRExpPluginExample-master/Saved/Logs/UnrealVersionSelector-2022.11.23-14.07.10.log”
Discovering modules, targets and source code for project…
While compiling I:\VRExpPluginExample-master1\VRExpPluginExample-master\Intermediate\Build\BuildRules\VRExpPluginExampleModuleRules.dll:
i:\VRExpPluginExample-master1\VRExpPluginExample-master\Source\VRExpPluginExample.Target.cs(12,9) : error CS0103: The name ‘IncludeOrderVersion’ does not exist in the current context
i:\VRExpPluginExample-master1\VRExpPluginExample-master\Source\VRExpPluginExample.Target.cs(12,31) : error CS0103: The name ‘EngineIncludeOrderVersion’ does not exist in the current context
i:\VRExpPluginExample-master1\VRExpPluginExample-master\Source\VRExpPluginExampleEditor.Target.cs(11,3) : error CS0103: The name ‘IncludeOrderVersion’ does not exist in the current context
i:\VRExpPluginExample-master1\VRExpPluginExample-master\Source\VRExpPluginExampleEditor.Target.cs(11,25) : error CS0103: The name ‘EngineIncludeOrderVersion’ does not exist in the current context
ERROR: Unable to compile source files.
What would be the best method of upgrading my 4.27 project to 5.1? I have a blockout and some shader work done in a VRE 4.27 project, and I would like to upgrade to 5.1 of VRE without losing any work.