📦 Updated unity package

This commit is contained in:
Edgar 2023-08-29 10:52:33 +02:00
parent cdc055f14f
commit bdcaa3b97e
No known key found for this signature in database
GPG key ID: 9AA5DDFFCBDCE46A
3 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -1,5 +1,5 @@
Avatar Exporter
Version 0.6.0
Version 2023.08
Copyright 2018 High Fidelity, Inc.
Copyright 2022 Overte e.V.