Nans found on Bounds for Primitive in HISM

Is there a reason you are testing with numbers as large as -27134358891693078478848.0? If you won’t end up needing to support numbers this big when you finish testing whatever you’re testing, you may want to constrain the random numbers you’re generating to a more reasonable range. If you are setting the object’s position or scale to values as large as -27134358891693078478848.0, then you are likely going to run into some issues with infinite numbers that are calculated using its position or scale (such as its bounds).