You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want to figure out what “Replicator GC Job” is.
What is the issue? Include screenshots / videos if possible!
Replicator GC Job is what popped up in microprofiler. I was debugging on mobile since my players have been dealing with a crazy FPS spike, mainly mobile players, and when it would happen, “Replicator GC Job” would basically spike up like crazy.
As you can see, its obvious that it is that when the spikes do occur, I just have no idea what Replicator GC Job is.
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Yes I tried to research what Replicator GC Job is, but I could not find any documentation about it, and I genuinely didn’t know where to post this, so I just posted it in scripting help.
I know for sure its probably a rendering thing, as on my own PC (is pretty high end) I get 0 spikes in game, but its mainly a problem for my mobile player base, and I barely just now did micro profile tests on mobile. If anyone knows exactly what Replicator GC Job is indicating, that’ll be great, as I would like to know what exactly it is.
It’s something related to garbage collection. I doubt it’s related to rendering - if you had GC running every frame, your game would be absolutley unplayable.
The game is definitely somewhat playable if mobile players are still playing, but they definitely do not have a good time thats for sure,
as the “spike” happens pretty common and consistent, and when it does happen, its always “Replicator GC Job”.
However, I do not experience any lag when I play on my PC, and ive asked my community, and its usually mobile players that are complaining about it lol.