public void StartLoad()
 {
     AssetsUtil.GetAssetAsync <TextAsset>(AssetPath, HandleAsset, OnLoadAssetError);
 }