UniWinApi is an old project.
See my new repository UniWindowController.
It works on both Mac and Windows.
UniWinApi is a library using Windows APIs. It allows us the following operations which are not available normary in Unity.
This repository contains a project for a desktop mascot style VRM viewer as an application example of using UniWinApi.
Image video YouTube
There is a pre-built VRM viewer 'UniWinApiVrmViewer' in Releases
Latest UniWinApi core asset package
UniWinApiAsset is CC0, but several other projects are used in this VRM viewer.
CC0
MIT License
Other
If you just want to try to run the VRM viewer, extract the downloaded zip file and run UniWinApiVrmViewer.exe.
After launching, drag and drop your VRM model and the model will be displayed.
To use UniWinApi-vXXXXX.unitypackage without the VRM viewer project (which is the main part of UniWinApi), watch a tutorial.
To build the VRM viewer, clone the repository and open it in Unity's editor.