Hi
Hoping somebody could help me with this problem.
I've added bluetooth for multiplayer, actually just a simple server one client setup.
I now have both players able to move about in a level. I really struggled with that :)
My problem is this: When a player collects a coin, that coin should dissapear on both devices.
When I collect a coin on my device, how do I get that coins identity? I need to send that coins identity to the other device so that it can be removed.
I thought maybe gameObject.hashCode() would work but it seams to be different on both devices.
I'm quite new to java/android and I've learnt a lot from RI, but I'm really stuck on this.
Any help very much appreciated.
Martin.