<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unity Client Broken? (SOLVED)]]></title><description><![CDATA[<p>Just a head's up. It would seem like the Unity sample you've provided is broken. When room.Send() get's called, room returns null.</p>
<p>Upon further checking, it would seem that I am unable to join a room and that the OnRoomJoined callback is never called. Is there anything on the server side that I need to insure is running?</p>
]]></description><link>http://discuss.colyseus.io/topic/38/unity-client-broken-solved</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 09:03:04 GMT</lastBuildDate><atom:link href="http://discuss.colyseus.io/topic/38.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Feb 2018 14:45:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unity Client Broken? (SOLVED) on Fri, 16 Mar 2018 17:03:31 GMT]]></title><description><![CDATA[<p>Just a head's up. It would seem like the Unity sample you've provided is broken. When room.Send() get's called, room returns null.</p>
<p>Upon further checking, it would seem that I am unable to join a room and that the OnRoomJoined callback is never called. Is there anything on the server side that I need to insure is running?</p>
]]></description><link>http://discuss.colyseus.io/post/118</link><guid isPermaLink="true">http://discuss.colyseus.io/post/118</guid><dc:creator><![CDATA[talothman]]></dc:creator><pubDate>Fri, 16 Mar 2018 17:03:31 GMT</pubDate></item><item><title><![CDATA[Reply to Unity Client Broken? (SOLVED) on Invalid Date]]></title><description><![CDATA[<p>Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/32">@talothman</a>, I've just tried it out and it seems to be working fine.</p>
<p>Are you running the &quot;demo server&quot; locally? <a href="https://github.com/gamestdio/colyseus-unity3d#running-the-demo-server" rel="nofollow">https://github.com/gamestdio/colyseus-unity3d#running-the-demo-server</a></p>
<p>If you still have an error after having the demo server running, could you provide the stack trace?</p>
<p>Cheers</p>
]]></description><link>http://discuss.colyseus.io/post/119</link><guid isPermaLink="true">http://discuss.colyseus.io/post/119</guid><dc:creator><![CDATA[endel]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Unity Client Broken? (SOLVED) on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/1">@endel</a> Apologies. Was running the server in your main repo. :/</p>
]]></description><link>http://discuss.colyseus.io/post/120</link><guid isPermaLink="true">http://discuss.colyseus.io/post/120</guid><dc:creator><![CDATA[talothman]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Unity Client Broken? (SOLVED) on Tue, 27 Feb 2018 19:07:02 GMT]]></title><description><![CDATA[<p>Small other issue in the Unity client.</p>
<p>It would seem that connecting two Unity clients generates an ArgumentException caused by the server giving the two clients the same ID. When attempting to connect another client, the local table that keeps track of existing players refuses to add the new client seeing as it's key already exists in the table. Any ideas why this is happening?</p>
]]></description><link>http://discuss.colyseus.io/post/121</link><guid isPermaLink="true">http://discuss.colyseus.io/post/121</guid><dc:creator><![CDATA[talothman]]></dc:creator><pubDate>Tue, 27 Feb 2018 19:07:02 GMT</pubDate></item><item><title><![CDATA[Reply to Unity Client Broken? (SOLVED) on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/32">@talothman</a> I had a similar issue. I realized that the client is trying to instantiate the player twice. Add this to the top of your OnPlayerChange in the &quot;add&quot; opratin:</p>
<p><code>if (players.ContainsKey(changePathId)) { 				return; 			}</code></p>
]]></description><link>http://discuss.colyseus.io/post/138</link><guid isPermaLink="true">http://discuss.colyseus.io/post/138</guid><dc:creator><![CDATA[diericx]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>