回合制多人骨架演示应用程序骨架、应用程序、演示、制多人

2023-09-03 23:27:01 作者:太深刻i

我想获得回合制多人的工作演示程序,我有一个问题。

I'm trying to get the demo app for turn based multiplayer working and I'm having an issue.

我有code编译和运行,但我得到这个错误任何时候我想真正连接或创建一个游戏。

I have the code compiling and running but I'm getting this error any time I'm trying to actually connect to or create a game.

DrawingActivity(13235):没得警告或字符串处理:6003

DrawingActivity(13235): Did not have warning or string to deal with: 6003

这是错误code相当于此

That error code corresponds to this

公共静态最终诠释STATUS_MULTIPLAYER_DISABLED = 6003;

public static final int STATUS_MULTIPLAYER_DISABLED = 6003;

尽管在我的应用程序,我有它设置正确

Even though under my app I have it set correctly

我也注意到没有对回合制多人游戏在开发控制台这更可能是什么原因造成这个问题的一个选项。任何帮助或确认,这是一个问题将是非常美联社preciated。

I did notice there isn't an option for turn based multiplayer in the development console which is more than likely what is causing this issue. Any help or confirmation that this is an issue would be really appreciated.

谢谢!

推荐答案

如果你出去了应用程序控制台,在多人游戏设置,现在的回合制多人游戏的设置,正上方的实时多人。尝试设置为ON,看看你的问题是否得到解决。

If you go out to the app console, under MULTIPLAYER SETTINGS, there is now a setting for Turn-based multiplayer, right above Real-time multiplayer. Try setting that to ON and see if your problem is resolved.