Hello, I have looked all I can but cannot figure out how to efficiently network a pickup that is spawned 1k times on the server as randomly generated scales and position so that the size registers for the client.
As you can see, the host has the varying scales for the prefab though the client does not know that the scale has been modified from the original prefab. The prefab is registered using the drag and drop method on the network manager though I did try registering it in my code immediately following the scale modification. This resulted in the client freezing for a good couple minutes on connect and then spitting out 1k separate errors of apparently not being able to load the network object.
Any insight as to how to accomplish this would be appreciated.