This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ccd86b32f790a676d8fe2ace0b52dcafe541ef63
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
Steam
/
SteamVR
History
Nick Whiting
7feaa6c836
#vr Merging in improvements to the SteamVRController implementation, in preparation for rewrite of the motion control path
...
#codereview Mike.Fricker [CL 2606573 by Nick Whiting in Main branch]
2015-06-30 17:52:19 -04:00
..
Source
#vr Merging in improvements to the SteamVRController implementation, in preparation for rewrite of the motion control path
2015-06-30 17:52:19 -04:00
SteamVR.uplugin
SteamVR plugin in monolithic builds was using the steam_api[64].dll, resulting in bad entry points. We are currently on Steamworks 1.32, and 1.33 is the version that removes the old SteamVR API. So we have two libs that both contain VR_Init(), VR_Shutdown(), etc. This wasn't an issue on modular builds, but is likely an order of initialization issue on monolithic builds.
2015-05-21 03:51:32 -04:00