looks like a lot (most?) projects that didn’t start in 5 are bricked and cannot generate input manifests for openXR.
You mean if they did start in 5.0 there’s no issue? If we compile your 5.1 source, it should possible to get the existing (based on 4.27) blueprints to work with some porting modifications?
Not sure why you are even talking about it atm, a Preview1 is never ready for use anyway. You shouldn’t be doing any porting at all until its released and maybe after a hotfix then even.
Not sure why you are even talking about it atm, a Preview1 is never ready for use anyway. You shouldn’t be doing any porting at all until its released and maybe after a hotfix then even.
You’re very right, of course… It’s just that due to a project deadline I’m forced to consider my options already now (do I continue developing in 5.0 with the target to migrate to 5.1 or do I develop in 4.27)
Would have been better off 4.27 to begin with, as it will be upgradeable to a stable UE5 when one comes. No guarantees can be made off of a first preview as to the final state on release.
UE5 Preview 1 is fully ported to in the plugins 5.1-Preview branch. Took a bit to work around some new issues that were presented.
Keep in mind that preview 1 still has some preview specific issues. Specifically the new input system doesn’t seem to be working with projects converted from older engine versions (openXR manifest generation always fails) and skeletal meshes don’t actually weld when attached currently (welded body driver and general hand attachment is effected).
Hello, what is required to have the VRE Demo play online? I have two seperate pcs with demo on each, and steam running in background, still cant connect via ingame multiplayer widget. V4.26
Thank you for your response! I’ve already spent a lot of time and can’t figure out the 2 problems:
What I wrote above, maybe I can explain in more detail. I need to lock the movement exactly as it is done in “VRMovement reference => Constrain to Plan”, but there I can only lock one axis. I need to block X and Y and leave only Z.
When I clamp with one hand, the other hand automatically disengages from the object. Is it possible to hold with both hands at once?
I honestly did not quite understand your solution that you pointed out above((( Can you clarify!!!
I will be insanely grateful to you if you help me with ! I do not know what to do!!!
You could hold with both hands sure, as long as you accept that you have to take either a blend of the offset between the two hands or largest / smallest hand motion to run the climbing off of.
Climbing movement mode is just a direct input movement mode, you tell it where to go and how much. All of the movement logic for it in the example is in BP and is in CheckAndHandleClimbingMovement function in the character.
I don’t think you will actually like the end result of what you are attempting, it will feel really weird to the end user. However its perfectly possible to enforce the original grip X/Y and only increment the Z.
Keep in mind that preview 1 still has some preview specific issues. Specifically the new input system doesn’t seem to be working with projects converted from older engine versions (openXR manifest generation always fails) and skeletal meshes don’t actually weld when attached currently (welded body driver and general hand attachment is effected).
Without seeming to be impatient (my apologies if I do)… could you give an update on the above issues, as 5.1 came out of preview today? You’re right that I should be waiting for a hotfix, but there are some new features that I would really like to get my hands on (nanite, anyone? :)).
Its working now, im packaging the pre-builts but master branches are already up on 5.1 as I type . The openXR manifest was actually an issue with the ps4 platform deprecation.
Nanite works fine for the most part as well, and chaos is finally gameplay functional.
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