AddressablesGroupWindow missing styles in 2022.3.1

After upgrading to 2022.3.1, missing style errors are output opening the groups window

Missing built-in guistyle ToolbarSeachCancelButtonEmpty
Missing built-in guistyle ToolbarSeachCancelButton
Missing built-in guistyle ToolbarSeachTextFieldPopup

Search bar is now missing as a result:

Looks like they shot themselves in the foot. The typo has been fixed as a breaking change. It’s now “Search”, not “Seach”.

Oops :smile:
Let’s hope these packages gets updated ASAP…

Ah - yes, we’ll get on that. Thanks for the heads up.

Cool, the Input System package has the same problem - throws a warning rather than an error tho.

The new version 2022.3.2f1 has already been released, but there are no fixes. Can you please provide the ticket number to track issue?

I suspect it’s the Addressables and Input System packages (among others) that needs to be updated rather than the Unity editor itself.

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!

I encountered this bug too. :frowning:

Same on 2022.3.3f1.

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 2023.1.2.f1 we have the same problem. I think the bug is present in all versions.

2022.3.2f1 LTS same problem

2022.3.4f1 LTS same problem

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”); } }

When this will be fixed?

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.

ToolbarSeach

changed into

ToolbarSearch

Any updates? This was reported here a month ago.

Hi all thanks for your patience! This will be fixed in the next Addressables package release (1.21.15).

Nice, do you know if the fix for the Input System package is due soon to? The “Listen” button is (almost) non visible at the moment.