Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
niwaniwa committed Jul 10, 2022
2 parents 46785c4 + 0e342cb commit 9cb4aa7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Assets/Kinel/VideoPlayer/KineLVideoPlayer.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ PrefabInstance:
- target: {fileID: 4470757360622255101, guid: 2487a911b7d0e0b4686ddc491696f4be,
type: 3}
propertyPath: m_Text
value: "Kinel(\u308A\u3089\u5F0F) Video Player v2.1.1"
value: "Kinel(\u308A\u3089\u5F0F) Video Player v2.1.2"
objectReference: {fileID: 0}
- target: {fileID: 4470757360701265651, guid: 2487a911b7d0e0b4686ddc491696f4be,
type: 3}
Expand Down
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
# Video Player For VRChat v2.1.1
# Video Player For VRChat v2.1.2

## はじめに

VRChatを対象としたビデオプレイヤーです。

## 更新履歴
- [2.0.0] v1より大幅な更新を行いました。具体的な更新はgithubにて。
- [2.0.1] PlaylistのprogressバーとQueueの設定ミスを修正しました。v2.0.0からアップデートの場合、プレイリストに不具合が発生する場合があります。詳しくはgithubのwikiにて確認をよろしくお願いします。
- [2.0.2] Liveモードにて秒数表示関連の修正を行いました。加えてplaylist(tab)のEditor拡張の調整を行いました。さらにReloadに不備があったため修正しました。
- [2.1.0] 不具合と機能追加
- 速度再生機能の追加 (暫定)
- QueuePlaylistの修正
- Inspector表示の調整
- [2.1.1] 不具合の修正
- Editor拡張の不具合を修正
- 再生速度関連の修正
- [[2.1.0]](https://github.com/niwaniwa/KineLVideoPlayer/releases/tag/2.1.0) 再生速度変更のサポート
- [[2.1.1]](https://github.com/niwaniwa/KineLVideoPlayer/releases/tag/2.1.1) 各種不具合の修正
- [[2.1.2]](https://github.com/niwaniwa/KineLVideoPlayer/releases/tag/2.1.2) Editorに関わる不具合の修正

## 動作環境

v2.1.0
v2.1.2
- VRChat SDK3(最新)
- Udon Sharp(最新)
- Unity 2019.4.31f1

VCC(VRChat Creator Companion)には現在対応していません。

## 特徴
- シークバーを用いた自由な位置からの再生
- プレイリスト(Tab着き有り)
Expand Down Expand Up @@ -80,6 +75,8 @@ SDKなどは全て最新版を導入してください。
## ライブラリ等
- [Material Icons](https://material.io/resources/icons/)
- 各UI表示用に使用しており、[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)を適用しています
- [AAChair](https://github.com/AoiKamishiro/VRChatPrefabs/blob/master/Assets/00Kamishiro/AAChair/AAChair-README_JP.md) by 神城工業
- Editor拡張について参考にさせていただきました。

## License
- Mit License
Expand Down

0 comments on commit 9cb4aa7

Please sign in to comment.