How can I find / memorize in Unity(2d) multiplayer the player who instantiated a given object? For example if I have a shooting game and players can instantiate bullets and I want to find out a bullet owner, how can I do it? Thanks
p.s. For multiplayer server I use UnityEngine.Networking (not Photon).