From 7cad4dce2c058903871cae40475e769e38e5da84 Mon Sep 17 00:00:00 2001 From: jet <36026251+jetdog8808@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:21:12 -0500 Subject: [PATCH] layer overrides added --- Editor/AvatarArmatureColliderSystemEditor.cs | 23 +- Scripts/AvatarArmatureColliderSystem.asset | 1263 ++++++++++-------- Scripts/AvatarArmatureColliderSystem.cs | 134 +- 3 files changed, 839 insertions(+), 581 deletions(-) diff --git a/Editor/AvatarArmatureColliderSystemEditor.cs b/Editor/AvatarArmatureColliderSystemEditor.cs index 2ab8f1c..d4e499c 100644 --- a/Editor/AvatarArmatureColliderSystemEditor.cs +++ b/Editor/AvatarArmatureColliderSystemEditor.cs @@ -8,8 +8,13 @@ public class AvatarArmatureColliderSystemEditor : Editor { #region Fields SerializedProperty getLocalUserProperty; - SerializedProperty colliderIsTriggerProperty; SerializedProperty colliderLayerProperty; + SerializedProperty colliderIsTriggerProperty; + + bool layerOverrideDropdown = false; + SerializedProperty includeLayersProperty; + SerializedProperty excludeLayersProperty; + bool enabledSectionsDropdown = false; SerializedProperty fingerColliderEnableProperty, @@ -63,8 +68,10 @@ public class AvatarArmatureColliderSystemEditor : Editor private void OnEnable() { getLocalUserProperty = serializedObject.FindProperty("getLocalUser"); - colliderIsTriggerProperty = serializedObject.FindProperty("_colliderIsTrigger"); colliderLayerProperty = serializedObject.FindProperty("_colliderLayer"); + colliderIsTriggerProperty = serializedObject.FindProperty("_colliderIsTrigger"); + includeLayersProperty = serializedObject.FindProperty("_includeLayers"); + excludeLayersProperty = serializedObject.FindProperty("_excludeLayers"); fingerColliderEnableProperty = serializedObject.FindProperty("_fingerColliderEnable"); handColliderEnableProperty = serializedObject.FindProperty("_handColliderEnable"); @@ -139,6 +146,18 @@ public override void OnInspectorGUI() EditorGUILayout.PropertyField(colliderIsTriggerProperty); colliderLayerProperty.intValue = EditorGUILayout.LayerField("Layer", colliderLayerProperty.intValue); + layerOverrideDropdown = EditorGUILayout.BeginFoldoutHeaderGroup(layerOverrideDropdown, "Layer Overrides"); + + if (layerOverrideDropdown) + { + EditorGUILayout.PropertyField(includeLayersProperty); + EditorGUILayout.PropertyField(excludeLayersProperty); + } + + EditorGUILayout.EndFoldoutHeaderGroup(); + + EditorGUILayout.Space(); + enabledSectionsDropdown = EditorGUILayout.BeginFoldoutHeaderGroup(enabledSectionsDropdown, "Enabled collider sections"); if (enabledSectionsDropdown) diff --git a/Scripts/AvatarArmatureColliderSystem.asset b/Scripts/AvatarArmatureColliderSystem.asset index f5ad663..d86f9b5 100644 --- a/Scripts/AvatarArmatureColliderSystem.asset +++ b/Scripts/AvatarArmatureColliderSystem.asset @@ -44,7 +44,7 @@ MonoBehaviour: Data: - Name: Entry: 12 - Data: 136 + Data: 138 - Name: Entry: 7 Data: @@ -110,10 +110,124 @@ MonoBehaviour: Data: - Name: $k Entry: 1 - Data: _colliderIsTrigger + Data: _userApi - Name: $v Entry: 7 Data: 6|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + - Name: k__BackingField + Entry: 1 + Data: _userApi + - Name: k__BackingField + Entry: 7 + Data: 7|System.RuntimeType, mscorlib + - Name: + Entry: 1 + Data: VRC.SDKBase.VRCPlayerApi, VRCSDKBase + - Name: + Entry: 8 + Data: + - Name: k__BackingField + Entry: 9 + Data: 7 + - Name: k__BackingField + Entry: 7 + Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib + - Name: + Entry: 6 + Data: + - Name: + Entry: 8 + Data: + - Name: k__BackingField + Entry: 5 + Data: false + - Name: _fieldAttributes + Entry: 7 + Data: 8|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + - Name: + Entry: 12 + Data: 0 + - Name: + Entry: 13 + Data: + - Name: + Entry: 8 + Data: + - Name: + Entry: 8 + Data: + - Name: + Entry: 8 + Data: + - Name: + Entry: 7 + Data: + - Name: $k + Entry: 1 + Data: _colliderLayer + - Name: $v + Entry: 7 + Data: 9|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + - Name: k__BackingField + Entry: 1 + Data: _colliderLayer + - Name: k__BackingField + Entry: 7 + Data: 10|System.RuntimeType, mscorlib + - Name: + Entry: 1 + Data: System.Int32, mscorlib + - Name: + Entry: 8 + Data: + - Name: k__BackingField + Entry: 9 + Data: 10 + - Name: k__BackingField + Entry: 7 + Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib + - Name: + Entry: 6 + Data: + - Name: + Entry: 8 + Data: + - Name: k__BackingField + Entry: 5 + Data: true + - Name: _fieldAttributes + Entry: 7 + Data: 11|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + - Name: + Entry: 12 + Data: 1 + - Name: + Entry: 7 + Data: 12|UnityEngine.SerializeField, UnityEngine.CoreModule + - Name: + Entry: 8 + Data: + - Name: + Entry: 13 + Data: + - Name: + Entry: 8 + Data: + - Name: + Entry: 8 + Data: + - Name: + Entry: 8 + Data: + - Name: + Entry: 7 + Data: + - Name: $k + Entry: 1 + Data: _colliderIsTrigger + - Name: $v + Entry: 7 + Data: 13|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _colliderIsTrigger @@ -137,13 +251,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 7|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 14|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 8|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 15|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -164,25 +278,25 @@ MonoBehaviour: Data: - Name: $k Entry: 1 - Data: _userApi + Data: _includeLayers - Name: $v Entry: 7 - Data: 9|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 16|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 - Data: _userApi + Data: _includeLayers - Name: k__BackingField Entry: 7 - Data: 10|System.RuntimeType, mscorlib + Data: 17|System.RuntimeType, mscorlib - Name: Entry: 1 - Data: VRC.SDKBase.VRCPlayerApi, VRCSDKBase + Data: UnityEngine.LayerMask, UnityEngine.CoreModule - Name: Entry: 8 Data: - Name: k__BackingField Entry: 9 - Data: 10 + Data: 17 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -194,13 +308,19 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 5 - Data: false + Data: true - Name: _fieldAttributes Entry: 7 - Data: 11|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 18|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 - Data: 0 + Data: 1 + - Name: + Entry: 7 + Data: 19|UnityEngine.SerializeField, UnityEngine.CoreModule + - Name: + Entry: 8 + Data: - Name: Entry: 13 Data: @@ -218,25 +338,19 @@ MonoBehaviour: Data: - Name: $k Entry: 1 - Data: _colliderLayer + Data: _excludeLayers - Name: $v Entry: 7 - Data: 12|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 20|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 - Data: _colliderLayer + Data: _excludeLayers - Name: k__BackingField - Entry: 7 - Data: 13|System.RuntimeType, mscorlib - - Name: - Entry: 1 - Data: System.Int32, mscorlib - - Name: - Entry: 8 - Data: + Entry: 9 + Data: 17 - Name: k__BackingField Entry: 9 - Data: 13 + Data: 17 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -251,13 +365,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 14|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 21|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 15|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 22|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -281,7 +395,7 @@ MonoBehaviour: Data: _fingerColliderEnable - Name: $v Entry: 7 - Data: 16|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 23|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _fingerColliderEnable @@ -305,13 +419,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 17|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 24|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 18|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 25|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -335,7 +449,7 @@ MonoBehaviour: Data: _handColliderEnable - Name: $v Entry: 7 - Data: 19|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 26|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _handColliderEnable @@ -359,13 +473,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 20|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 27|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 21|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 28|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -389,7 +503,7 @@ MonoBehaviour: Data: _armColliderEnable - Name: $v Entry: 7 - Data: 22|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 29|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _armColliderEnable @@ -413,13 +527,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 23|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 30|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 24|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 31|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -443,7 +557,7 @@ MonoBehaviour: Data: _legColliderEnable - Name: $v Entry: 7 - Data: 25|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 32|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _legColliderEnable @@ -467,13 +581,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 26|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 33|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 27|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 34|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -497,7 +611,7 @@ MonoBehaviour: Data: _torsoColliderEnable - Name: $v Entry: 7 - Data: 28|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 35|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _torsoColliderEnable @@ -521,13 +635,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 29|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 36|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 30|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 37|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -551,7 +665,7 @@ MonoBehaviour: Data: _headColliderEnable - Name: $v Entry: 7 - Data: 31|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 38|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _headColliderEnable @@ -575,13 +689,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 32|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 39|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 33|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 40|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -605,7 +719,7 @@ MonoBehaviour: Data: _avatarCalibrated - Name: $v Entry: 7 - Data: 34|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 41|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _avatarCalibrated @@ -629,7 +743,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 35|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 42|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -653,7 +767,7 @@ MonoBehaviour: Data: _initialized - Name: $v Entry: 7 - Data: 36|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 43|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _initialized @@ -677,7 +791,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 37|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 44|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -701,7 +815,7 @@ MonoBehaviour: Data: _updateCollider - Name: $v Entry: 7 - Data: 38|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 45|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _updateCollider @@ -725,7 +839,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 39|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 46|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -749,7 +863,7 @@ MonoBehaviour: Data: _teleportCollider - Name: $v Entry: 7 - Data: 40|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 47|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _teleportCollider @@ -773,7 +887,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 41|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 48|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -797,7 +911,7 @@ MonoBehaviour: Data: _delayHeightChangeState - Name: $v Entry: 7 - Data: 42|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 49|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _delayHeightChangeState @@ -821,7 +935,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 43|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 50|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -845,7 +959,7 @@ MonoBehaviour: Data: _delaySetHeight - Name: $v Entry: 7 - Data: 44|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 51|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _delaySetHeight @@ -869,7 +983,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 45|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 52|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -893,7 +1007,7 @@ MonoBehaviour: Data: _detectCollisions - Name: $v Entry: 7 - Data: 46|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 53|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _detectCollisions @@ -917,7 +1031,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 47|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 54|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -941,7 +1055,7 @@ MonoBehaviour: Data: _visualizerState - Name: $v Entry: 7 - Data: 48|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 55|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _visualizerState @@ -965,7 +1079,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 49|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 56|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -989,13 +1103,13 @@ MonoBehaviour: Data: _gobjCache - Name: $v Entry: 7 - Data: 50|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 57|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _gobjCache - Name: k__BackingField Entry: 7 - Data: 51|System.RuntimeType, mscorlib + Data: 58|System.RuntimeType, mscorlib - Name: Entry: 1 Data: UnityEngine.GameObject, UnityEngine.CoreModule @@ -1004,7 +1118,7 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 9 - Data: 51 + Data: 58 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1019,7 +1133,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 52|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 59|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -1043,16 +1157,16 @@ MonoBehaviour: Data: _nThFrame - Name: $v Entry: 7 - Data: 53|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 60|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: _nThFrame - Name: k__BackingField Entry: 9 - Data: 13 + Data: 10 - Name: k__BackingField Entry: 9 - Data: 13 + Data: 10 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1067,7 +1181,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 54|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 61|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 0 @@ -1091,13 +1205,13 @@ MonoBehaviour: Data: chest_Bone - Name: $v Entry: 7 - Data: 55|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 62|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: chest_Bone - Name: k__BackingField Entry: 7 - Data: 56|System.RuntimeType, mscorlib + Data: 63|System.RuntimeType, mscorlib - Name: Entry: 1 Data: UnityEngine.Rigidbody, UnityEngine.PhysicsModule @@ -1106,7 +1220,7 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1121,13 +1235,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 57|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 64|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 58|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 65|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1151,16 +1265,16 @@ MonoBehaviour: Data: spine_Bone - Name: $v Entry: 7 - Data: 59|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 66|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: spine_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1175,13 +1289,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 60|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 67|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 61|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 68|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1205,16 +1319,16 @@ MonoBehaviour: Data: head_Bone - Name: $v Entry: 7 - Data: 62|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 69|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: head_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1229,13 +1343,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 63|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 70|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 64|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 71|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1259,16 +1373,16 @@ MonoBehaviour: Data: upperLeg_L_Bone - Name: $v Entry: 7 - Data: 65|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 72|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperLeg_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1283,13 +1397,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 66|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 73|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 67|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 74|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1313,16 +1427,16 @@ MonoBehaviour: Data: upperLeg_R_Bone - Name: $v Entry: 7 - Data: 68|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 75|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperLeg_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1337,13 +1451,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 69|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 76|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 70|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 77|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1367,16 +1481,16 @@ MonoBehaviour: Data: lowerLeg_L_Bone - Name: $v Entry: 7 - Data: 71|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 78|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerLeg_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1391,13 +1505,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 72|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 79|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 73|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 80|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1421,16 +1535,16 @@ MonoBehaviour: Data: lowerLeg_R_Bone - Name: $v Entry: 7 - Data: 74|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 81|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerLeg_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1445,13 +1559,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 75|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 82|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 76|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 83|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1475,16 +1589,16 @@ MonoBehaviour: Data: foot_L_Bone - Name: $v Entry: 7 - Data: 77|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 84|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1499,13 +1613,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 78|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 85|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 79|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 86|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1529,16 +1643,16 @@ MonoBehaviour: Data: foot_R_Bone - Name: $v Entry: 7 - Data: 80|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 87|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1553,13 +1667,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 81|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 88|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 82|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 89|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1583,16 +1697,16 @@ MonoBehaviour: Data: upperArm_L_Bone - Name: $v Entry: 7 - Data: 83|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 90|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperArm_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1607,13 +1721,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 84|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 91|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 85|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 92|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1637,16 +1751,16 @@ MonoBehaviour: Data: upperArm_R_Bone - Name: $v Entry: 7 - Data: 86|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 93|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperArm_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1661,13 +1775,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 87|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 94|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 88|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 95|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1691,16 +1805,16 @@ MonoBehaviour: Data: lowerArm_L_Bone - Name: $v Entry: 7 - Data: 89|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 96|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerArm_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1715,13 +1829,13 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 90|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 97|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 91|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 98|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1745,16 +1859,16 @@ MonoBehaviour: Data: lowerArm_R_Bone - Name: $v Entry: 7 - Data: 92|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 99|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerArm_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1769,13 +1883,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 93|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 100|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 94|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 101|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1799,16 +1914,16 @@ MonoBehaviour: Data: hand_L_Bone - Name: $v Entry: 7 - Data: 95|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 102|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: hand_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1823,13 +1938,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 96|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 103|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 97|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 104|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1853,16 +1969,16 @@ MonoBehaviour: Data: hand_R_Bone - Name: $v Entry: 7 - Data: 98|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 105|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: hand_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1877,13 +1993,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 99|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 106|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 100|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 107|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1907,16 +2024,16 @@ MonoBehaviour: Data: index_L_Bone - Name: $v Entry: 7 - Data: 101|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 108|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1931,14 +2048,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 102|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 109|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 103|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 110|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -1962,16 +2079,16 @@ MonoBehaviour: Data: index_R_Bone - Name: $v Entry: 7 - Data: 104|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 111|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -1986,14 +2103,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 105|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 112|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 106|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 113|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -2017,16 +2134,16 @@ MonoBehaviour: Data: middle_L_Bone - Name: $v Entry: 7 - Data: 107|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 114|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2041,14 +2158,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 108|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 115|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 109|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 116|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -2072,16 +2189,16 @@ MonoBehaviour: Data: middle_R_Bone - Name: $v Entry: 7 - Data: 110|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 117|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2096,14 +2213,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 111|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 118|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 112|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 119|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -2127,16 +2244,16 @@ MonoBehaviour: Data: ring_L_Bone - Name: $v Entry: 7 - Data: 113|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 120|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2151,14 +2268,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 114|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 121|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 115|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 122|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -2182,16 +2299,16 @@ MonoBehaviour: Data: ring_R_Bone - Name: $v Entry: 7 - Data: 116|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 123|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2206,14 +2323,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 117|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 124|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 118|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 125|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -2237,16 +2354,16 @@ MonoBehaviour: Data: little_L_Bone - Name: $v Entry: 7 - Data: 119|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 126|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_L_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2261,14 +2378,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 120|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 127|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 121|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 128|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -2292,16 +2409,16 @@ MonoBehaviour: Data: little_R_Bone - Name: $v Entry: 7 - Data: 122|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 129|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_R_Bone - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 9 - Data: 56 + Data: 63 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2316,14 +2433,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 123|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 130|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 124|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 131|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -2347,13 +2464,13 @@ MonoBehaviour: Data: chest_Bone_T - Name: $v Entry: 7 - Data: 125|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 132|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: chest_Bone_T - Name: k__BackingField Entry: 7 - Data: 126|System.RuntimeType, mscorlib + Data: 133|System.RuntimeType, mscorlib - Name: Entry: 1 Data: UnityEngine.Transform, UnityEngine.CoreModule @@ -2362,7 +2479,7 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2377,7 +2494,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 127|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 134|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2402,16 +2519,16 @@ MonoBehaviour: Data: spine_Bone_T - Name: $v Entry: 7 - Data: 128|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 135|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: spine_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2426,7 +2543,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 129|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 136|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2451,16 +2568,16 @@ MonoBehaviour: Data: head_Bone_T - Name: $v Entry: 7 - Data: 130|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 137|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: head_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2475,7 +2592,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 131|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 138|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2500,16 +2617,16 @@ MonoBehaviour: Data: upperLeg_L_Bone_T - Name: $v Entry: 7 - Data: 132|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 139|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperLeg_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2524,7 +2641,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 133|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 140|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2549,16 +2666,16 @@ MonoBehaviour: Data: upperLeg_R_Bone_T - Name: $v Entry: 7 - Data: 134|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 141|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperLeg_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2573,7 +2690,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 135|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 142|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2598,16 +2715,16 @@ MonoBehaviour: Data: lowerLeg_L_Bone_T - Name: $v Entry: 7 - Data: 136|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 143|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerLeg_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2622,7 +2739,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 137|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 144|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2647,16 +2764,16 @@ MonoBehaviour: Data: lowerLeg_R_Bone_T - Name: $v Entry: 7 - Data: 138|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 145|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerLeg_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2671,7 +2788,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 139|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 146|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2696,16 +2813,16 @@ MonoBehaviour: Data: foot_L_Bone_T - Name: $v Entry: 7 - Data: 140|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 147|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2720,7 +2837,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 141|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 148|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2745,16 +2862,16 @@ MonoBehaviour: Data: foot_R_Bone_T - Name: $v Entry: 7 - Data: 142|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 149|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2769,7 +2886,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 143|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 150|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2794,16 +2911,16 @@ MonoBehaviour: Data: upperArm_L_Bone_T - Name: $v Entry: 7 - Data: 144|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 151|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperArm_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2818,7 +2935,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 145|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 152|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2843,16 +2960,16 @@ MonoBehaviour: Data: upperArm_R_Bone_T - Name: $v Entry: 7 - Data: 146|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 153|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperArm_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2867,7 +2984,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 147|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 154|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2892,16 +3009,16 @@ MonoBehaviour: Data: lowerArm_L_Bone_T - Name: $v Entry: 7 - Data: 148|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 155|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerArm_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2916,7 +3033,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 149|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 156|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2941,16 +3058,16 @@ MonoBehaviour: Data: lowerArm_R_Bone_T - Name: $v Entry: 7 - Data: 150|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 157|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerArm_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -2965,7 +3082,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 151|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 158|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -2990,16 +3107,16 @@ MonoBehaviour: Data: hand_L_Bone_T - Name: $v Entry: 7 - Data: 152|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 159|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: hand_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3014,7 +3131,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 153|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 160|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3039,16 +3156,16 @@ MonoBehaviour: Data: hand_R_Bone_T - Name: $v Entry: 7 - Data: 154|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 161|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: hand_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3063,7 +3180,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 155|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 162|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3088,16 +3205,16 @@ MonoBehaviour: Data: index_L_Bone_T - Name: $v Entry: 7 - Data: 156|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 163|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3112,7 +3229,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 157|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 164|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3137,16 +3254,16 @@ MonoBehaviour: Data: index_R_Bone_T - Name: $v Entry: 7 - Data: 158|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 165|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3161,7 +3278,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 159|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 166|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3186,16 +3303,16 @@ MonoBehaviour: Data: middle_L_Bone_T - Name: $v Entry: 7 - Data: 160|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 167|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3210,7 +3327,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 161|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 168|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3235,16 +3352,16 @@ MonoBehaviour: Data: middle_R_Bone_T - Name: $v Entry: 7 - Data: 162|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 169|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3259,7 +3376,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 163|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 170|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3284,16 +3401,16 @@ MonoBehaviour: Data: ring_L_Bone_T - Name: $v Entry: 7 - Data: 164|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 171|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3308,7 +3425,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 165|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 172|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3333,16 +3450,16 @@ MonoBehaviour: Data: ring_R_Bone_T - Name: $v Entry: 7 - Data: 166|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 173|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3357,7 +3474,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 167|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 174|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3382,16 +3499,16 @@ MonoBehaviour: Data: little_L_Bone_T - Name: $v Entry: 7 - Data: 168|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 175|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_L_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3406,7 +3523,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 169|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 176|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3431,16 +3548,16 @@ MonoBehaviour: Data: little_R_Bone_T - Name: $v Entry: 7 - Data: 170|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 177|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_R_Bone_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3455,7 +3572,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 171|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 178|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -3480,13 +3597,13 @@ MonoBehaviour: Data: head_Collider - Name: $v Entry: 7 - Data: 172|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 179|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: head_Collider - Name: k__BackingField Entry: 7 - Data: 173|System.RuntimeType, mscorlib + Data: 180|System.RuntimeType, mscorlib - Name: Entry: 1 Data: UnityEngine.SphereCollider, UnityEngine.PhysicsModule @@ -3495,7 +3612,7 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 9 - Data: 173 + Data: 180 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3510,14 +3627,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 174|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 181|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 175|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 182|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -3541,13 +3658,13 @@ MonoBehaviour: Data: chest_Collider - Name: $v Entry: 7 - Data: 176|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 183|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: chest_Collider - Name: k__BackingField Entry: 7 - Data: 177|System.RuntimeType, mscorlib + Data: 184|System.RuntimeType, mscorlib - Name: Entry: 1 Data: UnityEngine.CapsuleCollider, UnityEngine.PhysicsModule @@ -3556,7 +3673,7 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3571,14 +3688,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 178|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 185|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 179|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 186|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -3602,16 +3719,16 @@ MonoBehaviour: Data: spine_Collider - Name: $v Entry: 7 - Data: 180|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 187|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: spine_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3626,14 +3743,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 181|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 188|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 182|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 189|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -3657,16 +3774,16 @@ MonoBehaviour: Data: upperLeg_L_Collider - Name: $v Entry: 7 - Data: 183|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 190|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperLeg_L_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3681,14 +3798,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 184|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 191|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 185|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 192|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -3712,16 +3829,16 @@ MonoBehaviour: Data: upperLeg_R_Collider - Name: $v Entry: 7 - Data: 186|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 193|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperLeg_R_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3736,14 +3853,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 187|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 194|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 188|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 195|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -3767,16 +3884,16 @@ MonoBehaviour: Data: lowerLeg_L_Collider - Name: $v Entry: 7 - Data: 189|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 196|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerLeg_L_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3791,14 +3908,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 190|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 197|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 191|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 198|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -3822,16 +3939,16 @@ MonoBehaviour: Data: lowerLeg_R_Collider - Name: $v Entry: 7 - Data: 192|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 199|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerLeg_R_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3846,14 +3963,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 193|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 200|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 194|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 201|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -3877,16 +3994,16 @@ MonoBehaviour: Data: foot_L_Collider - Name: $v Entry: 7 - Data: 195|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 202|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_L_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3901,14 +4018,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 196|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 203|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 197|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 204|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -3932,16 +4049,16 @@ MonoBehaviour: Data: foot_R_Collider - Name: $v Entry: 7 - Data: 198|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 205|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_R_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -3956,14 +4073,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 199|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 206|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 200|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 207|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -3987,16 +4104,16 @@ MonoBehaviour: Data: upperArm_L_Collider - Name: $v Entry: 7 - Data: 201|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 208|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperArm_L_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4011,14 +4128,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 202|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 209|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 203|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 210|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4042,16 +4159,16 @@ MonoBehaviour: Data: upperArm_R_Collider - Name: $v Entry: 7 - Data: 204|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 211|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperArm_R_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4066,14 +4183,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 205|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 212|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 206|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 213|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4097,16 +4214,16 @@ MonoBehaviour: Data: lowerArm_L_Collider - Name: $v Entry: 7 - Data: 207|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 214|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerArm_L_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4121,14 +4238,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 208|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 215|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 209|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 216|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4152,16 +4269,16 @@ MonoBehaviour: Data: lowerArm_R_Collider - Name: $v Entry: 7 - Data: 210|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 217|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerArm_R_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4176,14 +4293,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 211|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 218|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 212|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 219|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4207,16 +4324,16 @@ MonoBehaviour: Data: index_L_Collider - Name: $v Entry: 7 - Data: 213|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 220|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_L_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4231,14 +4348,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 214|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 221|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 215|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 222|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4262,16 +4379,16 @@ MonoBehaviour: Data: index_R_Collider - Name: $v Entry: 7 - Data: 216|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 223|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_R_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4286,14 +4403,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 217|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 224|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 218|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 225|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4317,16 +4434,16 @@ MonoBehaviour: Data: middle_L_Collider - Name: $v Entry: 7 - Data: 219|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 226|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_L_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4341,14 +4458,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 220|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 227|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 221|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 228|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4372,16 +4489,16 @@ MonoBehaviour: Data: middle_R_Collider - Name: $v Entry: 7 - Data: 222|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 229|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_R_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4396,14 +4513,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 223|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 230|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 224|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 231|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4427,16 +4544,16 @@ MonoBehaviour: Data: ring_L_Collider - Name: $v Entry: 7 - Data: 225|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 232|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_L_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4451,14 +4568,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 226|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 233|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 227|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 234|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4482,16 +4599,16 @@ MonoBehaviour: Data: ring_R_Collider - Name: $v Entry: 7 - Data: 228|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 235|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_R_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4506,14 +4623,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 229|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 236|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 230|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 237|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4537,16 +4654,16 @@ MonoBehaviour: Data: little_L_Collider - Name: $v Entry: 7 - Data: 231|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 238|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_L_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4561,14 +4678,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 232|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 239|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 233|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 240|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4592,16 +4709,16 @@ MonoBehaviour: Data: little_R_Collider - Name: $v Entry: 7 - Data: 234|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 241|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_R_Collider - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 9 - Data: 177 + Data: 184 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4616,14 +4733,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 235|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 242|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 236|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 243|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4647,13 +4764,13 @@ MonoBehaviour: Data: hand_L_Collider - Name: $v Entry: 7 - Data: 237|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 244|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: hand_L_Collider - Name: k__BackingField Entry: 7 - Data: 238|System.RuntimeType, mscorlib + Data: 245|System.RuntimeType, mscorlib - Name: Entry: 1 Data: UnityEngine.BoxCollider, UnityEngine.PhysicsModule @@ -4662,7 +4779,7 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 9 - Data: 238 + Data: 245 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4677,14 +4794,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 239|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 246|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 240|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 247|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4708,16 +4825,16 @@ MonoBehaviour: Data: hand_R_Collider - Name: $v Entry: 7 - Data: 241|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 248|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: hand_R_Collider - Name: k__BackingField Entry: 9 - Data: 238 + Data: 245 - Name: k__BackingField Entry: 9 - Data: 238 + Data: 245 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4732,14 +4849,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 242|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 249|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 243|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 250|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -4763,16 +4880,16 @@ MonoBehaviour: Data: chest_Collider_T - Name: $v Entry: 7 - Data: 244|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 251|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: chest_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4787,7 +4904,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 245|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 252|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -4812,16 +4929,16 @@ MonoBehaviour: Data: spine_Collider_T - Name: $v Entry: 7 - Data: 246|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 253|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: spine_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4836,7 +4953,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 247|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 254|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -4861,16 +4978,16 @@ MonoBehaviour: Data: head_Collider_T - Name: $v Entry: 7 - Data: 248|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 255|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: head_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4885,7 +5002,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 249|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 256|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -4910,16 +5027,16 @@ MonoBehaviour: Data: upperLeg_L_Collider_T - Name: $v Entry: 7 - Data: 250|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 257|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperLeg_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4934,7 +5051,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 251|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 258|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -4959,16 +5076,16 @@ MonoBehaviour: Data: upperLeg_R_Collider_T - Name: $v Entry: 7 - Data: 252|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 259|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperLeg_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -4983,7 +5100,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 253|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 260|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5008,16 +5125,16 @@ MonoBehaviour: Data: lowerLeg_L_Collider_T - Name: $v Entry: 7 - Data: 254|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 261|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerLeg_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5032,7 +5149,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 255|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 262|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5057,16 +5174,16 @@ MonoBehaviour: Data: lowerLeg_R_Collider_T - Name: $v Entry: 7 - Data: 256|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 263|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerLeg_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5081,7 +5198,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 257|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 264|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5106,16 +5223,16 @@ MonoBehaviour: Data: foot_L_Collider_T - Name: $v Entry: 7 - Data: 258|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 265|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5130,7 +5247,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 259|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 266|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5155,16 +5272,16 @@ MonoBehaviour: Data: foot_R_Collider_T - Name: $v Entry: 7 - Data: 260|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 267|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5179,7 +5296,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 261|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 268|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5204,16 +5321,16 @@ MonoBehaviour: Data: upperArm_L_Collider_T - Name: $v Entry: 7 - Data: 262|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 269|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperArm_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5228,7 +5345,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 263|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 270|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5253,16 +5370,16 @@ MonoBehaviour: Data: upperArm_R_Collider_T - Name: $v Entry: 7 - Data: 264|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 271|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperArm_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5277,7 +5394,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 265|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 272|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5302,16 +5419,16 @@ MonoBehaviour: Data: lowerArm_L_Collider_T - Name: $v Entry: 7 - Data: 266|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 273|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerArm_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5326,7 +5443,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 267|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 274|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5351,16 +5468,16 @@ MonoBehaviour: Data: lowerArm_R_Collider_T - Name: $v Entry: 7 - Data: 268|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 275|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerArm_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5375,7 +5492,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 269|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 276|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5400,16 +5517,16 @@ MonoBehaviour: Data: hand_L_Collider_T - Name: $v Entry: 7 - Data: 270|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 277|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: hand_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5424,7 +5541,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 271|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 278|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5449,16 +5566,16 @@ MonoBehaviour: Data: hand_R_Collider_T - Name: $v Entry: 7 - Data: 272|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 279|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: hand_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5473,7 +5590,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 273|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 280|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5498,16 +5615,16 @@ MonoBehaviour: Data: index_L_Collider_T - Name: $v Entry: 7 - Data: 274|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 281|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5522,7 +5639,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 275|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 282|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5547,16 +5664,16 @@ MonoBehaviour: Data: index_R_Collider_T - Name: $v Entry: 7 - Data: 276|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 283|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5571,7 +5688,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 277|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 284|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5596,16 +5713,16 @@ MonoBehaviour: Data: middle_L_Collider_T - Name: $v Entry: 7 - Data: 278|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 285|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5620,7 +5737,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 279|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 286|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5645,16 +5762,16 @@ MonoBehaviour: Data: middle_R_Collider_T - Name: $v Entry: 7 - Data: 280|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 287|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5669,7 +5786,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 281|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 288|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5694,16 +5811,16 @@ MonoBehaviour: Data: ring_L_Collider_T - Name: $v Entry: 7 - Data: 282|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 289|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5718,7 +5835,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 283|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 290|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5743,16 +5860,16 @@ MonoBehaviour: Data: ring_R_Collider_T - Name: $v Entry: 7 - Data: 284|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 291|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5767,7 +5884,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 285|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 292|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5792,16 +5909,16 @@ MonoBehaviour: Data: little_L_Collider_T - Name: $v Entry: 7 - Data: 286|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 293|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_L_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5816,7 +5933,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 287|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 294|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5841,16 +5958,16 @@ MonoBehaviour: Data: little_R_Collider_T - Name: $v Entry: 7 - Data: 288|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 295|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_R_Collider_T - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 9 - Data: 126 + Data: 133 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5865,7 +5982,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 289|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 296|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5890,13 +6007,13 @@ MonoBehaviour: Data: colliderVisualizers - Name: $v Entry: 7 - Data: 290|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 297|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: colliderVisualizers - Name: k__BackingField Entry: 7 - Data: 291|System.RuntimeType, mscorlib + Data: 298|System.RuntimeType, mscorlib - Name: Entry: 1 Data: JetDog.UserCollider.VisualizePrimCollider[], Assembly-CSharp @@ -5905,7 +6022,7 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 7 - Data: 292|System.RuntimeType, mscorlib + Data: 299|System.RuntimeType, mscorlib - Name: Entry: 1 Data: UnityEngine.Component[], UnityEngine.CoreModule @@ -5926,7 +6043,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 293|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 300|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -5951,13 +6068,13 @@ MonoBehaviour: Data: upperLeg_radius - Name: $v Entry: 7 - Data: 294|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 301|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperLeg_radius - Name: k__BackingField Entry: 7 - Data: 295|System.RuntimeType, mscorlib + Data: 302|System.RuntimeType, mscorlib - Name: Entry: 1 Data: System.Single, mscorlib @@ -5966,7 +6083,7 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -5981,14 +6098,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 296|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 303|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 297|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 304|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -6012,16 +6129,16 @@ MonoBehaviour: Data: lowerLeg_radius - Name: $v Entry: 7 - Data: 298|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 305|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerLeg_radius - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6036,14 +6153,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 299|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 306|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 300|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 307|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -6067,16 +6184,16 @@ MonoBehaviour: Data: foot_radius - Name: $v Entry: 7 - Data: 301|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 308|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_radius - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6091,14 +6208,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 302|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 309|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 303|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 310|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -6122,16 +6239,16 @@ MonoBehaviour: Data: upperArm_radius - Name: $v Entry: 7 - Data: 304|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 311|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: upperArm_radius - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6146,14 +6263,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 305|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 312|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 306|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 313|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -6177,16 +6294,16 @@ MonoBehaviour: Data: lowerArm_radius - Name: $v Entry: 7 - Data: 307|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 314|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: lowerArm_radius - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6201,14 +6318,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 308|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 315|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 309|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 316|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -6232,16 +6349,16 @@ MonoBehaviour: Data: SpineFactor - Name: $v Entry: 7 - Data: 310|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 317|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: SpineFactor - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6256,14 +6373,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 311|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 318|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 312|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 319|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -6287,16 +6404,16 @@ MonoBehaviour: Data: head_radius - Name: $v Entry: 7 - Data: 313|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 320|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: head_radius - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6311,14 +6428,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 314|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 321|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 315|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 322|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -6342,16 +6459,16 @@ MonoBehaviour: Data: finger_radius - Name: $v Entry: 7 - Data: 316|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 323|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: finger_radius - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 9 - Data: 295 + Data: 302 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6366,14 +6483,14 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 317|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 324|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 Data: 1 - Name: Entry: 7 - Data: 318|UnityEngine.SerializeField, UnityEngine.CoreModule + Data: 325|UnityEngine.SerializeField, UnityEngine.CoreModule - Name: Entry: 8 Data: @@ -6397,7 +6514,7 @@ MonoBehaviour: Data: foot_Valid - Name: $v Entry: 7 - Data: 319|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 326|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: foot_Valid @@ -6421,7 +6538,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 320|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 327|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6446,7 +6563,7 @@ MonoBehaviour: Data: index_Valid - Name: $v Entry: 7 - Data: 321|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 328|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_Valid @@ -6470,7 +6587,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 322|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 329|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6495,7 +6612,7 @@ MonoBehaviour: Data: middle_Valid - Name: $v Entry: 7 - Data: 323|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 330|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_Valid @@ -6519,7 +6636,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 324|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 331|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6544,7 +6661,7 @@ MonoBehaviour: Data: ring_Valid - Name: $v Entry: 7 - Data: 325|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 332|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_Valid @@ -6568,7 +6685,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 326|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 333|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6593,7 +6710,7 @@ MonoBehaviour: Data: little_Valid - Name: $v Entry: 7 - Data: 327|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 334|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_Valid @@ -6617,7 +6734,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 328|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 335|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6642,7 +6759,7 @@ MonoBehaviour: Data: eye_Valid - Name: $v Entry: 7 - Data: 329|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 336|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: eye_Valid @@ -6666,7 +6783,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 330|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 337|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6691,7 +6808,7 @@ MonoBehaviour: Data: humanoidValid - Name: $v Entry: 7 - Data: 331|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 338|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: humanoidValid @@ -6715,7 +6832,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 332|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 339|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6740,13 +6857,13 @@ MonoBehaviour: Data: index_L_Furthest - Name: $v Entry: 7 - Data: 333|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 340|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_L_Furthest - Name: k__BackingField Entry: 7 - Data: 334|System.RuntimeType, mscorlib + Data: 341|System.RuntimeType, mscorlib - Name: Entry: 1 Data: UnityEngine.HumanBodyBones, UnityEngine.AnimationModule @@ -6755,7 +6872,7 @@ MonoBehaviour: Data: - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6770,7 +6887,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 335|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 342|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6795,16 +6912,16 @@ MonoBehaviour: Data: index_R_Furthest - Name: $v Entry: 7 - Data: 336|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 343|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: index_R_Furthest - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6819,7 +6936,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 337|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 344|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6844,16 +6961,16 @@ MonoBehaviour: Data: middle_L_Furthest - Name: $v Entry: 7 - Data: 338|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 345|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_L_Furthest - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6868,7 +6985,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 339|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 346|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6893,16 +7010,16 @@ MonoBehaviour: Data: middle_R_Furthest - Name: $v Entry: 7 - Data: 340|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 347|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: middle_R_Furthest - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6917,7 +7034,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 341|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 348|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6942,16 +7059,16 @@ MonoBehaviour: Data: ring_L_Furthest - Name: $v Entry: 7 - Data: 342|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 349|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_L_Furthest - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -6966,7 +7083,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 343|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 350|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -6991,16 +7108,16 @@ MonoBehaviour: Data: ring_R_Furthest - Name: $v Entry: 7 - Data: 344|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 351|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: ring_R_Furthest - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -7015,7 +7132,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 345|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 352|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -7040,16 +7157,16 @@ MonoBehaviour: Data: little_L_Furthest - Name: $v Entry: 7 - Data: 346|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 353|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_L_Furthest - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -7064,7 +7181,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 347|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 354|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 @@ -7089,16 +7206,16 @@ MonoBehaviour: Data: little_R_Furthest - Name: $v Entry: 7 - Data: 348|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 355|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: k__BackingField Entry: 1 Data: little_R_Furthest - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 9 - Data: 334 + Data: 341 - Name: k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -7113,7 +7230,7 @@ MonoBehaviour: Data: false - Name: _fieldAttributes Entry: 7 - Data: 349|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], + Data: 356|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 diff --git a/Scripts/AvatarArmatureColliderSystem.cs b/Scripts/AvatarArmatureColliderSystem.cs index 0d3e552..e6bfb2b 100644 --- a/Scripts/AvatarArmatureColliderSystem.cs +++ b/Scripts/AvatarArmatureColliderSystem.cs @@ -229,6 +229,120 @@ public bool ColliderIsTrigger } } [PublicAPI] + public LayerMask IncludeLayers + { + get => _includeLayers; + set + { + _includeLayers = value; + + chest_Bone.includeLayers = _includeLayers; + spine_Bone.includeLayers = _includeLayers; + head_Bone.includeLayers = _includeLayers; + upperLeg_L_Bone.includeLayers = _includeLayers; + lowerLeg_L_Bone.includeLayers = _includeLayers; + foot_L_Bone.includeLayers = _includeLayers; + upperLeg_R_Bone.includeLayers = _includeLayers; + lowerLeg_R_Bone.includeLayers = _includeLayers; + foot_R_Bone.includeLayers = _includeLayers; + upperArm_L_Bone.includeLayers = _includeLayers; + lowerArm_L_Bone.includeLayers = _includeLayers; + hand_L_Bone.includeLayers = _includeLayers; + upperArm_R_Bone.includeLayers = _includeLayers; + lowerArm_R_Bone.includeLayers = _includeLayers; + hand_R_Bone.includeLayers = _includeLayers; + index_L_Bone.includeLayers = _includeLayers; + middle_L_Bone.includeLayers = _includeLayers; + ring_L_Bone.includeLayers = _includeLayers; + little_L_Bone.includeLayers = _includeLayers; + index_R_Bone.includeLayers = _includeLayers; + middle_R_Bone.includeLayers = _includeLayers; + ring_R_Bone.includeLayers = _includeLayers; + little_R_Bone.includeLayers = _includeLayers; + + chest_Collider.includeLayers = _includeLayers; + spine_Collider.includeLayers = _includeLayers; + head_Collider.includeLayers = _includeLayers; + upperLeg_L_Collider.includeLayers = _includeLayers; + lowerLeg_L_Collider.includeLayers = _includeLayers; + foot_L_Collider.includeLayers = _includeLayers; + upperLeg_R_Collider.includeLayers = _includeLayers; + lowerLeg_R_Collider.includeLayers = _includeLayers; + foot_R_Collider.includeLayers = _includeLayers; + upperArm_L_Collider.includeLayers = _includeLayers; + lowerArm_L_Collider.includeLayers = _includeLayers; + hand_L_Collider.includeLayers = _includeLayers; + upperArm_R_Collider.includeLayers = _includeLayers; + lowerArm_R_Collider.includeLayers = _includeLayers; + hand_R_Collider.includeLayers = _includeLayers; + index_L_Collider.includeLayers = _includeLayers; + middle_L_Collider.includeLayers = _includeLayers; + ring_L_Collider.includeLayers = _includeLayers; + little_L_Collider.includeLayers = _includeLayers; + index_R_Collider.includeLayers = _includeLayers; + middle_R_Collider.includeLayers = _includeLayers; + ring_R_Collider.includeLayers = _includeLayers; + little_R_Collider.includeLayers = _includeLayers; + } + } + [PublicAPI] + public LayerMask ExcludeLayers + { + get => _excludeLayers; + set + { + _excludeLayers = value; + + chest_Bone.excludeLayers = _excludeLayers; + spine_Bone.excludeLayers = _excludeLayers; + head_Bone.excludeLayers = _excludeLayers; + upperLeg_L_Bone.excludeLayers = _excludeLayers; + lowerLeg_L_Bone.excludeLayers = _excludeLayers; + foot_L_Bone.excludeLayers = _excludeLayers; + upperLeg_R_Bone.excludeLayers = _excludeLayers; + lowerLeg_R_Bone.excludeLayers = _excludeLayers; + foot_R_Bone.excludeLayers = _excludeLayers; + upperArm_L_Bone.excludeLayers = _excludeLayers; + lowerArm_L_Bone.excludeLayers = _excludeLayers; + hand_L_Bone.excludeLayers = _excludeLayers; + upperArm_R_Bone.excludeLayers = _excludeLayers; + lowerArm_R_Bone.excludeLayers = _excludeLayers; + hand_R_Bone.excludeLayers = _excludeLayers; + index_L_Bone.excludeLayers = _excludeLayers; + middle_L_Bone.excludeLayers = _excludeLayers; + ring_L_Bone.excludeLayers = _excludeLayers; + little_L_Bone.excludeLayers = _excludeLayers; + index_R_Bone.excludeLayers = _excludeLayers; + middle_R_Bone.excludeLayers = _excludeLayers; + ring_R_Bone.excludeLayers = _excludeLayers; + little_R_Bone.excludeLayers = _excludeLayers; + + chest_Collider.excludeLayers = _excludeLayers; + spine_Collider.excludeLayers = _excludeLayers; + head_Collider.excludeLayers = _excludeLayers; + upperLeg_L_Collider.excludeLayers = _excludeLayers; + lowerLeg_L_Collider.excludeLayers = _excludeLayers; + foot_L_Collider.excludeLayers = _excludeLayers; + upperLeg_R_Collider.excludeLayers = _excludeLayers; + lowerLeg_R_Collider.excludeLayers = _excludeLayers; + foot_R_Collider.excludeLayers = _excludeLayers; + upperArm_L_Collider.excludeLayers = _excludeLayers; + lowerArm_L_Collider.excludeLayers = _excludeLayers; + hand_L_Collider.excludeLayers = _excludeLayers; + upperArm_R_Collider.excludeLayers = _excludeLayers; + lowerArm_R_Collider.excludeLayers = _excludeLayers; + hand_R_Collider.excludeLayers = _excludeLayers; + index_L_Collider.excludeLayers = _excludeLayers; + middle_L_Collider.excludeLayers = _excludeLayers; + ring_L_Collider.excludeLayers = _excludeLayers; + little_L_Collider.excludeLayers = _excludeLayers; + index_R_Collider.excludeLayers = _excludeLayers; + middle_R_Collider.excludeLayers = _excludeLayers; + ring_R_Collider.excludeLayers = _excludeLayers; + little_R_Collider.excludeLayers = _excludeLayers; + } + } + [PublicAPI] public bool VisualizerState { get => _visualizerState; } //isActiveAndEnabled not whitelisted so recreated till whitelisted private new bool isActiveAndEnabled @@ -245,14 +359,18 @@ public bool ColliderIsTrigger [SerializeField] //get local api on start private bool getLocalUser = false; - [SerializeField] - private bool _colliderIsTrigger = false; - //collider target private VRCPlayerApi _userApi; + [SerializeField] //collider layers 10 is local, 9 is remote. private int _colliderLayer = 0; + [SerializeField] + private bool _colliderIsTrigger = false; + [SerializeField] + private LayerMask _includeLayers; + [SerializeField] + private LayerMask _excludeLayers; private const float averageEyeHeight = 1.64f; @@ -914,6 +1032,8 @@ private void OnEnable() ColliderLayer = _colliderLayer; ColliderIsTrigger = _colliderIsTrigger; + IncludeLayers = _includeLayers; + ExcludeLayers = _excludeLayers; colliderVisualizers = GetComponentsInChildren(true); if (_visualizerState && _avatarCalibrated) VisualizeColliders(true); @@ -1059,6 +1179,7 @@ private void _TransformInit() chest_Bone_T.localScale = Vector3.one; spine_Bone_T.localScale = Vector3.one; + head_Bone_T.localScale = Vector3.one; upperLeg_L_Bone_T.localScale = Vector3.one; lowerLeg_L_Bone_T.localScale = Vector3.one; foot_L_Bone_T.localScale = Vector3.one; @@ -1082,6 +1203,7 @@ private void _TransformInit() chest_Collider_T.localScale = Vector3.one; + spine_Collider_T.localScale = Vector3.one; head_Collider_T.localScale = Vector3.one; index_L_Collider_T.localScale = Vector3.one; middle_L_Collider_T.localScale = Vector3.one; @@ -1150,14 +1272,13 @@ private void _ColliderInit() lowerArm_L_Collider.center = Vector3.zero; upperArm_R_Collider.center = Vector3.zero; lowerArm_R_Collider.center = Vector3.zero; - - ColliderIsTrigger = _colliderIsTrigger; } private void _RigidbodyInit() { bool boneKinematic = true; chest_Bone.isKinematic = boneKinematic; spine_Bone.isKinematic = boneKinematic; + head_Bone.isKinematic = boneKinematic; upperLeg_L_Bone.isKinematic = boneKinematic; lowerLeg_L_Bone.isKinematic = boneKinematic; foot_L_Bone.isKinematic = boneKinematic; @@ -1182,6 +1303,7 @@ private void _RigidbodyInit() RigidbodyInterpolation interpMode = RigidbodyInterpolation.None; chest_Bone.interpolation = interpMode; spine_Bone.interpolation = interpMode; + head_Bone.interpolation = interpMode; upperLeg_L_Bone.interpolation = interpMode; lowerLeg_L_Bone.interpolation = interpMode; foot_L_Bone.interpolation = interpMode; @@ -1220,6 +1342,7 @@ private void _RigidbodyInit() cDM = CollisionDetectionMode.Discrete; chest_Bone.collisionDetectionMode = cDM; spine_Bone.collisionDetectionMode = cDM; + head_Bone.collisionDetectionMode = cDM; upperLeg_L_Bone.collisionDetectionMode = cDM; lowerLeg_L_Bone.collisionDetectionMode = cDM; upperLeg_R_Bone.collisionDetectionMode = cDM; @@ -1229,7 +1352,6 @@ private void _RigidbodyInit() upperArm_R_Bone.collisionDetectionMode = cDM; lowerArm_R_Bone.collisionDetectionMode = cDM; - } //ignore self collision private void _ColliderIgnoreSelf()