Skip to content

Unity3dAzure/AzureFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Functions for Unity

For Unity developers looking to use Azure Functions in their Unity game / app.

External dependencies

First download the required dependencies and extract the contents into your Unity project "Assets" folder.

How to setup Azure Functions with a new Unity project

  1. Download AppServices and REST Client for Unity.
    • Copy 'AppServices' and 'RESTClient' into project Assets folder.
  2. Create an Azure Function App
    • Create an HTTP Trigger function.

Azure Function demos for Unity

Try the Azure Function Demo project for Unity 2017 on Mac / Windows. (The demo project has got everything already bundled in and does not require any additional assets to work. Just hook it up with your Azure Function App account and run it right inside the Unity Editor.)

Minimum Requirements

Requires Unity v5.3 or greater as UnityWebRequest and JsonUtility features are used. Unity will be extending platform support for UnityWebRequest so keep Unity up to date if you need to support these additional platforms.

Supported platforms

Intended to work on all the platforms UnityWebRequest supports including:

  • Unity Editor (Mac/PC) and Standalone players
  • iOS
  • Android
  • Windows

Beta version

This is a work in progress so stuff may change frequently.

Questions or tweet @deadlyfingers

Releases

No releases published

Packages

No packages published

Languages