Forum Discussion
invisibleyuno
9 years agoExplorer
How do I get my ue4.9 build to work with the latest runtime (1.6) ?
Heyo, we made a build of our game 'VR Flush' in ue 4.9 a while ago. Now, that I finally have the time to release it, it doesnt work with the latest oculus runtime anymore. The build still works w...
- 9 years agoThe oldest version of UE4 that will work with the runtime without source changes is 4.10.4 from our Github. If you can't upgrade your project to 4.10.4, then you have 2 choices, as @dwood15 said:
1) Back-port SDK 1.4 support from 4.10.4 to 4.9 yourself. You can do this by diffing the above branch against stock 4.10.4 and then (very carefully) applying similar changes to a 4.9 version. Unfortunately, due to the large number of older UE4 versions, we can't provide much help with this process. But an advanced programmer should be able to do it.
2) Re-create your project with a newer UE4 version.
vrdaveb
9 years agoOculus Staff
The oldest version of UE4 that will work with the runtime without source changes is 4.10.4 from our Github. If you can't upgrade your project to 4.10.4, then you have 2 choices, as @dwood15 said:
1) Back-port SDK 1.4 support from 4.10.4 to 4.9 yourself. You can do this by diffing the above branch against stock 4.10.4 and then (very carefully) applying similar changes to a 4.9 version. Unfortunately, due to the large number of older UE4 versions, we can't provide much help with this process. But an advanced programmer should be able to do it.
2) Re-create your project with a newer UE4 version.
1) Back-port SDK 1.4 support from 4.10.4 to 4.9 yourself. You can do this by diffing the above branch against stock 4.10.4 and then (very carefully) applying similar changes to a 4.9 version. Unfortunately, due to the large number of older UE4 versions, we can't provide much help with this process. But an advanced programmer should be able to do it.
2) Re-create your project with a newer UE4 version.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 9 months ago