Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

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.-