Generally
Master
PlayerApi can be get with
GetOwner()
because Master owns most of object, but currently 'InstanceOwner' PlayerApi cannot be get with easy way.
Looping and checking with
IsInstanceOwner()
may get who is InstanceOwner but it takes performance cost.
So we need
Networking.GetInstanceOwner()
to get InstanceOwner PlayerApi.