SDK 0.4.3 out

https://developer.oculusvr.com/forums/viewtopic.php?f=26&t=16120

i will wait few days, not want any problem and i read some guys with problems already,

if somebody update and have problems with UE4 …

I am waiting a while too. I dont know how easy it would be to revert firmware. Was the firmware updated too?

I am wondering how it will affect us. “Numerous stability and performance improvements” is a little too vague for my liking.

no new firmware

I’ve decided that unless there is some very compelling reason, I update my Rift runtime on UE4’s schedule rather than Oculus’. That way the whole VR pipeline has also gone through Epic’s QA testing as well, which I feel good about at this point. Things are working good enough at my end that I don’t need to be on the bleeding edge of Rift runtime releases to develop my game. Just creating a VR game is bleeding edge enough! :cool:

  • Dave

New integration of UE4 4.5 with SDK 0.4.3 is released on github: https://github.com/Oculus-VR/UnrealEngine

I have updated to the new SDK and I have had no issues so far with any of my UE4 projects. The only change I’ve noticed is that latency seems to have improved.

Confirming : all is good
latency in 4.5.1 : Same (13.3ms)

BUT FOV feel reduced as they added some gradient to the view, not fun.
So on the UE4 side purely : not worth the upgrade : no gain.

Cheers

i will try now, if not firmware i can go back.

One word: disaster.

1.- I must activate Aereo again if not UE4 not work.
2.- I launch my demo and fps got stuck in 37.20
3.- I disable Vsync and got 76fps when i got 100-110fps in my demo.

Mirror on/off not change the fps.

i back to 0.4.2 :confused:

OK, sneaking in a fix for stereo rendering of the HUD could be what pushes me to upgrade to 0.4.3. Any chance you guys could also fix stereo rendering of DBuffer decals? :smiley:

  • Dave

New unreal user here, is there a tutorial around on how to update to the latest SDK?

Hey guys, so I dislike the new vignette, and wrote a blog post about how to disable it (haven’t tested yet, but I think it should work, the engine is compiling now). The post has the file and line necessary to disable the vignette and reclaim our precious FOV, and still reap the benefits of 0ms post-present latency and better chromatic aberration.

Just curious, why do you want to use the HUD in VR? It’s useful for quick testing yes, but we’ve gotten much better results by rendering on quads in the game world.

404 - Page not found??

Works for me - you need an active subscription to UE4 and to have your Github acct linked and logged in to see it.

Ok thanks, will try later!

I was using the HUD as a quick damage flash for my player for when the zombies smack them around. I also wanted to add some blood splatter to their view and thought the HUD might work for that. But now that I’ve tried it out (I merged the HUD fix into vanilla 4.5.1 as I’ve decided to still hold off on upgrading to 0.4.3) the HUD may draw itself too far in front of the camera for my purposes. I’ll likely have to go with an extremely close quad after all for a blood-in-yer-eyes effect.

As for my game in general, I’ve decided to make it HUD-less, so I haven’t had to worry about using camera facing quads just yet.

  • Dave

After updating to 0.4.3 Unreal Editor crashes upon start when Oculus Rift is plugged in and turned to Direct HMD mode. :confused:

Terrible performance drop going from 0.4.2 to 0.4.3!

Noticed this post at answerhub by spyro, so added my comments in there:

So after a bit more testing i found out that in my case is not really a massive drop in performance, but a couple of smaller things that combined can make some levels unplayable in DIRECT MODE (with and without mirroring).

  • 1st i noticed by turning off vsync that in 0.4.3 i get between 5 and 10 LESS fps than in the same map/location using 0.4.2 (on average).

  • 2nd i noticed that in 0.4.2 i get capped at 75 fps as long as i amd slightly above that (76 fps for instance). However in 0.4.3 as soon as i go below 83 fps i get capped at 37.5, is this normal?

So it’s both 5 fps harder to reach the threshold for good 75 fps vsync and this threshold is now 8 fps higher; this makes about 13 fps difference comparing 0.4.2 to 0.4.3.

More info in the answerhub link above.

It would be cool if someone else was able to reproduce this behaviour and chimed in!