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.