Submissions by BilbyCoder tagged unity

So as my last brief entries highlighted I've been busy learning Game networking using the Photon Cloud solution for the competitive puzzle game that we are developing. Today I integrated the first bit of actual code, and have the player movement synced between the two players. Even better, I was able to build it and look at it on my Vita (I'm using unity and the PSM Sony development program).

The screenshot below is taken from the Unity editor, but the pink board is for a player networking from my Vita.

The creatures in the board are render to textures (something else I learned how to implement this weekend) and will act as cheer squad for the players. There isn't a texture ready for them yet so I just dumped one of the included particle textures on them to give them some form.

This week will see the implementation of actual game-play as well as investigation about how I can include local game in offline mode but still reuse code that I wrote for the networked version.