英文:
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?
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论