"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Updated Unity.. Now Vuforia Doesn't Build

Hi all,

 

I was running 2018.3.8 last week and updated to Vuforia 8.7 without any issues.  However I updated to Unity 2018.3.9 this morning and for some reason my Vuforia will no longer build the app.  This is the error I'm getting in the compiler.  It was running normally until I decided to build and run.  Now everything seems to be broken.

 

Assets\Vuforia\Scripts\Internal\RuntimeOpenSourceInitializer.cs(42,37): error CS0246: The type or namespace name 'IUnityRenderPipeline' could not be found (are you missing a using directive or an assembly reference?)

 

I can't run my application anymore now that this error is present.  It takes me to a script in the Vuforia Scripts folder and when I select that script it says there's "No MonoBehaviour" Scripts in the file (in the inspector)...  It's referencing Error Code: CS0246 if that helps.

 

So I'm confused because it was working normally until I tried to build the app.  Now it's not letting me run anything from the editor because it's saying there's a compiler issue with the Vuforia script.

 

Anyone have any advice?  Thanks in Advance.

 

T.

pmessenger

Tue, 03/26/2019 - 14:36

Make sure you have the newest version of the extension, which is 8.1.7 (your screenshot says 7.1.x). If you upgraded Vuforia via the installer popup, you'll have to apply the installer to the new version of Unity too, otherwise the included version will not be the same.

The popup you received was to upgrade the Vuforia resources folder. The issue you have now is that the version of Vuforia extension is lower than the Vuforia resources that you have in your project.

Attachment