Page 1 of 1

Update for Unity 2023

Posted: Wed Jun 21, 2023 6:40 am
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 :)

Re: Update for Unity 2023

Posted: Wed Jun 21, 2023 7:56 am
by Tony Li
Hi,

This will be resolved in version 2.2.39.

Re: Update for Unity 2023

Posted: Thu Aug 24, 2023 8:59 am
by LeeMcLane
Is it resolved?

Re: Update for Unity 2023

Posted: Thu Aug 24, 2023 9:03 am
by Tony Li
Yes, it's been resolved since 2.2.39, which came out shortly after Unity 2023 went into release.