Skip to content

Commit

Permalink
Merge pull request #91 from niwaniwa/release/2.4.1
Browse files Browse the repository at this point in the history
Release/2.4.1
  • Loading branch information
niwaniwa committed Apr 30, 2023
2 parents be81bd3 + 2704ab1 commit 11a7561
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/Kinel/VideoPlayer/Prefab/v2/KineLVP UI Main.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -4806,7 +4806,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: "Kinel(\u308A\u3089\u5F0F) Video Player v2.4.0 for VCC"
m_Text: "Kinel(\u308A\u3089\u5F0F) Video Player v2.4.1 for VCC"
--- !u!1 &4470757360694713801
GameObject:
m_ObjectHideFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Kinel/VideoPlayer/Udon/Module/KinelScreenModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public override void OnKinelVideoModeChange()
{
#if UNITY_ANDROID
// quest
if (videoPlayer.GetCurrentVideoMode() == STREAM_MODE)
if (videoPlayer.GetCurrentVideoMode() == (int) KinelVideoMode.Stream)
{
var localScale = _screenRenderer.transform.localScale;
_screenRenderer.transform.localScale = new Vector3(localScale.x, -localScale.y, localScale.z);
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ https://github.com/niwaniwa/KineLVideoPlayer/wiki
- Editor拡張について適切な動作をするよう修正
- アップロード時にエラーが発生する問題を低減
- スクリーンに何らかの原因で不正な画像が存在する問題を修正
- 内部リファクタ
- 内部リファクタ
- [[2.4.1]](https://github.com/niwaniwa/KineLVideoPlayer/releases/tag/2.4.1) Androidビルド時のエラーを修正

0 comments on commit 11a7561

Please sign in to comment.