Unity Google VR Additional libraries must be imported please upgrade - unity3d

Hello I have trouble importing the google vr package in unity , my unity is already updated but this appears

I just had the same issue. I wanted to update the Cardboard SDK on an old project so I downloaded it from Github and imported the GoogleVRForUnity.unitypackage.
Every time I press play I have this message that pops. It works fine if I ignore it, but you can also click Import Package and it will open the gvr-5.2-and-5.3-compatible.unitypackage that's inside the GoogleVR folder. Import the content and the message will stop poping.
It looks like a bug thought, because I'm using Unity 5.4.0, so I should not need any compatibility for 5.2 or 5.3.
EDIT:
I just realized that now you also need a special version of Unity to use the GVR SDK 1.0. Right now (9/10/16) it's Unity 5.4.1f1-GVR7.1 available here. Maybe that's why it was complaining about my Unity version.

Related

Vuforia Engine AR not visible in package manager in Unity 2020

I'm new to unity and vuforia to complete a project i need vuforia engine AR in package manager, the steps shown in the video for unity are Window->Package Manager -> All Packages ->Vuforia Engine AR.
I couldn't access the AllPackages menu so someone suggested that i preview all the packages,i used player setting and selected preview packages, for all the other packages, this doesn't work either.
So i downloaded the vuforia sdk form the site, and i imported all of them into the project,it still didn't show me anything in the GameObject window, i tried to search for the required components like ARCamera and GroundPlaneFinder in the file i imported and they weren't in there.
Can anyone help me with this?
Nevermind, i figured it out, apparently in versions above 2020 in unity it is labelled as vuforia engine to access it go to window->package manager-> my assets->vuforia engine-> import(these were my settings don't know if it changes from version to version)
Be careful and don't try to import it in middle of a project though apparently it needs to be initialized/imported at the start of the project to avoid dependencies. you can create your project later.

Vuforia & Unity: Build UWP Successfully but No Live Camera Feed (Black Screen)

Unity Version: Unity 2019.3.9f1
Vuforia Version: 9.0.12
The app works fine in unity editor, it builds and runs successfully without error but no camera feed (black screen). Can't seem to find up to date solutions online.
Updated the Vuforia version to 9.2.7 does not seem to solve the problem.
I don't think to check the "Vuforia Augmented Reality Supported" under the "XR Settings" is an option, because it's able to deprecate. Also Checking the "Windows Mixed Reality" plug-in under XR Plug-in Management didn't solve the problem.
I already checked the "InternetClient" and "WebCam" in the publish setting for UWP.
Do I need to change anything in ARCamera's "Open Vuforia Engine configuration"? Some solutions mention disabling the Vuforia play mode will help, but I can't seem to find the option anywhere.
Anyone encountered the same issue and find a solution? Thanks.
I don't have a current solution, but would like to share my experience working with vuforia, UWP.
I found that there are varying breaking versions of unity and vuforia's SDK.
The latest version may not necessarily work I had to trial and error before I found a compatible version, so you might want to try that out. perhaps a older version of either unity/vuforia in reference with https://library.vuforia.com/platform-support/supported-versions.html
And yeah, definitely run your "hello world" tests on the sample projects first.
Best of luck, it's a great SDK ,once you get it to work.

Why the integration of Flutter with Unity and AR Vuforia makes no object appears?

I want to integrate Flutter app with Unity and AR Vuforia. I tried to use library: flutter_unity_widget (https://pub.dev/packages/flutter_unity_widget).
When integrating Flutter app with Unity without Vuforia it works very well. But when I tried to use it with Vuforia … OK, I didn't get any error and I could build app, but when I tested it, it didn't show any object.
I did all the configuration with the library tutorial.
Maybe some of you integrated something like that?
Do you have any sample project with it?
You can check out this blog about "Building with Flutter + Unity (AR Experience Toolkit)" for unity.
And for AR Vuforia, it seems that support for this is not yet materialized as of this GitHub post. You can watch out for the updates there.
The same thing happened to me when I was testing on iOS, Android was OK
I went through all the steps, only that Vuforia didn't recognize anything. According to this issue Dataset Foo could not be loaded and cannot be activated, I dragged and dropped the data folder and Vuforia into the Runner.
And everything was working fine

Fallback Headset SDK being used in VRTK_SDKManager

I just reopened a VR project, for the HTC Vive, in Unity 5.5.0f3, after a 2 month hiatus, and upgraded VRTK and SteamVR to their latest.
When I run my project, I'm getting console errors, telling me
"Fallback Boundaries SDK is being used"
and
"Fallback Headset SDK being used"
and I should choose "
the GameObject with the VRTK_SDKManager"
and select them there.
Problem is that I'm relatively certain I have no VRTK_SDKManager used anywhere in my app.
Is this a new class or a new requirement?
Yes, VRTK release Version 3, updated package for 5.4.4 and 5.5.1 that contains VRTK_SDKManager Script. You should need to update the VRTK package but i will recommend you to stick with old if you don't have time cause maybe new update made enormous change (New features of VRTK 3).

Unity3d 5.5 Enable Vr for Cardboard

I'm almost new to Unity3D, I've watched this presentation of Unity evengelist made in February 2016:
https://www.youtube.com/watch?v=pK0ZD53gOoE
Evengelist said and showed that to bring project to VR you need to select one checkbox (Virtual Reality Supported). Now in 5.5 version just downloaded, when I select Virtual Reality Supported it says also "you must add at least one VR SDK", also after that checkbox selected when I click play scene, I do not see two eyes screen, just ordinary view. When last year I tried to make VR for Cardboard and loaded Cardboard SDK, scene view showed two screens to each eye in play mode.
So the question - how now make VR that works on Cardboard in Unity3d? Do I still need Cardboard SDK (I don't need magnet input support or similar, just stereo and head movement support)?
Added: I don't have Cardboard SDK option in Unity somehow:
According to Unity Blog, Cardboard support is exclusive to Android only. iOS Cardboard support will be added soon.
Do I still need Cardboard SDK
I don't think you need the SDK. This is now Native support for Cardboard. Although,you can still download the Cardboard SDK and Unity will automatically use it.
And here is how to enable Cardboard SDK in Unity 5.5.
Thanks Programmer for your answer, it helped me find what my issue was. However, I've spent literally all of my time over the past few days trying to get Google Cardboard and Unity setup, so I figured I can at least post my answer too.
One problem I initially ran into was that I was trying to use GVR Unity SDK v1.1. There are several bugs in this version, so I reverted back to the GVR Unity SDK v1.0.3. This can be downloaded from the github repo: https://codeload.github.com/googlevr/gvr-unity-sdk/zip/f391c2436426857899af1c37f0720b3985631eb3
Then, I ran into multiple problems just getting things to run on android, so I found that I have to use build tools version 24.0.1. This can be downloaded using the Android SDK Manager executable.
Lastly, the "cardboard" option wasn't appearing for me as part of the drop downs, just like in the picture posted by the asker. The problem was that I was using a regular version of Unity, when I needed to actually be using the technical preview. This can be downloaded from https://unity3d.com/partners/google/daydream, and I'm running Unity v5.4.2f2-GVR13.
Then the drop down "cardboard" appeared, and I was able to follow google's official instructions (https://developers.google.com/vr/unity/get-started) and get things set up.
I ended up installing the Unity 5.6 Beta and got my Cardboard app built quite simply using the EasyMovieTexture store asset, turning on VR in Player Settings and adding Google Cardboard. It is working great in IOS and Android. I am working on turning off the Google Overlay as my app toggles between Cardboard and a simple 360 view and that is a proving a challenge. It seems from what I have read Google does not want you to turn off their overlay. I might try to do this natively on IOS.