private void Awake()
 {
     if (game != null)
     {
         Destroy(game);
     }
     else
     {
         game = this;
     }
     SkillPath.InitialiseSkillPaths();
 }