mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 21:22:00 +02:00
📦 Updated unity package
This commit is contained in:
parent
cdc055f14f
commit
bdcaa3b97e
3 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Avatar Exporter
|
||||
Version 0.6.0
|
||||
Version 2023.08
|
||||
Copyright 2018 High Fidelity, Inc.
|
||||
Copyright 2022 Overte e.V.
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue