Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Steam 上的游戏有两个分支(测试版)——默认和 beta_test。我想显示游戏中的错误报告表,只有当有人在玩 beta_test 选择的分支时。是否可以从代码中确定当前设置了哪个分支?或任何其他方式,除了为每个分支上传不同的构建。
如果有人来这里寻找答案,我正在寻找 SteamApps.GetCurrentBetaName。我不知道我怎么会错过这个。