Forum Discussion
manu_vrnerds
4 years agoHonored Guest
Unity: Oculus Integration version number
Hello world,
is there any way of finding out the version number of an already installed / added Oculus Integration package in Unity? I couldn't find a ReadMe or another text file or a comment in the included scripts in the project that would tell me which version the Oculus Integration is.
Thanks in advance!
1 Reply
Replies have been turned off for this discussion
- julienkayAdventurer
One more reason why using version control + writing good commit messages helps 😉
A workaround would be to check the wrapperVersion in OVRPlugin.cs and cross-check that with the OVRPlugin version mentioned in the release notes here: https://developer.oculus.com/downloads/package/unity-integration
(E.g. if your current wrapperVersion is
public static readonly System.Version wrapperVersion = OVRP_1_59_0.version;You can look through the release notes and find that Oculus Integration v27.0 was the one that shipped with OVRPlugin v1.59.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device