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.

Hololens - NavMesh Features Experimental error on build

Discussion in 'AI & Navigation Previews' started by Onsterion, May 8, 2017.

  1. Onsterion

    Onsterion

    Joined:
    Feb 21, 2014
    Posts:
    215
    Hi,

    I tried to build a Hololens App but i have this errors:

    Code (CSharp):
    1. Assets\[UnityTool]\NavMesh\Tests\NavMeshSurfaceAgentTests.cs(3,19): error CS0234: The type or namespace name 'TestTools' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
    2.  
    Code (CSharp):
    1. Assets\[UnityTool]\NavMesh\Tests\NavMeshSurfaceAgentTests.cs(64,6): error CS0246: The type or namespace name 'UnityTestAttribute' could not be found (are you missing a using directive or an assembly reference?)
    2.  

    Any suggestion?



    Greetings.-