Hello,
I'm getting large spikes with DispatchIncomingCommands due to FindObjectsOfType. I've been looking at the Photon optimisation tips which suggests SendMonoMessageTargets but SendMonoMessage isn't being called.
I believe this is from RPC's.
Is there anything else I can do to stop FindObjectsOfType being called in this way?
![]()
I'm using Unity 5.6.3p4 with PUN v.1.88
Many thanks,
Neil
I'm getting large spikes with DispatchIncomingCommands due to FindObjectsOfType. I've been looking at the Photon optimisation tips which suggests SendMonoMessageTargets but SendMonoMessage isn't being called.
I believe this is from RPC's.
Is there anything else I can do to stop FindObjectsOfType being called in this way?
I'm using Unity 5.6.3p4 with PUN v.1.88
Many thanks,
Neil