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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Other Disabled inspector debug mode to change script?

Discussion in '2023.1 Beta' started by castor76, Feb 27, 2023.

  1. castor76

    castor76

    Joined:
    Dec 5, 2011
    Posts:
    2,512
    I know my previous post has been closed because this issue was not only related to beta, but recently I have tried the workaround posted under the link:

    https://forum.unity.com/threads/reg...onger-allows-to-swap-script-in-14760.1327080/

    where you change the option for how Unity is handling the default inspector UI drawing to the old ways, was working for Unity 2023.1b4 but it is not working since 2023.1b5

    So I am writing here again, just in case it is specific to 2023.1b5 version change so Unity can check it out.
    Does anyone having the same issue as me using 2023.1b5?

    Just in case to add detail to the actual problem,

    When you have debug mode on for inspector, you used to be able to change script on the component but it was disabled by default for Unity 2023, then I found work around by using option in Unity Project Setting to let Unity use old way to draw GUI and that work around was working till Unity 2023.1b4 but even that work around seems to not work for Unity 2023.1b5
     
  2. adamgolden

    adamgolden

    Joined:
    Jun 17, 2019
    Posts:
    1,513
    I'm using 2023.1.0b5 for one of my projects and it's working for me (re-confirmed before replying). Windows 10.
     
  3. castor76

    castor76

    Joined:
    Dec 5, 2011
    Posts:
    2,512
    upload_2023-3-3_13-31-18.png

    Using 2023.1.b6, it still is not working.. :( You can see that the script field is disabled even with Use IMGUI Default Inspector option
     
  4. castor76

    castor76

    Joined:
    Dec 5, 2011
    Posts:
    2,512
    Just tried b7 and it seems to work again!
     
    Prodigga and adamgolden like this.