Badumna Cloud Multiplayer service - Now available in the Asset store!

Dear all,
Badumna Cloud multiplayer service is now available in the Unity asset store.
Badumna Cloud is a fully managed networking service to build and launch real-time multiplayer games.

The service includes:

  1. Fully automated state synchronization - unlimited updates!
  2. Built-in chat interface - unlimited chat messages!
  3. Custom messages using RPCs
  4. Built-in dead reckoning for a smoother user experience
  5. Matchmaking service

You can access the service via the asset store here….

This looks interesting :smile:, going to check this out now, and please change the name to state that it is FREE :smile::smile:.

I get an error on importing any of the packages in, this is the error:

Assets/Script/Network/Player.cs(27,38 ): error CS0433: The imported type `Badumna.SpatialEntities.IReplicableEntity’ is defined multiple times

How do i fix this?

Hi,

I just notice that as well, what you need to do is take the whole SDK folder out of your Unity project (i.e. out of Assets folder), and put it somewhere else. You can then try one of the demo by importing one of the unity package demo included in the SDK folder. Hope this clear.

Cheers,
tak3r

That is correct.
Once you download the SDK from the asset store, simply move the entire folder to a different location on your computer (outside the Unity project).
You can then simply follow the video tutorial or the web tutorials to try the individual demos.
Cheers.