During test, circle speed of each circle was different. I could see the difference of speed particulary when my gaze go inside the circle or not.
So I check the code and the problem are from script CircleLife.cs. When program is running, before apply an effect on red circle, speed of circle was reset.
Now, circle speed is always the same one, is constant. To do this, just need to delete the reset of circle speed.
During test, circle speed of each circle was different. I could see the difference of speed particulary when my gaze go inside the circle or not. So I check the code and the problem are from script
CircleLife.cs
. When program is running, before apply an effect on red circle, speed of circle was reset.Now, circle speed is always the same one, is constant. To do this, just need to delete the reset of circle speed.
This pull request resolve the issur #19 .