You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Unity 6000.0.4f1, and it seems like Unity introduced a new bug for imgui because debugger was fine when I was checking it out at 2022.3.X versions.
A temporary fix I found is either setting wordWrap to false or adding some kind of offset to rect.width in MultiColumnTreeView.cs, I was gonna make a pr but don;t know if there is a better way to fix it so I did not :D
The text was updated successfully, but these errors were encountered:
I am using Unity 6000.0.4f1, and it seems like Unity introduced a new bug for imgui because debugger was fine when I was checking it out at 2022.3.X versions.
A temporary fix I found is either setting wordWrap to false or adding some kind of offset to rect.width in MultiColumnTreeView.cs, I was gonna make a pr but don;t know if there is a better way to fix it so I did not :D
The text was updated successfully, but these errors were encountered: