Skip to content

Commit 7c76dea

Browse files
committed
[Automated] Merged dev into main
2 parents 05673af + 717aefb commit 7c76dea

File tree

596 files changed

+157934
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

596 files changed

+157934
-28
lines changed

Editor/Native/Scripts/NativeUtilityEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
#define ENABLE_NATIVE_PLUGIN_API_TEST
44

Editor/Native/Scripts/Networking/Block/InstallMovementBuildingBlock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
using Meta.XR.BuildingBlocks.Editor;
44
using System.Reflection;

Editor/Native/Scripts/Networking/NGO/Block/NetworkPoseRetargeterNGOInstallationRoutine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
using Meta.XR.BuildingBlocks.Editor;
44
using Meta.XR.Movement.Networking.Editor;

Editor/Native/Scripts/Networking/NGO/NetworkPoseRetargeterNGOSetupRules.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
#if UNITY_NGO_MODULE_DEFINED
44
using Meta.XR.Movement.Editor;

Editor/Native/Scripts/Networking/NGO/NetworkPoseRetargeterSpawnerNGOEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
#if UNITY_NGO_MODULE_DEFINED
44
using Meta.XR.Movement.Networking.Editor;

Editor/Native/Scripts/Networking/NetworkPoseRetargeterConfigEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
using Meta.XR.Movement.Retargeting;
44
using Meta.XR.Movement.Retargeting.Editor;

Editor/Native/Scripts/Networking/NetworkPoseRetargeterSpawnerEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
using Meta.XR.Movement.Editor;
44
using Meta.XR.Movement.Retargeting;

Editor/Native/Scripts/Networking/PhotonFusion/Block/NetworkPoseRetargeterFusionInstallationRoutine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
using Meta.XR.BuildingBlocks.Editor;
44
using Meta.XR.Movement.Networking.Editor;

Editor/Native/Scripts/Networking/PhotonFusion/NetworkPoseRetargeterFusionSetupRules.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
#if FUSION_WEAVER && FUSION2
44
using Fusion;

Editor/Native/Scripts/Networking/PhotonFusion/NetworkPoseRetargeterSpawnerFusionEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
// Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
#if FUSION_WEAVER && FUSION2
44
using Meta.XR.Movement.Networking.Editor;

0 commit comments

Comments
 (0)