Demigiant / dotween

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

Verbose logging #579

Open cholushkin opened 2 years ago

cholushkin commented 2 years ago

I have following settings:

LogTypeOnCapture = None
Editor Report = false 
Safe Mode = true 

But i still have this message every time I stop the game:

DOTween's safe mode captured 16 errors. This is usually ok (it's what safe mode is there for) but if your game is encountering issues you should set Log Behaviour to Default in DOTween Utility Panel in order to get detailed warnings when an error is captured (consider that these errors are always on the user side).

In previos versions I didn't have such message. I consider safemode as a mode where you rely on DoTween in killing tweens. So you design your game in a way to let dotween take care of your running tweens. It is intentional behavior by design not an error. That's why it's such a pitty to see a message about errors every time I stop my game. And looks there is no way to disable it.

Thank you for your attention.