Skip to content

Vince-Bitheads/UnityExamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityExamples

This repository contains example Unity projects that use the brainCloud client. This is a good place to start learning how the various brainCloud APIs can be used.

Authentication

This example demonstrates how to call methods in the following modules:

  • Authentication (Universal, Email, Anonymous)
  • Player Entities
  • XP/Currency
  • Player Statistics
  • Global Statistics
  • Cloud Code

You can find more information about how to run the example here:

http://getbraincloud.com/apidocs/tutorials/unity-tutorials/unity-authentication-example/

Bombers

Bombers is a realtime multiplayer game implemented using Photon and brainCloud. brainCloud provides the backend services for storing data, Photon supplies the Matchmaking and Multiplayer server.

You can find more information on Bombers here:

http://getbraincloud.com/apidocs/tutorials/unity-tutorials/braincloud-bombers-example-game/

BombersUNET

This is Bombers but using the Unity networking introduced in 5.x. Note that some aspects of Unity networking are still under development and as such, the game has some missing features (e.g. join in progress).

SpaceShooterWithStats

The Getting Started With Unity video uses the Space Shooter example as a backing project.

Find more information including the video itself here:

http://getbraincloud.com/apidocs/tutorials/unity-tutorials/unity-tutorial-1-getting-started/

About

Example projects using the Unity brainCloud client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.9%
  • Objective-C 4.9%
  • Other 1.2%