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
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

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:
    662
    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:
    55
    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:
    662
    Thanks!