#ChampmoveSystem doesn't seem to be running on the server

1 messages · Page 1 of 1 (latest)

indigo knot
#

ChampmoveSystem doesn't seem to be running on the server and makes my character unable to move but can rotate, I've been searching it for a while but I still don't know how to fix it, can someone help me?
#archived-networking message

carmine mica
#

Open Systems window. Select server world. Find system in question. Look at queries. Open each query search window by button and see if the entities required exist on server.

indigo knot
indigo knot
carmine mica
indigo knot
#

i'm sorry
I'm not sure if I'm doing exactly what you say notlikethis

carmine mica
#

You see that you system has two queries. From the query tab you see the two queries are with components { LocalTransform, ChampMoveTargetPosition, CharacterMoveSpeed, Simuilate } and one with {OwnerChampTag}. In the relationships tab you see that the first query has a matching entity, and the second doesn't.

#

Going back at your code, you can see that you've put the OwnerChampTag component as required for the system to run. Which is why it is turning up as a seperate query, and isn't fufilled on server by previous statement.