bss1284 / download-unity-lib

유니티 안드로이드 네이티브 다운로드

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity Download Plugin

Feature

  • Downloaded from Android application background.
  • Send a Notification when the download is complete.
  • Source code included.

Classes

  • NativeManager (Assets/Project/Scripts/NativeManager.cs)
    Wrapping class for Android native plugin.
    Unity calls native code through this class.

  • PluginManager (Assets/Plugins/Android/PluginManager.kt)
    Android native plugin class. (Kotlin)
    It performs functions such as Notification Send, Download Data using http url.

HOW TO

  1. Click download button.
  2. Go to application background. (Please press home button)
  3. Wait when download is complete.
  4. Click complete notification.
  5. The background has been changed to the downloaded file.

Note

This plugin has been tested in the specifications below.

  • Unity Version : "2019.3.3f"
  • Android Model : "Samsung Galaxy 7"
  • Android Min SDK Version : 19
  • Android Compile SDK Version : 28
  • Android Build Tools Version : "28.0.3"

Dependencies

CREATE BY

About

유니티 안드로이드 네이티브 다운로드


Languages

Language:C# 69.0%Language:Kotlin 31.0%