[SetHearthstone-vUnknown(error)]: The 'Y' attribute's value (saw '-2645.225') is not on the closed interval [0..1.79769313486232E+308].
[SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsDouble' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<double>("Z", True, new ConstrainTo.Domain<double>(0, 1.79769313486232E+308), null)
[SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsString' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAs<string>("Name", False, null, null)
Getting that error. What do I do?