playMaker

Author Topic: Unable to find style 'ToolbarSeachTextFieldPopup' in skin 'DarkSkin'Used[solved]  (Read 6991 times)

yeying

  • Playmaker Newbie
  • *
  • Posts: 2
The following warning appears whenever I use playemaker

Unable to find style 'ToolbarSeachTextFieldPopup' in skin 'DarkSkin' Used
Unable to find style 'ToolbarSeachCancelButton' in skin 'DarkSkin' Used
Unable to find style 'ToolbarSeachCancelButtonEmpty' in skin 'DarkSkin' Used

unity2022.3.8f1
plugins playmaker new Inputsystem


Can anyone help me with this problem
 thanks
« Last Edit: September 02, 2023, 09:45:46 AM by yeying »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Unable to find style 'ToolbarSeachTextFieldPopup' in skin 'DarkSkin' Used
« Reply #1 on: September 02, 2023, 09:02:07 AM »
Hi.
It will probably be updated in the next patch.

It does not break anything, just so you know :)

rjdrag

  • Playmaker Newbie
  • *
  • Posts: 6
Hey, I'm getting red text in the action search bar and major slowdowns with a popup saying "FsmActionWindow.Repaint."  I'm wondering if these issues are related to the warning:

"Unable to find style 'ToolbarSeachTextFieldPopup' in skin 'DarkSkin' Layout"

These "freezes" seem to increase in frequency and length the longer I use Unity and reset after restarting Unity. 

I'm a forum noob, so let me know if I need to move this topic elsewhere.

Nairobiette

  • Playmaker Newbie
  • *
  • Posts: 4
Got the same problem here, pretty inconveniant, lotta slows and unity crash & interface bugs. It's here since the last playmaker version, so June. Really need a fix please.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
this warnings can not crash unity

matthutton

  • Playmaker Newbie
  • *
  • Posts: 21
Is this what causes the search string to be red? Would be nice to fix this.

Maxi

  • Playmaker Newbie
  • *
  • Posts: 41
Honestly I thought the red search bar is on purpose... I find it quite useable to visually discern your search from the rest for the window.

savannah199x

  • Playmaker Newbie
  • *
  • Posts: 1
The following warning appears whenever I use playemaker
Unable to find style 'ToolbarSeachTextFieldPopup' in skin 'DarkSkin' Used
Unable to find style 'ToolbarSeachCancelButton' in skin 'DarkSkin' Used
Unable to find style 'ToolbarSeachCancelButtonEmpty' in skin 'DarkSkin' Used

unity2022.3.8f1
plugins playmaker new Inputsystem


Can anyone help me with this problem
 thanks

I suggest upgrading Unity to a more recent version (past 2022.3.4f1) as the bug might have been completely fixed in later releases.

DonaldRandolph

  • Playmaker Newbie
  • *
  • Posts: 2
Have you fixed it?

Christoph

  • Beta Group
  • Sr. Member
  • *
  • Posts: 254
Still a thing, I actually wasn't aware it had to do with playmaker. Thought it was a Unity 2022 thing...

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
What version of Playmaker are you using? This should be fixed in 1.9.8.

Unity had a typo in some of their styles: ToolbarSeach instead of ToolbarSearch.
It was that way for 15 years and then they decided to "fix" it, breaking any tools that used the name with the typo. I was hoping they would "fix" it again by adding a duplicate style to restore the typo version, but I'm not sure if they will do this. Either way you shouldn't get the error in 1.9.8. If you still get it let me know!

ElijahJefferson

  • Playmaker Newbie
  • *
  • Posts: 1
Ok, thanks I will keep it in my mind.

joxey

  • Playmaker Newbie
  • *
  • Posts: 1
This code snippet checks the Unity version and defines toolbarSearchField with the correct style name. If you’re using Unity version 2022.3.8f, you should replace “ToolbarSeachTextField” with “ToolbarSearchTextField” in your scripts. Additionally, it’s been reported that this issue has been fixed in the Input System package version 1.6.3. So, updating the Input System package to version 1.6.3 or newer might also resolve the problem.