Search bar is apparently not missing (since if I click next to the Build dropdown, I can type and addressables are filtered as I type), but rather the buttons or references to the buttons that are part of the Addressables Group window are missing from the addressables packages as indicated by kloot above. Hopefully I’m not pointing out the obvious here. I’m running unity editor 2022.3.2f1
Hi,
I was just wondering if there are any workarounds anybody has found? Am very new to unity and doing the ‘loading and unloading a 360 video’ tutorial, I guess maybe running an older editor? I do apologise if this is a silly question, please feel free to ignore if so!
The search bar still exists, it’s just not visible.
The little arrow dropdown thing on the left also is still there, as you can click it if you know where it should be…
Would be nice to have a fix but I’m not holding my breath on this one.
In unity 2023.1.1 I get this error. However, it only happens one I open the window for the asset store plugin ‘advanced player prefs’. So there must be something in that window popup that is causing it. You can use that as a reference when trying to fix the issue.
private GUIStyle ToolbarSeachTextFieldPopup { get { return GetStyle(“ToolbarSeachTextFieldPopup”); } }
private GUIStyle ToolbarSeachCancelButton { get { return GetStyle(“ToolbarSeachCancelButton”); } }
As of this week we now find that this change has backported into newly release URP 2021.3.28
however, it was only changed URP and not changed in HDRP for the same Unity version.