From 0ac760946c6d17f47c2dac310dc9be3d2bfd6a0f Mon Sep 17 00:00:00 2001 From: niwaniwa Date: Tue, 12 Sep 2023 04:27:57 +0900 Subject: [PATCH 1/2] Fix udon asmdef refarence --- .../Runtime/Udon/Kinel.VideoPlayer.Udon.asset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/la.niri.videoplayer/Runtime/Udon/Kinel.VideoPlayer.Udon.asset b/Packages/la.niri.videoplayer/Runtime/Udon/Kinel.VideoPlayer.Udon.asset index d175c2b..8ad7f55 100644 --- a/Packages/la.niri.videoplayer/Runtime/Udon/Kinel.VideoPlayer.Udon.asset +++ b/Packages/la.niri.videoplayer/Runtime/Udon/Kinel.VideoPlayer.Udon.asset @@ -12,5 +12,5 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 5136146375e9a0a498a72a0091b40cc1, type: 3} m_Name: Kinel.VideoPlayer.Udon m_EditorClassIdentifier: - sourceAssembly: {fileID: 5897886265953266890, guid: f2d732cb19e49d341a9b0db5e649283f, + sourceAssembly: {fileID: 5897886265953266890, guid: 5a2e9b84b363c8049957b83d6125f47e, type: 3} From 2b84c9f551ca22cacde78d25a832a76c951c645a Mon Sep 17 00:00:00 2001 From: niwaniwa Date: Tue, 12 Sep 2023 04:29:02 +0900 Subject: [PATCH 2/2] update changelog.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2e7e8..9afe491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +- Fixed udon asmdef reference. [`#108`](https://github.com/niwaniwa/KineLVideoPlayer/issues/108) - Fixed PlaylistAPI URL. [`#109`](https://github.com/niwaniwa/KineLVideoPlayer/issues/109) ### Removed