How do you check who has thrown a throwable item?

Hey guys, we have a use case where we want to detect who has thrown a particular object when it collides against a particular trigger. As far as we know, the master client spawns the thrown item every time, so checking its PhotonView for the owner and creator doesn't work on other clients' end.
 
Top