kirurobo / UniWinApi

Windows API collection for Unity
192 stars 18 forks source link
unity unity3d windows-api

An Example project for UniWinApi

UniWinApi is an old project.
See my new repository UniWindowController.
It works on both Mac and Windows.

What's UniWinApi

UniWinApi is a library using Windows APIs. It allows us the following operations which are not available normary in Unity.

What's this repository

This repository contains a project for a desktop mascot style VRM viewer as an application example of using UniWinApi. UniWinApi VRM viewer
Image video YouTube

Download

License

UniWinApiAsset is CC0, but several other projects are used in this VRM viewer.

System requirements

Usage

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.