protected override void Awake()
 {
     script = PythonScript.CreateFromFile(filePath);
     base.Awake();
 }