/* * get app manifest. */ void Start() { appManifestParams = Autoya.Manifest_GetAppManifest(); foreach (var man in appManifestParams) { Debug.Log("key:" + man.Key + " val:" + man.Value); } }