Hello,
I'm building a game for mobile where I do use a pooling technique to spawn dyanmic object during the gameplay.
As suggested by TNet tutorial , I need to replace the instantiate function with TNManager.Create function, so what will happen with pooling at this time?
Or is there any confilict between pooling mechanism and creating objects for networking?
Thanks