https://github.com/gid0317/unity-windowstoastnotifier-example
Unity-WindowsToastNotifier Example Is a Windows Toast Notifier implementation for Unity non-UWP build. implemented using Windows PowerShell.
https://github.com/gid0317/unity-windowstoastnotifier-example
powershell unity3d windows-10 windows-11
Last synced: 9 months ago
JSON representation
Unity-WindowsToastNotifier Example Is a Windows Toast Notifier implementation for Unity non-UWP build. implemented using Windows PowerShell.
- Host: GitHub
- URL: https://github.com/gid0317/unity-windowstoastnotifier-example
- Owner: GID0317
- License: mit
- Created: 2025-01-27T17:40:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:19:24.000Z (about 1 year ago)
- Last Synced: 2025-03-24T19:46:48.610Z (about 1 year ago)
- Topics: powershell, unity3d, windows-10, windows-11
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity-WindowsToastNotifier
Unity-WindowsToastNotifier Is a Windows Toast Notifier implementation for Unity non-UWP build. Implemented Windows PowerShell, this implementation is tested on the Mono Script backend build using Unity 6 and not tested on the IL2CPP build. This implementation is basic and for experimental purposes only to demonstrate that it is possible to use native Windows 11/10 system features from Unity. Since this is an open-source project, so every contribution is welcomed!
## Project Overview
## Example Toasts
### 1. Basic Toasts (Toast 1 to 4)
### 2. Toasts with Images (Toast with images 1 to 4)
### 3. Toast with New Line
### 4. Generic Toast with Custom Images
### 5. Generic Toast (Basic)
### 6. Generic Toast with Link Opener
### 7. Generic Toast Scenario and Duration
# This implementation is made possible by:
- [Unity-ToastSender](https://github.com/HikariXP/Unity-ToastSender) By HikariXP
- [toast-notification-examples](https://github.com/GitHub30/toast-notification-examples) By GitHub30
- PowerShell By Microsoft