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.

Entity debugger is missing on the Window menu

Discussion in '2018.3 Beta' started by georgeq, Sep 12, 2018.

  1. georgeq

    georgeq

    Joined:
    Mar 5, 2014
    Posts:
    640
    edebugmis.png

    As you can see I have the Entities package installed, however I don't see the Entity Debugger
     
  2. Fabrice_Lete

    Fabrice_Lete

    Unity Technologies

    Joined:
    May 5, 2018
    Posts:
    47
    A compilation error slipped in when using Scripting Runtime 4.x and Api Level 2.x, you can fix that by switching your project to Api Level 4.x in Player Settings.

    Thanks for reporting the issue!
     
  3. georgeq

    georgeq

    Joined:
    Mar 5, 2014
    Posts:
    640
    Thanks!