Warnings in 2022 LTS

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
lgarczyn
Posts: 30
Joined: Fri May 05, 2023 5:28 am

Warnings in 2022 LTS

Post by lgarczyn »

I just upgraded to the new unity 2022 LTS version, and I started getting a lot of style warnings in the dialog editor:

Image

The dialog window doesn't seem to be affected

Image

Any idea why that might happen?
lgarczyn
Posts: 30
Joined: Fri May 05, 2023 5:28 am

Re: Warnings in 2022 LTS

Post by lgarczyn »

Looks like it's due to this issue, that's since been fixed https://github.com/Deadcows/MyBox/issues/120
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: Warnings in 2022 LTS

Post by Tony Li »

Yes, that's the issue. The Dialogue System Extras page has a patch. Up to Unity version 2022.3.0, Unity misspelled the resource ("Seach"), so that's what editor code had to use. In 2022.3.1, they changed the name of the resource ("Search"), so assets had to update their editor code. The patch uses conditional compilation to specify the correct resource name (Seach or Search) depending on the Unity version.
lgarczyn
Posts: 30
Joined: Fri May 05, 2023 5:28 am

Re: Warnings in 2022 LTS

Post by lgarczyn »

Thanks! Solved
Post Reply