suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
48 stars 11 forks source link

Auction House some errors #2545

Closed temel61 closed 2 weeks ago

temel61 commented 2 weeks ago

I have just updated AuctionHouse codes but I am having with some errors like ConfigManager and like these,

Assets\UnityMultiplayerARPG_AuctionHouse-main\Scripts\Networking\REST\AuctionRestClient.cs(18,88): error CS0117: 'GameInstance' does not contain a definition for 'AccessToken'

Assets\UnityMultiplayerARPG_AuctionHouse-main\Scripts\Networking\REST\AuctionRestClient.cs(18,101): error CS0103: The name 'BearerAuthHeaderSettings' does not exist in the current context

Assets\UnityMultiplayerARPG_AuctionHouse-main\Scripts\Networking\REST\AuctionRestClient.cs(49,114): error CS0103: The name 'ApiKeyAuthHeaderSettings' does not exist in the current context

Assets\UnityMultiplayerARPG_AuctionHouse-main\Scripts\Networking\BaseGameNetworkManager_AuctionHouse.cs(60,41): error CS0103: The name 'ConfigManager' does not exist in the current context

insthync commented 2 weeks ago

Please use the older version of auction house service or wait for a new version of the assets

temel61 commented 2 weeks ago

I do not have older version.Please can you share older version with me for V1.88?

insthync commented 2 weeks ago

https://github.com/suriyun-mmorpg/UnityMultiplayerARPG_AuctionHouse/commits/v1

temel61 commented 2 weeks ago

@insthync Thank you