top of page

Our Work

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

ImageDownloader.webp

13

Plugin will allow developers to download multiple images at runtime from the server and cache them in memory
How Plugin Works :
When the developers call the plugin to download an image with a url then the plugin will first check in the in memory cache whether any image for the url exists or not. If it exists then the plugin will return the image from the cache itself. If it does not exist inside in memory then the plugin will download the image from the server. After completing download image will be returned to the unity. Whole process of downloading images , storing and retrieving images happens in the background thread only so no impact on the main thread.
Features:
1. Download multiple images in parallel in background thread
2. Cache multiple images in memory to access the images faster in successive uses
3. Easy C# api to download and fetch images

14

Plugin will help developers to share images, videos, screenshots to the Instagram story and Instagram feed directly from their Android applications. Plugin will also provide functionality to take a screenshot and directly share it to Instagram. Plugin uses the native APIs of Instagram. Plugin provides a C# Api for developers so that they can integrate Instagram easily in their Android application.
Plugin provide following functionalities to developers :
1. Share Image to Instagram Feed
2. Share Video to Instagram Feed
3. Share Image to Instagram Story
4. Share Video to Instagram Story
5. Share custom images as sticker in Instagram story
6. Share screenshot of application directly to Instagram

Insta.webp
Native.webp

15

This plugin will allow developers to use different capabilities of the OS inside apps. This plugin use Android Native Framework and provides developers the necessary C# interfaces to use it. Read this document carefully. Take a look at the DemoScene in Scenes folder. Plugin will provide following capabilities to the developers


1. Open Date Picker
2. Open Time Picker
3. Share text with other apps
4. Share screenshot with other apps
4. Share file with other apps
5. Copy text to clipboard
6. Copy text from clipboard
7. Show native toast to users
8. Show native dialog alerts to users
9. Show progress bar to users
10. Show Alert with selection options
11. Open Settings, Location Settings, Bluetooth Settings, Battery Settings, Wifi Settings of device
12. Check if device is connected to Wifi
13. Check if device is connected to internet
14. Check if flash is enabled and change the flash status
15. Open an app with package name
16. Check if bluetooth is enabled or not
17. Get Android Version

Report this asset

bottom of page