<?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[Unity3d request position at time]]></title><description><![CDATA[<p>Hi,</p>
<p>i have this situation when player click on some position on the ground, then he moves there (because server said so :D).<br />
I wish to know how to request this player current position when new player arrives, because right now, when new player appears then he see his final position instead of current position of this current moment. Please check the gif below.</p>
<p>Please explain me how to keep server updated of the players positions.<br />
I wish i dont have to spam server with actual current position's all the time.<br />
How to do that?</p>
<p><a href="https://imgur.com/kURuVuA" rel="nofollow">GIF HERE</a></p>
<p>Cheers!</p>
]]></description><link>http://discuss.colyseus.io/topic/21/unity3d-request-position-at-time</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 20:37:48 GMT</lastBuildDate><atom:link href="http://discuss.colyseus.io/topic/21.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Jan 2018 19:03:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unity3d request position at time on Wed, 10 Jan 2018 19:11:18 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>i have this situation when player click on some position on the ground, then he moves there (because server said so :D).<br />
I wish to know how to request this player current position when new player arrives, because right now, when new player appears then he see his final position instead of current position of this current moment. Please check the gif below.</p>
<p>Please explain me how to keep server updated of the players positions.<br />
I wish i dont have to spam server with actual current position's all the time.<br />
How to do that?</p>
<p><a href="https://imgur.com/kURuVuA" rel="nofollow">GIF HERE</a></p>
<p>Cheers!</p>
]]></description><link>http://discuss.colyseus.io/post/47</link><guid isPermaLink="true">http://discuss.colyseus.io/post/47</guid><dc:creator><![CDATA[halome]]></dc:creator><pubDate>Wed, 10 Jan 2018 19:11:18 GMT</pubDate></item><item><title><![CDATA[Reply to Unity3d request position at time on Invalid Date]]></title><description><![CDATA[<p>I'm totally new to Colyseus but I've worked on multiplayer games for a while, and here is my idea about your problem: server calculate, client do.</p>
<p>In your particular scenario, it should be step like these:</p>
<ul>
<li>Player clicked on location, Client send the action (clicked, [location]) to server</li>
<li>Server process, so at time 0.2s, player model will be at x, which direction like so, speed like so, send that information (0.2, [x], [dir],[speed]) to user</li>
<li>Client display those information, and wait for next move from server</li>
</ul>
<p>Then, no matter how many clients connected to your server, they will received the same game state</p>
]]></description><link>http://discuss.colyseus.io/post/48</link><guid isPermaLink="true">http://discuss.colyseus.io/post/48</guid><dc:creator><![CDATA[tng2903]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Unity3d request position at time on Invalid Date]]></title><description><![CDATA[<p>But i am using NevMashNavigator in Unity3D Client.</p>
<p>To do in the way you told me i should move that logic to the server and server should push the player forward in some direction, i am right?</p>
]]></description><link>http://discuss.colyseus.io/post/49</link><guid isPermaLink="true">http://discuss.colyseus.io/post/49</guid><dc:creator><![CDATA[halome]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Unity3d request position at time on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/16">@halome</a> Yup, do it like that you can raise the security bar of your game, if you want to use navagent, you should take a look at Unity headless master server :D</p>
]]></description><link>http://discuss.colyseus.io/post/50</link><guid isPermaLink="true">http://discuss.colyseus.io/post/50</guid><dc:creator><![CDATA[tng2903]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>