Quantcast
Channel: Unity Forum
Viewing all articles
Browse latest Browse all 1466670

Commands system updated twice per tick?

$
0
0
I was seeing some weird behaviour related to my commands, and I ended up attributing this weird behaviour to the fact that the system that handles commands in my game seems to be run twice for every tick. That means this code:
Code (CSharp):
  1.     [UpdateInGroup(typeof(GhostInputSystemGroup))]
  2.     [AlwaysSynchronizeSystem]
  3.     public class OnlineFPSPlayerCommandsSystem : SystemBase
  4.     {
  5.         ClientSimulationSystemGroup ClientSimulationSystemGroup;
  6.  
  7.         protected override...

Commands system updated twice per tick?

Viewing all articles
Browse latest Browse all 1466670

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>