I have a project that was passed on to me that was started at least two years ago and possibly even before that (exact time isn't known). After seeing the recent deal with Google play store, we realized we would need to update the SDK. How do I find out what version of Vuforia SDK for Unity is in the project?
While I can suspect it'd be Vuforia 4, this is just a guess and I'd rather know for certain as I'm not sure when the original project was started.
Thank you for your time.
Solutions:
1. Open "version" file in notepad:
Path:
"...\Unity Projects\UnityProj1\Assets\Vuforia\version"
2. C# code:
Vuforia.VuforiaUnity.GetVuforiaLibraryVersion()