diff --git a/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/AvatarExporter.cs b/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/AvatarExporter.cs index 524ecd6a47..5c1f5d78d0 100644 --- a/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/AvatarExporter.cs +++ b/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/AvatarExporter.cs @@ -21,7 +21,7 @@ using Overte; class AvatarExporter : MonoBehaviour { // update version number for every PR that changes this file, also set updated version in README file - public static readonly string AVATAR_EXPORTER_VERSION = "0.6.0"; + public static readonly string AVATAR_EXPORTER_VERSION = "2023.08"; static readonly float HIPS_MIN_Y_PERCENT_OF_HEIGHT = 0.03f; static readonly float BELOW_GROUND_THRESHOLD_PERCENT_OF_HEIGHT = -0.15f; diff --git a/tools/unity-avatar-exporter/Assets/README.txt b/tools/unity-avatar-exporter/Assets/README.txt index a1ac7bedd3..6d10f07a24 100644 --- a/tools/unity-avatar-exporter/Assets/README.txt +++ b/tools/unity-avatar-exporter/Assets/README.txt @@ -1,5 +1,5 @@ Avatar Exporter -Version 0.6.0 +Version 2023.08 Copyright 2018 High Fidelity, Inc. Copyright 2022 Overte e.V. diff --git a/tools/unity-avatar-exporter/avatarExporter.unitypackage b/tools/unity-avatar-exporter/avatarExporter.unitypackage index 450c44b4f8..81cbac50f2 100644 Binary files a/tools/unity-avatar-exporter/avatarExporter.unitypackage and b/tools/unity-avatar-exporter/avatarExporter.unitypackage differ