top of page
eXtreme Plugin 2.0 (Unity Asset)

eXtreme Plugin 2.0 (Unity Asset)

Introduction

Plugins are set of code that are used in the specific target platform. These codes can be called from your Unity so specific features of the desired platform can be used. It will help to access features on Android devices with in unity3d. These features are easy to use. It will make your application more interactive and compatible with android users. We hope our plugins will make your game be more productive. With our plugins, these following features will be easy to use.

 

Features

SQLite Utilities

SQLite Utilities consists of following functionalities:

1. Create table with multiple columns as much as developer wants, with lots of data types.

2. Insert data in the table.

3. Display data of table (get data by any column or get all data).

4. Update data of table (update data by any column).

5. Delete data of table (delete data by any column).

6. Display the number of rows in the table.

7. Display all tables in the database.

8. Display all data with their data types.

9. Display the table information.

10. Delete table.

11. Export table into the text file (either encrypted or simple).

12. Import text file into the table (either encrypted or simple).

Cryptography

Encrypt message with the key secret message.

Then decrypt that encrypted message with the same key secret message.

Fragment Lifecycle

There are methods that represent fragments lifecycle which are as follow onAttach(), onCreate(), onCreateView(), onActivityCreated(), onStart(), onResume(), onPause(), onStop(), onDestroyView(), onDestroy() and onDetach().

These methods are useful for games as it can allow developer to save data or state right before user opens another application; and retrieve data or set state when user comes back.

File Utilities

File Utilities consists of following functionalities:

1. Create file and write any message on it

2. Read data from any file and get in String format.

3. Append data in the file.

4. Delete all data from the file.

5. Delete the file.

Cameras or Gallery

Take picture by using camera and save into application data; or it can also be taken from gallery. Then the path of image will be return in the form of call-back so it can be used in application.

Share Text and Share URL

Any message and URL can be shared on social media or it can send by e-mail or SMS.

Share Image

A picture can be shared on any social media or it can send by e-mail or SMS.

Screen Shot

Take screenshot and save into application data. Then the path of image will be return in the form of call-back so it can be used in application.

Android Date and Time picker

Select date and time from android spinner and get data back in either DateTime or String format.

Android Dialog Box / Alert box

Display dialog box and it can also be customized like change its title, message, yes and no texts, and set functionality on pressing these buttons.

Android Toast

Select the length of toast i.e. short or long and display the message in the form of toast.

Document Picker

Select any document from device storage then get the document name along with the path by call-back so it can be used in application.

 

Video Link

Video link below demonstrates how the it works.

https://www.youtube.com/watch?v=BbLtksY9PjI

 

Application Link

Example application helps to demonstrate how plugins work. Please download and install “eXtreme Plugin 2.0.apk” which is located in Google Drive Link below

https://drive.google.com/drive/folders/10nLNFUtU5QLTQbCHtNUJHUQHEq-gSB06?usp=sharing

 

Unity Asset Store Link

http://u3d.as/1zbM

 

Contact us

For questions, suggestions or any feedback please contact us by email

gie.saky@gmail.com

bottom of page