New Potential User looking for basics

0 votes
Hi im coming from unity3d using photon and playfab backend....im curious as to how handle player movement? photon uses OnPhotonSerializeView and photonViews along with common movement code using character controller/rigibody movement

 

how is this done with appwarp? will it be an easy process to convert my game to appwarp with all that completed? thanks for your time
asked Oct 22, 2014 in AppWarp by bkstudios13 (10 points)

1 Answer

0 votes
Hi,
 
AppWarp and Photon are two different solutions and both have there own style of usage. In AppWarp you communicate using sendChat() and sendUpdatePeers() methods. These methods are used to send data in string format and binary format. AppWarp uses observer design pattern. Therefore you will need to create listener classes to listen to the notifications and responses of your requests. Take a look here http://appwarp.shephertz.com/realtime-multiplayer-game-engine-overview/
 
You should have a look at our samples and documentation to better understand how AppWarp works. 
 
Thanks
answered Oct 24, 2014 by Suyash Mohan (900 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...