Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question NavMeshSurface not accessible after importing package

Discussion in 'AI & Navigation Previews' started by aseelll, Aug 8, 2021.

  1. aseelll

    aseelll

    Joined:
    Dec 28, 2018
    Posts:
    2
    hi , so I'm trying to add a public NavMeshSurface variable to my class , I've imported the package and the components seem to be working just fine , and I've used the namespace UnityEngine.AI , yet the navmeshsurface component is not accessible
     
    Last edited: Aug 8, 2021
  2. mplantady_unity

    mplantady_unity

    Unity Technologies

    Joined:
    Jun 19, 2019
    Posts:
    49
    If the code where you are trying to use it is inside an Assembly Definition (AsmDef), you must add an Assembly Definition reference to Unity.AI.Navigation