Nans found on Bounds for Primitive in HISM

Typically when I have gotten this error before, it has been because I was setting either the position, rotation, or scale of the object to some vector / rotation that had NaN in it. Check every place in your code where you affect the object’s transform and make sure you aren’t accidentally setting any part of it to NaN anywhere.