Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kirurobo authored Sep 2, 2018
1 parent d9476c5 commit 197c370
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UniWinApi & Example project

**注意 仕様は整理して大きく変わる予定です。**
**注意仕様は整理して大きく変わる予定です。**


Unityでは本来行えない操作を Windows API 経由で行うものです。
Expand All @@ -11,14 +11,15 @@ Unityでは本来行えない操作を Windows API 経由で行うものです
* ウィンドウサイズ変更
* ウィンドウの最大化、最小化
* ウィンドウの透過
* ファイルのドロップを受け付ける(現在64ビットのみ)
* ファイルのドロップを受け付ける
* マウスポインタを移動させる
* マウスのボタン操作を送出する

主にデスクトップマスコット的な用途で利用しそうな機能を取り込んでいます。
[![VRM viewer sample](http://img.youtube.com/vi/EETQxzzv4uY/0.jpg)](http://www.youtube.com/watch?v=EETQxzzv4uY "UniWinApi VRM viewer sample")

ビルド済みのVRMビューア―例(Windows 64ビット用)はこちら。
ビルド済みのVRMビューア―例はこちら。
* [Ver.0.2.2 ライトを白色に](https://github.com/kirurobo/UniWinApi/releases/tag/v0.2.2)
* [Ver.0.2.1 シェーダー修正後](https://github.com/kirurobo/UniWinApi/releases/download/v0.2.1/UniWinApiVrmViewer_x64_v0.2.1.zip)
* [Ver.0.2.0 初版](https://github.com/kirurobo/UniWinApi/releases/download/v0.2.0/UniWinApiVrmViewer_x64.zip)

Expand All @@ -30,10 +31,10 @@ Unityでは本来行えない操作を Windows API 経由で行うものです
## Configuration

本体は Assets/UniWinApi 以下です。
このリポジトリには使用例として DWANGO Co., Ltd. による UniVRM を含んでいます。
このリポジトリには使用例として DWANGO Co., Ltd. による [UniVRM](https://github.com/dwango/UniVRM/releases) を含んでいます。


# [UniVRM](https://github.com/dwango/UniVRM/releases) について
# UniVRMについて

## License

Expand Down

0 comments on commit 197c370

Please sign in to comment.