Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.3k stars 346 forks source link

DOTweenModuleEPOOutline.cs The type or namespace name 'Outlinable' could not be found #619

Open olivermarshall2 opened 1 year ago

olivermarshall2 commented 1 year ago

Hi I've just had cause to rebuild my Library folder and I get these errors from DoTween when I next load the project.

Assets\Plugins\Demigiant\DOTween\Modules\DOTweenModuleEPOOutline.cs(68,82): error CS0246: The type or namespace name 'SerializedPass' could not be found (are you missing a using directive or an assembly reference?) Assets\Plugins\Demigiant\DOTween\Modules\DOTweenModuleEPOOutline.cs(108,80): error CS0246: The type or namespace name 'Outlinable' could not be found (are you missing a using directive or an assembly reference?)

And many others.

I do have EPO Outline installed but the addin in the DoTween setup isn't ticked. I've tried ticking and unticking but DoTween still shows these errors. Also updated DoTween to v1.2.705 and Pro to v1.0.335.

This is in Unity 2022.2.2f1

Any ideas how to resolve this?

Olly

Demigiant commented 1 year ago

Ahoy!

It's very weird that with the EPO feature unticked this still happens. I checked and nothing's wrong there (the modules enabling/disabling has always worked correctly). Some questions about this: is it possible that you have multiple copies of DOTween/Pro in the same project? Could you try removing DOTween+Pro completely and reimporting it?

About the EPO Outline errors... What version of EPO are you using? A year or so ago the author sent me an API update to implement, so maybe you're on an older version that doesn't have those classes?

Let me know and sorry for the issue, Daniele

olivermarshall2 commented 1 year ago

Hi Daniele

I think I've fixed it by removing the ASMDEV feature of DOTween. This then gave me errors in some example scripts in EPO, but I just deleted those example scenes and folders.

With the ASMDEV feature, I get EPO errors whether the EPO integration is ticked or not. Very odd.

Mchapuis commented 1 year ago

I have the same issue when I build for WebGL

sadiqhusaini commented 1 year ago

Dear @Demigiant team,

I hope this message finds you well. I am writing to bring to your attention an issue we are encountering on the iOS platform. Our current setup involves utilizing the latest versions of Dotween Pro and Easy Outline.

Specifically, we are experiencing difficulties and require your assistance in resolving this matter. It would be greatly appreciated if you could provide guidance or support to help us overcome this challenge.

Thank you for your attention to this matter, and we eagerly await your prompt response. It's the same error as mentioned in the main message.

SherryGuo8023 commented 3 weeks ago

I have the same issue