Stack overflow error

I’m getting a stack overflow error and am not sure why.

When I double click the error in the console it takes me to a script called “CoroutineTween.cs” and the line is “m_Target.Invoke(newColor);”.

I’ve googled these and found the script on GitHub. I’m not sure why it’s in my Visual Studio as I didn’t add it. I’m a solo dev with my own computer so no one else could have done it.

I’ve no clue what this means or what code to show yourselves.

Does anyone know what this could relate to?

Can you add the script and error you are getting to this topic?

did you install a tween package like dotween, hotween? whatever

No I didn’t install anything, I don’t even know what those are.

I seem to have found the issue.

I had 4 toggles in my options menu. I got rid of them and now the error has disappeared. I’m not sure what the issue is, I didn’t do anything special when I added them via the UI option in the hierarchy except delete their text labels and stretch the checkmark to fill the whole box.

well, the “tween” things are used to help animate and are on the asset store

I’ve never downloaded anything from the asset store. I don’t get where the script could have come from. But as I said the issue seems to be fixed once I deleted the toggles.