Hi guys,
So during the challenge to try and fix this bug ourselves I felt I had fixed it by simply switching 2 lines around in my Start method on my base stats script. I noticed that we were calling to calculate level, which requires experience, before we were Getting our experience component. I tested it and not once did the bug happen.
Am I right to assume that this has in fact fixed the bug or was this just too simple thinking?