I have a prefab, a collectable item. Upon creation I set the type via script which changes the graphic and specs according to a database. If I create this over the network, I can only instantiate the prefab and can't pass it any data.
Is there any way to get the created object as a reference and tell it to do something? In this case, after creating the object have the host tell it what item type it is supposed to be?