-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to initialize Vuforia Engine #37
Comments
@juicycleff Waiting your response for this issue. |
Is there any explanation or solution for this?! @thomas-stockx |
I've never used this with Vuforia, only with AR Foundation (Unity's wrapper around ARCore and ARKit). According to the docs @juicycleff has had this working at some point, so he should know what's going on. |
I will take a look at it |
@juicycleff Thanks man |
It works for me :)
|
Thanks Piotrx, I'll add those steps in the README :) |
closed by 521c84f |
I get this problem not solved by the above answer, My first run on the app just runs fine, Here's my case,
*Not working
*Solution
I find out the vuforia or the unity itself requesting for Camera Permission in order to initiate, any way to fix this? Or disable the permission? Or something? Please help me on how to solve this, it's so annoying to ungrant the camera permission everytime i open the app |
any solutions? |
@qqmikey mine still not solved, the only thing i could do is just ungrant the camera permission of my app, open the app, then let the vuforia engine ask to turn it on again |
@slimmziy I am facing the exact same thing. Any update? |
Has a solution been found? |
I have made Unity Project with Vuforia and It is working in mobile by "Build and Run" in Unity Editor.
Now I am integrating same project in Flutter so I have exported project to flutter.
I am facing below issue:
I/Unity ( 3247): Vuforia.PlatformRuntimeInitialization:InitPlatform() I/Unity ( 3247): I/Unity ( 3247): (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35) I/Unity ( 3247): E/Unity ( 3247): **NullReferenceException: Object reference not set to an instance of an object.** E/Unity ( 3247): at **Vuforia.AndroidDatasets.AddExternalDatasetSearchDirs** () [0x00000] in <00000000000000000000000000000000>:0 E/Unity ( 3247): at Vuforia.PlatformRuntimeInitialization.InitPlatform () [0x00000] in <00000000000000000000000000000000>:0 E/Unity ( 3247): E/Unity ( 3247): (Filename: currently not available on il2cpp Line: -1) E/Unity ( 3247): I/Unity ( 3247): Initializing Vuforia Engine I/Unity ( 3247): UnityEngine.Logger:Log(LogType, Object) I/Unity ( 3247): Vuforia.VuforiaRuntime:InitVuforia()
Unity Export Folder : https://drive.google.com/open?id=1zipwU1nZchGI4BpytKbOU4juwtIHz3zH
Let me know if any more information is required.
The text was updated successfully, but these errors were encountered: