Page 1 of 1
Text Animator issue
Posted: Thu Jan 11, 2024 6:09 pm
by gblekkenhorst
Hi Tony! Returning to a project after a long break and updating plug ins.
I'm trying to get Text Animator 2.1.0 running with Dialogue System 2.2.42.
Text Animator worked on its own fine, but I tried to install the third party support unitypackage so I could hook up the continue button, and now I'm getting a weird pile of errors that all seem to do with being unable to find the namespace or anything in it.
"The type or namespace name 'Febucci' could not be found "
Re: Text Animator issue
Posted: Thu Jan 11, 2024 7:04 pm
by Tony Li
Hi Gillian,
Did you import the updated Text Animator Support.unitypackage in DS version 2.2.42?
Re: Text Animator issue
Posted: Fri Jan 12, 2024 3:13 pm
by gblekkenhorst
Yes - I even deleted it and reimported it to make sure it's the newest one.
Re: Text Animator issue
Posted: Fri Jan 12, 2024 3:30 pm
by Tony Li
Are you using the Dialogue System's assembly definition files? If so, add Febucci.TextAnimator.Runtime to the DialogueSystem.asmdef's Assembly Definition References.
Re: Text Animator issue
Posted: Fri Jan 12, 2024 6:43 pm
by gblekkenhorst
That worked for most of them, this is the only one left:
Assets\Plugins\Pixel Crushers\Dialogue System\Third Party Support\Text Animator Support\Editor\TextAnimatorSubtitlePanelEditor.cs(10,52): error CS0246: The type or namespace name 'StandardUISubtitlePanelEditor' could not be found (are you missing a using directive or an assembly reference?)
Re: Text Animator issue
Posted: Fri Jan 12, 2024 7:16 pm
by Tony Li
Try moving this folder:
Assets\Plugins\Pixel Crushers\Dialogue System\Third Party Support\Text Animator Support
to:
Assets\Plugins\Pixel Crushers\Text Animator Support
I think that'll be the easiest way to get it working.
Re: Text Animator issue
Posted: Sun Dec 29, 2024 6:58 pm
by Yubaba
Sorry to necro but I just want to say that this folder move solution worked for me having installed the latest stuff in a fresh project. Thank you!
Re: Text Animator issue
Posted: Sun Dec 29, 2024 7:39 pm
by Tony Li
Good to know! I'll take a look and make sure the files are in the best places in the unitypackage in 2.2.51.