Inheritance: MonoBehaviour
 void Start()
 {
     instance = this;
     StartCoroutine(LoadHotFixAssembly());
 }