/// <a href="http://bit.ly/2QR9q42">Called when an asset is loaded and enabled. Used to ensure the custom asset does not leave memory prematurely and to load it if persistent</a> protected override void OnEnable() { base.OnEnable(); polling?.Initialise(this); }