top of page

Our Work

We create native plugins which help Game Developers to use different OS native features in their Games.  

AudioVisualizer.webp

09

Plugin will allow developers to access the FFT data of the audio which is getting played on the device speaker. Through this plugin developers have access to following features :

1. Access to native APIs to fetch FFT data of audio.
2. Access to various inbuilt visualizers like line visualizer, circle visualizers etc.
3. Access to get audio data of the audio played by other apps in background

10​

Plugin will allow developers to use Biometric authentication of Android devices in their games. Plugin provides a simple C# interface for the Biometric authentication.

Plugin provides following functionalities:
1. Face id authentication for the Devices capable for Face Authentication

​2. Fingerprint authentication for devices having finger print capability

Biometric.webp
ContactsAndroid.jpeg

11

Plugin will allow developers to fetch contacts from address book of device and use them in their application. Plugin fetches the contacts asynchronously so the UI of the game will not hang and after fetching all contacts plugin will send a message to unity that all contacts are fetched. Developers can open native contact screen as well and can get contact details once user tap on any contact.

Plugin allows developer the following options:
1. Check Permission for Contacts
2. Request Permission for Contacts
3. Fetch Contacts from device
4. Send List of contacts to unity
5. Open native contact screen inside unity app

12

This plugin will allow developers to create their own pdfs for Android applications and load it in unity scene. This plugin will also provide developers the necessary C# interfaces for generating and loading pdf files in unity scene.

Plugin provide following functionalities :

1. Create Single page Pdf document
2. Create Multiple page Pdf document
3. Add text and images in document
4. Add screenshot in the document
5. Load any pdf document inside game

PdfAndroid.webp
bottom of page