Unknown Error

Hello all. I’m having a little issue, and I’m not sure exactly what the problem is. From time to time when I perform an action in the game I get an error saying:

“Abs(0.000000 - 1.997000) <= 0.016567”

I’m wondering if anyone knows what this error means or what some general causes of it are. The error doesn’t lead me to any of my code so I’m kind of at a loss as to what the problem is.

Thanks.

More details:

This is the entire post, I will be copying all information in the error window to here, and other then this, I’m not sure what else to give. I thought I had it all, that’s my mistake.

“Abs(0.000000 - 1.997000) <= 0.016567
1.997000 <= 0.016567
1.980433e+000 <= 0”

And below

“Assert in file: C:/BuildAgent/work/b0bcff80449a48aa/Runtime/Animation/AnimationState.cpp at line:311”

That’s pretty much all the information that I have, I’ll be looking at the stated file to see if I can figure anything out, but seeing as it’s one of Unity’s engine source files, I don’t feel too comfortable messing with it. Any help would be greatly appreciated.

We need more info then this , find what’s triggering it and someone might be able to help .

If you click on the error you get more information; what’s the name of the file that’s causing it? Can you provide a stack trace? even if it’s through Unity’s code it can point towards where to start looking in your own (based on what it’s doing).

I have updated the information in the original post to include the entire error, I can’t find the file that is associated with the error, I’m going to try rebuilding the scene, but if anyone has run across this before and has solved it, please let me know.