Search Unity

Error Import NavMeshComponent in Unity 2018.1.3f1

Discussion in 'Navigation' started by ftejada, Nov 21, 2018.

  1. ftejada

    ftejada

    Joined:
    Jul 1, 2015
    Posts:
    695
    Hi all!

    I'm trying to import into an empty project the NavMeshComponent that says in the video tutorials esde Gihub. Unity version 2018.1.3f1

    When I import the folder Assets-> NavMeshComponents I get the following error by console:
    Assets/NavMeshComponents/Scripts/NavMeshSurface.cs(376,52): error CS0117: `UnityEditor.PrefabUtility' does not contain a definition for `GetCorrespondingObjectFromSource'

    I have tried with the version of Unity 2018.2.0 and everything works perfect, but with version 2018.1.3f1 it fails.

    Does anybody know how I can fix it?

    regards
     
  2. matteatsmochi

    matteatsmochi

    Joined:
    Aug 2, 2018
    Posts:
    6
    isn't this because they've updated prefabs in 2018? i dont know the solution tho
     
  3. ftejada

    ftejada

    Joined:
    Jul 1, 2015
    Posts:
    695
    I do not know. But it does not seem that the problem is because of what you say since with Unity 2018.1.3f1 it gives me the problem when importing and with Unity 2018.2.0 The problem does not occur ...
    Anyway, even for that, I need to know how I can fix it

    But I need to use it in the version of Unity 2018.1.3f1

    regards
     
  4. ftejada

    ftejada

    Joined:
    Jul 1, 2015
    Posts:
    695
    Does someone know how to solve this problem :(?

    Regards