diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea55ac..f25e2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -### New features in v 3.4.3: +### New features in v 3.4.6: + +3.4.6: + +Thanks to jellejurre for their work in all of these changes. + +- Also emit unsynced variables to OSC. +- If physbone/contacts are synced, dont set the access insts on remote #187 +- Performance fix: Change default emulator settings to disable colliders from avatar descriptor. +- Use nullable lastValue instead +- Fix default parameter values not applied if they are 0 or false +- Add support for mismatched parameter Trigger types +- Support contact permissions 3.4.5: diff --git a/Runtime/Scripts/LyumaAv3Emulator.cs b/Runtime/Scripts/LyumaAv3Emulator.cs index f490c78..d95b55a 100644 --- a/Runtime/Scripts/LyumaAv3Emulator.cs +++ b/Runtime/Scripts/LyumaAv3Emulator.cs @@ -34,8 +34,8 @@ namespace Lyuma.Av3Emulator.Runtime [HelpURL("https://github.com/lyuma/Av3Emulator")] public class LyumaAv3Emulator : MonoBehaviour { - public static readonly ulong EMULATOR_VERSION = 0x3_04_05_00; - public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.4.5"; + public static readonly ulong EMULATOR_VERSION = 0x3_04_06_00; + public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.4.6"; public const string GIT_REPO = "https://github.com/lyuma/Av3Emulator"; public static readonly String BUG_TRACKER_URL = GIT_REPO + "/issues"; public const string CREDIT1 = "By Lyuma, hai-vr, jellejurre, anatawa12,"; diff --git a/package.json b/package.json index b7c053c..b1669d6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "documentationUrl": "https://github.com/lyuma/Av3Emulator", "displayName": "Av3Emulator", - "version": "3.4.5", + "version": "3.4.6", "description": "An Emulator for VRChat's Avatar 3.0 System", "gitDependencies": {}, "legacyFolders" : {