Forum Discussion
phileday
10 years agoMember
With 0.6.0 can and should we delete the direct to rift
I've noticed that the 0.6.0 sdk says there is no need to run the direct to rift exe and you can just run the orginal exe. The build still creates the direct to rift file. Can we delete this file now because i'ts no longer needed?
8 Replies
Replies have been turned off for this discussion
- zalamanderHonored GuestJust tested this quickly with empty scene and oculus camera (Unity 5.0.1f1). Not other settings. Built it and normal exe just runs the app in my monitor. DirectToRift runs it in Rift. So perhaps it is still needed.
- rubixcube6ExplorerYea I noticed that to. Its strange that the new features say "Eliminated the need for the DirectToRift.exe in Unity 4.6.3p2 and later." but it works the same as before.
- philedayMemberI noticed that if I ran the main file it did go direct to the rift. However if other people are finding this not to be the case I'll continue to include the direct to rift exe.
I guess with the Rift not being released until the first quarter of 2016 there is plenty of time to fix these issues :) - korinVRExpert ProtegeI noticed Unity 4.6.5f1 does not create the *_DirectToRift.exe, but Unity 5.0.2f1 creates it.
There might be a problem on version detection. - korinVRExpert ProtegeProbably this is it. :)
OVRUnityVersion.cs called from OVRShimLoader.cs
public static bool hasPreInitSupport
{
get
{
return (version.major == 4 && version >= "4.6.3p2");
}
} - xhonziHonored GuestHow are you starting your game on the Rift without DirectToRift?
- kevingullingExplorerIm not sure how to run a game anymore. I just downloaded Unity 5 and it won't create a Direct to Rift file. The regular exe does not open in the Rift.
- cyberealityGrand Champion@kevingulling: The latest versions of Unity 5 (starting at 5.1.1) have included VR support with the engine. There is no "DirectToRift" anymore. You just select "Virtual Reality Supported" in the player settings and use the normal exe file. You also can't use the Unity integration anymore (this is for Unity 4) but can use the Oculus Utilities.
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
- 3 months ago
- 1 month ago