[Range(0.001f, 1)] [SerializeField] float period = 2f;
Although not the correct solution, I was surprised this was not mentioned?
[Range(0.001f, 1)] [SerializeField] float period = 2f;
Although not the correct solution, I was surprised this was not mentioned?
Awesome job pointing this out