Unity Multiplayer Game Development
Unity is a popular cross-platform game engine for building sophisticated 3D games. Using AppWarp, developers can now add realtime communication in their Unity multiplayer games to build beautiful, rich and engaging multiplayer games. The great thing is that developers can do this without any server side code or socket level programming as all the communication is managed by AppWarp SDK and cloud.
The AppWarp Unity SDK includes support for targeting Android/iOS builds from Unity free via the use of native socket plugins provided in the SDK.
We also have introduced support for targeting WP8 with the AppWarpUnityWP8 asset. The interface for all the platforms is the same and you just need to include the appropriate asset in your project.
Samples
AppWarp Unity Multiplayer demo code walkthrough
We will create a simple two player first person realtime game, by integrating our AppWarp asset in a simple Unity scene.
View the Sample code walk-through
Extend Unity 3rd Person Viking Demo to a realtime multiplayer game using AppWarp
This project extends the Third Person MMO Viking Controller demo from Unity by adding realtime multiplayer functionality using AppWarp Unity SDK
Download demo code
View the Sample code walk-through
Blogs
- Steps to Integrate Push Notification with Unity Sample on Android (ShepHertz)July 9, 2013Push Notification is widely used to increase user engagement in mobile native apps. Steps to Integrate Push Notification with…
- Unity Backend with App42 Cloud APIs (Himanshu Sharma)September 7, 2013At ShepHertz our focus is to help the App Developers by providing a complete Ecosystem for App and Game developers. With AppWarp Unity SDK being launched…
- Steps to Integrate Push Notification with Unity3d on iOS (Rajeev Ranjan)August 8, 2013Implementing Push Notifications in Unity Apps/games for iOS is an easy task and will explain the process of doing this through…
- Bridging the Gap – Plugin for Unity and iOS (Rajeev Ranjan)August 23, 2013There is always a need finding out a way of communication from unity to xcode or xcode to unity due to the absence of a direct way…
- Make Real-time multiplayer games using Unity3D (ShepHertz)April 30, 2013Unity3D is a popular cross-platform game engine for building sophisticated 3D games…