Skip to content

Releases: kimjh4941/unity-native-plugin

1.0.0

23 Feb 05:20
8a18193

Choose a tag to compare

Unity Native Toolkit 1.0.0 Release Notes

Release Date

  • 2026-02-23

🎉 Overview

1.0.0 is the first public release of Unity Native Toolkit for Unity 6+.
This release provides a unified dialog API and sample workflow across Android, iOS, Windows, and macOS.

✅ Included in 1.0.0

  • Cross-platform native dialog toolkit for Unity
  • Platform-native plugin support for:
    • Android
    • iOS
    • Windows
    • macOS
  • Singleton-style dialog manager APIs per platform
  • Sample scenes and editor entry point:
    • Tools -> Native Toolkit -> Example
  • Editor utilities for platform project configuration:
    • Android Gradle integration helper
    • iOS Xcode integration helper
    • macOS Xcode integration helper

🧩 Dialog Feature Coverage

Android

  • Basic dialog
  • Confirmation dialog
  • Single choice dialog
  • Multi choice dialog
  • Text input dialog
  • Login dialog

iOS

  • Basic dialog
  • Confirmation dialog
  • Destructive dialog
  • Action sheet
  • Text input dialog
  • Login dialog

Windows

  • Basic dialog
  • File picker dialog
  • Multi-file picker dialog
  • Folder picker dialog
  • Multi-folder picker dialog
  • Save file dialog

macOS

  • Basic dialog
  • File picker dialog
  • Multi-file picker dialog
  • Folder picker dialog
  • Multi-folder picker dialog
  • Save file dialog

🔧 Requirements

  • Unity 6+
  • Package dependencies:
    • Localization
    • Addressables
    • Input System

🖥 Supported OS Baseline

  • Android 12+
  • iOS 18+
  • Windows 11+
  • macOS 15+

📦 Installation (UPM Git URL)

Use Unity Package Manager → Install from Git URL...

  • https://github.com/jonghyunkim/unity-native-plugin.git?path=/Packages/com.jonghyunkim.nativetoolkit#1.0.0

📚 Documentation

  • English: docs/latest/index.md
  • Korean: docs/latest/index.ko.md
  • Japanese: docs/latest/index.ja.md

🗺 Roadmap (Planned)

  • Share
  • Clipboard integration
  • Notifications

What's Changed

  • Merge Develop into Main for v1.0.0 Release by @kimjh4941 in #1
  • docs(release): add 1.0.0 changelog and align package/documentation links by @kimjh4941 in #2
  • docs(release): finalize 1.0.0 documentation and update package metadata by @kimjh4941 in #3
  • docs(release): delete changelog.md by @kimjh4941 in #4
  • docs(release): prepare v1.0.0 public documentation by @kimjh4941 in #5

New Contributors

Full Changelog: https://github.com/kimjh4941/unity-native-plugin/commits/1.0.0