[Bug] Layout issue

Forums 💬 FlowCanvas ⚙️ Support [Bug] Layout issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12354
    emre2345
    Participant

      I’ve a layout issue with the graphs whenever i open a window of Remote Config or Addressable Assets. These are the packages, that causes the problem, i’ve seen so far. There might be other packages as well. I attached some examples.

       

      #12360
      Gavalakis
      Keymaster

        Oh. That looks awful 😛
        Does it only happen after you open said other assets editor? If so it looks like those assets modify the native Unity GUI.
        Can you please try this:

        – Open up GraphEditor.cs file.
        – Find the ‘OnGUI’ function around line #444
        – Add this line of code at the very start of the function GUI.skin = null;.

        Please let me know if that fixes the issue you are having.
        Thank you.

        #12359
        emre2345
        Participant

          Hey,

          Thanks for the reply. I added the line you mentioned. Unfortunately it didn’t solve the problem.

          It’s been taken sometime as i couldn’t reproduced the problem consistently.

          #12358
          Gavalakis
          Keymaster

            Hello and sorry for the late reply. I really think that the GUI implemented in these other windows you open when this happens mesh up the native Unity gui big time. Does this happen for you when opening any other editor windows (Unity or not)?

            Thank you.

            #12357
            emre2345
            Participant

              Hello, sorry the late reply as well 🙂

              I experience this problem from time to time when i open either Remote Config window or the Addressables window. These’re the windows of unity packages. I didn’t experience this problem with any other plugin window that i downloaded from Asset Store.

              #12356
              emre2345
              Participant

                I was able to reproduce the problem with:

                1. Create a project with FC and remote config package of Unity

                2. Open remote config window

                3. Close unity while the remote config window is open

                4. Reopen the project and graphs are messed up.

                 

                This seems to be repeating on my end. I’ve a custom layout for me 2-screen computer setup.

                #12355
                Gavalakis
                Keymaster

                  Hmm. Thanks for letting me know.
                  If this only happens with this specific package then there definitely has to be something in that package that messes up the GUI. I will take a look to see what this could be.

                Viewing 7 posts - 1 through 7 (of 7 total)
                • You must be logged in to reply to this topic.