diff --git a/Packages/tlp.udonvoiceutils/README.md b/Packages/tlp.udonvoiceutils/README.md index 10e35e8..b627890 100644 --- a/Packages/tlp.udonvoiceutils/README.md +++ b/Packages/tlp.udonvoiceutils/README.md @@ -178,6 +178,12 @@ into account when integrating UVU into a VRChat world.** All notable changes to this project will be documented in this file. +### [3.0.1] - 2024-12-22 + +#### ⚙️ Miscellaneous Tasks + +- Support newer, compatible UdonUtils versions, add minimum supported VRC SDK version + ### [3.0.0] - 2024-12-14 #### 🚀 Features diff --git a/Packages/tlp.udonvoiceutils/Runtime/Core/PlayerAudioController.cs b/Packages/tlp.udonvoiceutils/Runtime/Core/PlayerAudioController.cs index a9bb12a..c5b5be3 100644 --- a/Packages/tlp.udonvoiceutils/Runtime/Core/PlayerAudioController.cs +++ b/Packages/tlp.udonvoiceutils/Runtime/Core/PlayerAudioController.cs @@ -15,8 +15,8 @@ namespace TLP.UdonVoiceUtils.Runtime.Core { [RequireComponent(typeof(DummyView))] - [DefaultExecutionOrder(ExecutionOrder)] [TlpDefaultExecutionOrder(typeof(PlayerAudioController), ExecutionOrder)] + [DefaultExecutionOrder(ExecutionOrder)] [UdonBehaviourSyncMode(BehaviourSyncMode.NoVariableSync)] public class PlayerAudioController : Controller { diff --git a/Packages/tlp.udonvoiceutils/Runtime/Examples/VoiceOverrideDoor.cs b/Packages/tlp.udonvoiceutils/Runtime/Examples/VoiceOverrideDoor.cs index d570fc8..7733e7c 100644 --- a/Packages/tlp.udonvoiceutils/Runtime/Examples/VoiceOverrideDoor.cs +++ b/Packages/tlp.udonvoiceutils/Runtime/Examples/VoiceOverrideDoor.cs @@ -11,8 +11,8 @@ namespace TLP.UdonVoiceUtils.Runtime.Examples { [RequireComponent(typeof(BoxCollider))] [UdonBehaviourSyncMode(BehaviourSyncMode.NoVariableSync)] - [DefaultExecutionOrder(ExecutionOrder)] [TlpDefaultExecutionOrder(typeof(VoiceOverrideDoor), ExecutionOrder)] + [DefaultExecutionOrder(ExecutionOrder)] public class VoiceOverrideDoor : TlpBaseBehaviour { #region ExecutionOrder diff --git a/Packages/tlp.udonvoiceutils/package.json b/Packages/tlp.udonvoiceutils/package.json index cef0e95..217274f 100644 --- a/Packages/tlp.udonvoiceutils/package.json +++ b/Packages/tlp.udonvoiceutils/package.json @@ -1,7 +1,7 @@ { "name": "tlp.udonvoiceutils", "displayName": "TLP UdonVoiceUtils", - "version": "3.0.0", + "version": "3.0.1", "description": "Contains a collection of player voice related scripts/components for VRChat worlds.", "gitDependencies": {}, "legacyFolders": { @@ -14,7 +14,8 @@ "url": "https://github.com/Guribo" }, "vpmDependencies": { - "tlp.udonutils": "11.0.x" + "com.vrchat.worlds": "~3.7.5", + "tlp.udonutils": "^11.1.0" }, "unity": "2022.3" } \ No newline at end of file diff --git a/README.md b/README.md index 10e35e8..b627890 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,12 @@ into account when integrating UVU into a VRChat world.** All notable changes to this project will be documented in this file. +### [3.0.1] - 2024-12-22 + +#### ⚙️ Miscellaneous Tasks + +- Support newer, compatible UdonUtils versions, add minimum supported VRC SDK version + ### [3.0.0] - 2024-12-14 #### 🚀 Features