Add ultimate xr

This commit is contained in:
2024-08-06 21:58:35 +02:00
parent 864033bf10
commit 7165bacd9d
3952 changed files with 2162037 additions and 35 deletions

View File

@@ -0,0 +1,31 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="UxrNetworkManagerEditor.GrabbableObjectStats.cs" company="VRMADA">
// Copyright (c) VRMADA, All rights reserved.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
namespace UltimateXR.Editor.Networking
{
public partial class UxrNetworkManagerEditor
{
#region Private Types & Data
/// <summary>
/// Stores stats of adding or removing components to physics-driven grabbable objects.
/// </summary>
private class GrabbableObjectStats
{
#region Public Types & Data
public bool HasAny => InstanceComponentsProcessedCount > 0 || PrefabComponentsProcessedCount > 0;
public int SceneCount;
public int InstanceComponentsProcessedCount;
public int InstanceComponentsAddedOrRemovedCount;
public int PrefabComponentsProcessedCount;
public int PrefabComponentsAddedOrRemovedCount;
#endregion
}
#endregion
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 60cb8ba62e0e421888513b150ce0879d
timeCreated: 1690202001

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 12a7238209c0922479b69f74d77a306f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: