Skip to content

Commit

Permalink
[Automated] Merged dev into main
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 23, 2024
2 parents 05673af + 717aefb commit 7c76dea
Show file tree
Hide file tree
Showing 596 changed files with 157,934 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Editor/Native/Scripts/NativeUtilityEditor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

#define ENABLE_NATIVE_PLUGIN_API_TEST

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using Meta.XR.BuildingBlocks.Editor;
using System.Reflection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using Meta.XR.BuildingBlocks.Editor;
using Meta.XR.Movement.Networking.Editor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

#if UNITY_NGO_MODULE_DEFINED
using Meta.XR.Movement.Editor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

#if UNITY_NGO_MODULE_DEFINED
using Meta.XR.Movement.Networking.Editor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using Meta.XR.Movement.Retargeting;
using Meta.XR.Movement.Retargeting.Editor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using Meta.XR.Movement.Editor;
using Meta.XR.Movement.Retargeting;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using Meta.XR.BuildingBlocks.Editor;
using Meta.XR.Movement.Networking.Editor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

#if FUSION_WEAVER && FUSION2
using Fusion;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

#if FUSION_WEAVER && FUSION2
using Meta.XR.Movement.Networking.Editor;
Expand Down
2 changes: 1 addition & 1 deletion Editor/Native/Scripts/Retargeting/JointPairDrawer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using UnityEngine;
using UnityEditor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Editor/Native/Scripts/Retargeting/ShapePoseDataDrawer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using UnityEngine;
using UnityEditor;
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Native/Scripts/NativeUtilityHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Native/Scripts/NativeUtilityPlugin.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using System;
using System.Runtime.CompilerServices;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using Unity.Collections;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using Unity.Collections;
using UnityEngine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using UnityEngine;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using System;
using Unity.Collections;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

#if META_PLATFORM_SDK_DEFINED
using Meta.XR.MultiplayerBlocks.Shared;
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Native/Scripts/Networking/NetworkPoseRetargeter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using System;
using TMPro;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using System;
using Meta.XR.Movement.Retargeting;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using Fusion;
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using Fusion;
#if META_PLATFORM_SDK_DEFINED
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Native/Scripts/Retargeting/PoseRetargeterConfig.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using System;
using Unity.Collections;
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Native/Scripts/RetargetingBodyData.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.

using System;
using System.Collections.Generic;
Expand Down
8 changes: 8 additions & 0 deletions Samples.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Samples/AdvancedSamples.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Samples/AdvancedSamples/BodyTrackingForFitness.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Samples/AdvancedSamples/BodyTrackingForFitness/Models.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
o TaperedCube
v -0.380732 -0.437500 0.000000
v -0.437500 -0.380732 0.000000
v -0.432565 -0.489226 0.061564
v -0.489226 -0.432565 0.061564
v -0.437500 0.380732 0.000000
v -0.380732 0.437500 0.000000
v -0.489226 0.432565 0.061564
v -0.432565 0.489226 0.061564
v 0.437500 -0.380732 0.000000
v 0.380732 -0.437500 0.000000
v 0.489226 -0.432565 0.061564
v 0.432565 -0.489226 0.061564
v 0.432565 0.489226 0.061564
v 0.489226 0.432565 0.061564
v 0.380732 0.437500 0.000000
v 0.437500 0.380732 0.000000
v -0.335774 -0.279035 0.938436
v -0.279035 -0.335774 0.938436
v -0.262500 -0.205522 1.000000
v -0.205522 -0.262500 1.000000
v -0.205522 0.262500 1.000000
v -0.262500 0.205522 1.000000
v -0.279035 0.335774 0.938436
v -0.335774 0.279035 0.938436
v 0.205522 -0.262500 1.000000
v 0.262500 -0.205522 1.000000
v 0.279035 -0.335774 0.938436
v 0.335774 -0.279035 0.938436
v 0.335774 0.279035 0.938436
v 0.279035 0.335774 0.938436
v 0.262500 0.205522 1.000000
v 0.205522 0.262500 1.000000
vn -0.9850 -0.0000 0.1724
vn -0.0000 -0.6433 0.7656
vn -0.0000 0.7656 -0.6433
vn -0.0000 0.6433 0.7656
vn -0.0000 -0.7656 -0.6433
vn -0.0000 -0.0000 -1.0000
vn -0.0000 0.9850 0.1724
vn 0.9850 -0.0000 0.1724
vn 0.7656 -0.0000 -0.6433
vn -0.0000 -0.0000 1.0000
vn -0.6433 -0.0000 0.7656
vn 0.6433 -0.0000 0.7656
vn -0.0000 -0.9850 0.1724
vn -0.4550 0.4550 -0.7654
vn -0.4550 -0.4550 -0.7654
vn 0.4550 -0.4550 -0.7654
vn 0.4550 0.4550 -0.7654
vn -0.3607 -0.3607 0.8601
vn -0.3607 0.3607 0.8601
vn 0.3607 0.3607 0.8601
vn 0.3607 -0.3607 0.8601
vn -0.6864 -0.6864 0.2403
vn -0.6864 0.6864 0.2403
vn 0.6864 -0.6864 0.2403
vn 0.6864 0.6864 0.2403
vn -0.7656 -0.0000 -0.6433
vt 0.396122 0.015391
vt 0.603878 0.015391
vt 0.610523 0.234609
vt 0.389477 0.234609
vt 0.375000 0.978878
vt 0.375000 0.771122
vt 0.399038 0.795953
vt 0.399038 0.954047
vt 0.625000 0.266859
vt 0.625000 0.483141
vt 0.609375 0.470183
vt 0.609375 0.279817
vt 0.625000 0.771122
vt 0.625000 0.978878
vt 0.600962 0.954047
vt 0.600962 0.795953
vt 0.375000 0.483141
vt 0.375000 0.266859
vt 0.390625 0.279817
vt 0.390625 0.470183
vt 0.404817 0.265625
vt 0.595183 0.265625
vt 0.609375 0.279817
vt 0.609375 0.470183
vt 0.595183 0.484375
vt 0.404817 0.484375
vt 0.639477 0.515391
vt 0.860523 0.515391
vt 0.853878 0.734609
vt 0.646122 0.734609
vt 0.389477 0.515391
vt 0.610523 0.515391
vt 0.603878 0.734609
vt 0.396122 0.734609
vt 0.610523 0.515391
vt 0.389477 0.515391
vt 0.420953 0.774039
vt 0.579047 0.774039
vt 0.579047 0.975962
vt 0.420953 0.975962
vt 0.579047 0.975962
vt 0.603878 1.000000
vt 0.396122 1.000000
vt 0.579047 0.774039
vt 0.396122 0.734609
vt 0.603878 0.734609
vt 0.139477 0.515391
vt 0.360523 0.515391
vt 0.353878 0.734609
vt 0.146122 0.734609
vt 0.619990 0.244553
vt 0.609375 0.265625
vt 0.380010 0.256839
vt 0.390625 0.265625
vt 0.390625 0.484375
vt 0.380010 0.493160
vt 0.609375 0.484375
vt 0.619990 0.505447
vt 0.618121 0.745892
vt 0.600962 0.774039
vt 0.381879 0.756879
vt 0.399038 0.774039
vt 0.125000 0.734609
vt 0.125000 0.517727
vt 0.625000 0.015391
vt 0.625000 0.232273
vt 0.389477 0.234609
s 1
f 17/1/1 24/2/1 7/3/1 4/4/1
f 18/5/2 27/6/2 25/7/2 20/8/2
f 8/9/3 13/10/3 15/11/3 6/12/3
f 30/13/4 23/14/4 21/15/4 32/16/4
f 12/17/5 3/18/5 1/19/5 10/20/5
f 1/19/6 2/21/6 5/22/6 6/23/6 15/24/6 16/25/6 9/26/6 10/20/6
f 13/27/7 8/28/7 23/29/7 30/30/7
f 11/31/8 14/32/8 29/33/8 28/34/8
f 14/35/9 11/36/9 9/26/9 16/25/9
f 25/7/10 26/37/10 31/38/10 32/16/10 21/15/10 22/39/10 19/40/10 20/8/10
f 19/40/11 22/41/11 24/42/11 17/43/11
f 31/44/12 26/37/12 28/45/12 29/46/12
f 3/47/13 12/48/13 27/49/13 18/50/13
f 8/51/14 6/52/14 5/22/14 7/3/14
f 1/19/15 3/18/15 4/53/15 2/54/15
f 9/55/16 11/56/16 12/17/16 10/20/16
f 14/35/17 16/25/17 15/57/17 13/58/17
f 18/5/18 20/8/18 19/40/18 17/43/18
f 21/15/19 23/14/19 24/42/19 22/41/19
f 30/59/20 32/60/20 31/44/20 29/46/20
f 25/7/21 27/6/21 28/61/21 26/62/21
f 3/47/22 18/50/22 17/63/22 4/64/22
f 23/65/23 8/66/23 7/3/23 24/2/23
f 11/31/24 28/34/24 27/49/24 12/48/24
f 29/33/25 14/32/25 13/27/25 30/30/25
f 5/22/26 2/21/26 4/67/26 7/3/26
Loading

0 comments on commit 7c76dea

Please sign in to comment.