コード例 #1
0
 private AssetStoreOAuthInternal()
 {
     m_UserInfo         = new UserInfo();
     m_UserInfo.isValid = false;
     m_DoneCallbackList = new List <Action <UserInfo> >();
     m_AsyncHTTPClient  = new ASyncHTTPClientFactory();
 }
コード例 #2
0
 private AssetStoreRestAPIInternal()
 {
     m_AsyncHTTPClient = new ASyncHTTPClientFactory();
     m_Host            = UnityConnect.instance.GetConfigurationURL(CloudConfigUrl.CloudPackagesApi);
 }
コード例 #3
0
 private AssetStoreDownloadOperationInternal()
 {
     m_AsyncHTTPClient = new ASyncHTTPClientFactory();
 }
コード例 #4
0
            private AssetStoreDownloadOperationInternal()
            {
                m_AsyncHTTPClient = new ASyncHTTPClientFactory();

                m_DownloadInformations = new List <DownloadInformation>();
            }