An open API service indexing awesome lists of open source software.

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.

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