Skip to content

Commit

Permalink
Release version 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuma committed Jul 6, 2024
1 parent 91feef3 commit 763a978
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### New features in v 3.4.3:

3.4.5:

- Remove use of dynamic completely, which should fix Av3Emulator on Android. Thanks, jellejurre.
- Allow selection of animator layers without selecting the animators in the projects panel. Thanks, nekobako
- Fix for mirror detection in animator start. Thanks, jellejurre
- Auto-select avatar by default. There is a setting to turn this off.
- Workaround VRCFury behavior causing the avatar to disable itself in play mode.

3.4.4:

- No longer force maxiumum version for VRCSDK
Expand Down
4 changes: 2 additions & 2 deletions Runtime/Scripts/LyumaAv3Emulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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_04_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.4.4";
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 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,";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"documentationUrl": "https://github.com/lyuma/Av3Emulator",
"displayName": "Av3Emulator",
"version": "3.4.4",
"version": "3.4.5",
"description": "An Emulator for VRChat's Avatar 3.0 System",
"gitDependencies": {},
"legacyFolders" : {
Expand Down

0 comments on commit 763a978

Please sign in to comment.