Search Unity

vuforia 7.5.20 Assets/Common/TrackableSettings.cs(45,42): error CS1061: 'StartExtendedTracking'

Discussion in 'Vuforia' started by Railon23, Oct 9, 2018.

  1. Railon23

    Railon23

    Joined:
    Jan 30, 2014
    Posts:
    32
    Hi,
    I just updated from 7.2.23 to 7.5.20 and the project is broken. There's a new "Common" folder which creates errors. How can I fix the errors like:
    Screenshot with errors:
    2018-10-09_vuforia-error.jpg

    Thanks
     
  2. pahe

    pahe

    Joined:
    May 10, 2011
    Posts:
    543
    I don't think that this folder with the script is coming with the Vuforia plugin. You're in an example project or your own project?
    The StartExtendedTracking method has been removed, so you can comment that line out.
     
  3. Railon23

    Railon23

    Joined:
    Jan 30, 2014
    Posts:
    32
    Thanks for the fast reply. The screenshot is from our own project, which was started a year ago. I just noticed that 7.5.20 was available and wanted to update.

    To verify I created a new empty project, activated AR support and added an ARCamera. I don't get the "Common" folder there. Not sure where it comes from, but it happened when updating vuforia to version 7.5.20.

    Before I also updated Unity from 2018.2.10f1 to 11f1. Will try to revert to a previous commit and go a different route.
     
  4. pahe

    pahe

    Joined:
    May 10, 2011
    Posts:
    543
    Maybe you can check your VCS where the files came from, so you get a better understanding why and when they were added.

    Good luck :)
     
  5. Railon23

    Railon23

    Joined:
    Jan 30, 2014
    Posts:
    32
    Commenting out helps to get the project working again.

    Will have a look where/when the files were added.
     
  6. Railon23

    Railon23

    Joined:
    Jan 30, 2014
    Posts:
    32
    @pahe,
    the "Common" folder was from the import of vuforia 6.2.10 last November. So I guess it's not really a bug, but the error(s) can pop up in older project which are updated.

    Cheers
     
    meedabit likes this.