Steam游戏内物品的激活码

huangapple go评论88阅读模式
英文:

Steam Key for in game Items

问题

我正在开发一个Unity游戏,并寻求集成Steam密钥激活以获取游戏内物品。这是否可行,如果是,那么需要从游戏所有者获取什么样的访问权限来实现这个功能?

我在确定在Unity游戏中实施Steam密钥激活所需的访问权限方面遇到了困难,因为我目前没有任何对游戏的访问权限。您能否就我应该从游戏所有者请求哪种类型的访问权限提供建议?

英文:

I am developing a game in Unity and am seeking to integrate Steam key activation for in-game items. Is this feasible, and if so, what kind of access from the game owner would be required to implement this functionality?

Steam游戏内物品的激活码

I am facing difficulty in determining the necessary access required to implement Steam key activation in a Unity game as I currently do not have any access to the game. Could you please advise on the type of access I should request from the game owner?

答案1

得分: 2

需要访问Steam的后台来生成密钥,然后需要在游戏中编程与Steam的API连接,以查看这些密钥是否已被兑换。

Steam必须已经记录了游戏的信息,所以在获得Steam开发者帐户批准后,您必须已经支付了创建游戏记录的费用。然后,请参考Steam开发者文档,了解如何生成密钥并集成API。

英文:

You need access to Steam's back-end to generate the keys, and then you need to program a connection with Steam's API into the game to look up whether those keys have been redeemed or not.

Steam has to have a record of the game already, so you have to have already paid the fee to create the game record after your Steam developer account is approved. Then refer to the Steam Developer docs regarding how to generate keys and integrate the API.

huangapple
  • 本文由 发表于 2023年2月6日 19:41:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/75360851.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定