Skip to content

ChurroLoco/swrve-unity-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Swrve

Swrve is a single integrated platform delivering everything you need to drive mobile engagement and create valuable consumer relationships on mobile.
This Unity3D SDK will enable your game to use all of these features.

Getting started

Have a look at the quick integration guide at https://dashboard.swrve.com/help/category/20127113

Requirements

Unity 4.0.0+

The SDK needs a Unity version higher than 4.0.0 to be able to compile.

Unity 4.0.0+ Pro

Some of the features like push notifications require the use of native plugins. Native plugins are only available for Unity Pro.

How to run the demo

  • Open the project 'unity3d' from the repository.
  • Open the demo scene under 'Assets/Swrve/UnitySwrveDemo/DemoScene.unity'.
  • Under the Hierarchy view, click on SwrvePrefab. This is the SDK component in your scene.
  • Introduce your gameId and apiKey in the Inspector view with the values provided by Swrve.
  • Click the Play button at the top.

How to build the SDK

  • Open the project 'unity3d' from the repository.
  • Click on the menu 'Swrve Demo / Export unityPackage'. This will generate a unityPackage that you can include in your project.

Contributing

We would love to see your contributions! Follow these steps:

  1. Fork this repository.
  2. Create a branch (git checkout -b my_awesome_feature)
  3. Commit your changes (git commit -m "Awesome feature")
  4. Push to the branch (git push origin my_awesome_feature)
  5. Open a Pull Request.

License

© Copyright Swrve Mobile Inc or its licensors. Distributed under the Apache 2.0 License.
Google Play Services Library Copyright © 2012 The Android Open Source Project. Licensed under the Apache 2.0 License.
SharpZipLib Copyright © David Pierson, Mike Krueger. Distributed under the GPL License with the GPL Classpath exception.

About

Swrve Unity3D SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.9%
  • Java 7.7%
  • Objective-C++ 1.4%