Update for Unity 2023

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Swing Wren
Posts: 31
Joined: Fri Apr 10, 2020 2:30 am

Update for Unity 2023

Post by Swing Wren »

I'm getting quite a few warnings in the new version of unity.
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Manager\DialogueSystemController.cs(557,84): warning CS0618: 'Object.FindObjectOfType<T>()' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
I'm fixing it myself now but just to notify :)
User avatar
Tony Li
Posts: 21680
Joined: Thu Jul 18, 2013 1:27 pm

Re: Update for Unity 2023

Post by Tony Li »

Hi,

This will be resolved in version 2.2.39.
LeeMcLane
Posts: 1
Joined: Thu Aug 24, 2023 7:35 am

Re: Update for Unity 2023

Post by LeeMcLane »

Is it resolved?
User avatar
Tony Li
Posts: 21680
Joined: Thu Jul 18, 2013 1:27 pm

Re: Update for Unity 2023

Post by Tony Li »

Yes, it's been resolved since 2.2.39, which came out shortly after Unity 2023 went into release.
Post Reply