I've been sifting through forums and the like for a few days now and haven't found an answer yet. I'm using unity 2018.3.2 to build. It worked correctly up until I pulled the 8.0 update from the vuforia site like the vuforia configuration file told me. After that I can't seam to get it to build due to the compiler issues in the image.
I've deleted the whole vuforia file to pull fresh from unity.
I've deleted the version of unity and reinstalled to bring in vuforia at that point
I've tried the update on version all the way back to 2017.4
Is there somewhere I can get the 7.5 build again of vuforia or someone to assist an artist on what to do to fix these issues.
Attachment | Size |
---|---|
![]() | 52.62 KB |
Hi,
Vuforia 8 have some few more scripts files than the 7.5, check \Assets\Vuforia\Scripts folder for DefaultModelRecoEventHandler.cs
(should not be present in 7.5)
Also check inside Editor folder \Assets\Vuforia\Editor\Scripts for OpenSourceInitializer.cs
if your downgrade to 7.5 replace with the old one
Regards