So the way I did it seemed to work, no errors, but it led me down a path of reading about comparing int 0 vs float 0, quite interesting stuff I might say! Here’s a couple links: StackOverflow || GoodOl’Google
What I did at first was to replace the 0 value with my chosen default value if 0 became the period value. I did replace the int 0 with Mathf.Epsilon and all still seems to be well! A good bit of learning from this lecture, though.
