diff --git a/Editor/NaughtyAttributes/Editor.meta b/Editor/NaughtyAttributes/Editor.meta deleted file mode 100644 index e6d284d..0000000 --- a/Editor/NaughtyAttributes/Editor.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: f3f898b36e67bd14c92e03d636f51c7b -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Editor/Udexreal.HandDriver.Editor.asmdef b/Editor/Udexreal.HandDriver.Editor.asmdef deleted file mode 100644 index 5d025d9..0000000 --- a/Editor/Udexreal.HandDriver.Editor.asmdef +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HandDriver.Editor", - "rootNamespace": "HandDriver.Editor", - "references": [ - "HandDriver.Runtime" - ], - "includePlatforms": [ - "Editor" - ], - "autoReferenced": true -} diff --git a/Runtime/HandDriver.cs b/Runtime/HandDriver.cs index cf3de29..c257070 100644 --- a/Runtime/HandDriver.cs +++ b/Runtime/HandDriver.cs @@ -1,6 +1,4 @@ -#if UNITY_EDITOR using NaughtyAttributes; -#endif using System.Collections.Generic; using TouchSocket.Core; using UnityEngine; @@ -106,17 +104,11 @@ public class HandDriver : MonoBehaviour public string SendBackIP; public VibrationData vibrationData; -#if UNITY_EDITOR [BoxGroup("Vibrator 1"), Min(0), Label("Million Second")] -#endif public int Duration1 = 20; -#if UNITY_EDITOR [BoxGroup("Vibrator 1"), Range(4, 10)] -#endif public int Amplitude1 = 4; -#if UNITY_EDITOR [Button] -#endif public void Vibrator_1Active() { if (Network == null) return; @@ -142,17 +134,11 @@ public class HandDriver : MonoBehaviour Network.SendVibrationMsg(CharacterName, SendBackIP, vibrationData); } -#if UNITY_EDITOR [BoxGroup("Vibrator 2"), Min(0), Label("Million Second")] -#endif public int Duration2 = 20; -#if UNITY_EDITOR [BoxGroup("Vibrator 2"), Range(4, 10)] -#endif public int Amplitude2 = 4; -#if UNITY_EDITOR [Button] -#endif public void Vibrator_2Active() { if (Network == null) return; @@ -177,9 +163,7 @@ public class HandDriver : MonoBehaviour } Network.SendVibrationMsg(CharacterName, SendBackIP, vibrationData); } -#if UNITY_EDITOR [Button] -#endif public void BothActiveWithVibrator_1Parameters() { if (Network == null) return; diff --git a/Runtime/NaughtyAttributes.meta b/Runtime/NaughtyAttributes.meta deleted file mode 100644 index 8f55a36..0000000 --- a/Runtime/NaughtyAttributes.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: e96c44af053ca4440bcd4a81d3c29943 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Runtime/Udexreal.HandDriver.Runtime.asmdef.txt b/Runtime/Udexreal.HandDriver.Runtime.asmdef.txt deleted file mode 100644 index 30d6fb2..0000000 --- a/Runtime/Udexreal.HandDriver.Runtime.asmdef.txt +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "HandDriver.Runtime", - "rootNamespace": "HandDriver", - "references": [], - "includePlatforms": [], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false -} diff --git a/Editor/NaughtyAttributes.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes.meta similarity index 100% rename from Editor/NaughtyAttributes.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes.meta diff --git a/Runtime/NaughtyAttributes/Core.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/AllowNestingAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/AllowNestingAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/AllowNestingAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/AllowNestingAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/AllowNestingAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/AllowNestingAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/AllowNestingAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/AllowNestingAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/AnimatorParamAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/AnimatorParamAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/AnimatorParamAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/AnimatorParamAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/AnimatorParamAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/AnimatorParamAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/AnimatorParamAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/AnimatorParamAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/CurveRangeAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/CurveRangeAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/CurveRangeAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/CurveRangeAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/CurveRangeAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/CurveRangeAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/CurveRangeAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/CurveRangeAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/DrawerAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/DrawerAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/DrawerAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/DrawerAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/DrawerAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/DrawerAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/DrawerAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/DrawerAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/DropdownAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/DropdownAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/DropdownAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/DropdownAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/DropdownAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/DropdownAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/DropdownAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/DropdownAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/EnumFlagsAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/EnumFlagsAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/EnumFlagsAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/EnumFlagsAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/EnumFlagsAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/EnumFlagsAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/EnumFlagsAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/EnumFlagsAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/Expandable.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/Expandable.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/Expandable.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/Expandable.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/Expandable.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/Expandable.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/Expandable.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/Expandable.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/HorizontalLineAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/HorizontalLineAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/HorizontalLineAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/HorizontalLineAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/HorizontalLineAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/HorizontalLineAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/HorizontalLineAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/HorizontalLineAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/InfoBoxAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/InfoBoxAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/InfoBoxAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/InfoBoxAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/InfoBoxAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/InfoBoxAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/InfoBoxAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/InfoBoxAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/InputAxisAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/InputAxisAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/InputAxisAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/InputAxisAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/InputAxisAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/InputAxisAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/InputAxisAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/InputAxisAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/LayerAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/LayerAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/LayerAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/LayerAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/LayerAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/LayerAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/LayerAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/LayerAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/MinMaxSliderAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/MinMaxSliderAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/MinMaxSliderAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/MinMaxSliderAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/MinMaxSliderAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/MinMaxSliderAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/MinMaxSliderAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/MinMaxSliderAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/ProgressBarAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ProgressBarAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/ProgressBarAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ProgressBarAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/ProgressBarAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ProgressBarAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/ProgressBarAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ProgressBarAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/ResizableTextAreaAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ResizableTextAreaAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/ResizableTextAreaAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ResizableTextAreaAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/ResizableTextAreaAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ResizableTextAreaAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/ResizableTextAreaAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ResizableTextAreaAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/SceneAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/SceneAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/SceneAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/SceneAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/SceneAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/SceneAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/SceneAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/SceneAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/ShowAssetPreviewAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ShowAssetPreviewAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/ShowAssetPreviewAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ShowAssetPreviewAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/ShowAssetPreviewAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ShowAssetPreviewAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/ShowAssetPreviewAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/ShowAssetPreviewAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/TagAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/TagAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/TagAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/TagAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes/TagAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/TagAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes/TagAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes/TagAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ButtonAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ButtonAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ButtonAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ButtonAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ButtonAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ButtonAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ButtonAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ButtonAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ReorderableListAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ReorderableListAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ReorderableListAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ReorderableListAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ReorderableListAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ReorderableListAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ReorderableListAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ReorderableListAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNativePropertyAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNativePropertyAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNativePropertyAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNativePropertyAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNativePropertyAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNativePropertyAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNativePropertyAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNativePropertyAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNonSerializedFieldAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNonSerializedFieldAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNonSerializedFieldAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNonSerializedFieldAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNonSerializedFieldAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNonSerializedFieldAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNonSerializedFieldAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/ShowNonSerializedFieldAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/SpecialCaseDrawerAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/SpecialCaseDrawerAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/SpecialCaseDrawerAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/SpecialCaseDrawerAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/SpecialCaseDrawerAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/SpecialCaseDrawerAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/SpecialCaseDrawerAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/DrawerAttributes_SpecialCase/SpecialCaseDrawerAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/INaughtyAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/INaughtyAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/INaughtyAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/INaughtyAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/INaughtyAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/INaughtyAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/INaughtyAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/INaughtyAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/BoxGroupAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/BoxGroupAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/BoxGroupAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/BoxGroupAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/BoxGroupAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/BoxGroupAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/BoxGroupAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/BoxGroupAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/DisableIfAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/DisableIfAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/DisableIfAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/DisableIfAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/DisableIfAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/DisableIfAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/DisableIfAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/DisableIfAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/EnableIfAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/EnableIfAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/EnableIfAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/EnableIfAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/EnableIfAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/EnableIfAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/EnableIfAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/EnableIfAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/EnableIfAttributeBase.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/EnableIfAttributeBase.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/EnableIfAttributeBase.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/EnableIfAttributeBase.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/EnableIfAttributeBase.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/EnableIfAttributeBase.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/EnableIfAttributeBase.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/EnableIfAttributeBase.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/FoldoutAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/FoldoutAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/FoldoutAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/FoldoutAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/FoldoutAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/FoldoutAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/FoldoutAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/FoldoutAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/HideIfAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/HideIfAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/HideIfAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/HideIfAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/HideIfAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/HideIfAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/HideIfAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/HideIfAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/IGroupAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/IGroupAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/IGroupAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/IGroupAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/IGroupAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/IGroupAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/IGroupAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/IGroupAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/LabelAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/LabelAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/LabelAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/LabelAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/LabelAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/LabelAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/LabelAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/LabelAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/MetaAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/MetaAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/MetaAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/MetaAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/MetaAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/MetaAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/MetaAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/MetaAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/OnValueChangedAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/OnValueChangedAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/OnValueChangedAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/OnValueChangedAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/OnValueChangedAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/OnValueChangedAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/OnValueChangedAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/OnValueChangedAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/ReadOnlyAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ReadOnlyAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/ReadOnlyAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ReadOnlyAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/ReadOnlyAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ReadOnlyAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/ReadOnlyAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ReadOnlyAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/ShowIfAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ShowIfAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/ShowIfAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ShowIfAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/ShowIfAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ShowIfAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/ShowIfAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ShowIfAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/ShowIfAttributeBase.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ShowIfAttributeBase.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/ShowIfAttributeBase.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ShowIfAttributeBase.cs diff --git a/Runtime/NaughtyAttributes/Core/MetaAttributes/ShowIfAttributeBase.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ShowIfAttributeBase.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/MetaAttributes/ShowIfAttributeBase.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/MetaAttributes/ShowIfAttributeBase.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/NaughtyAttributes.Core.asmdef b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/NaughtyAttributes.Core.asmdef similarity index 100% rename from Runtime/NaughtyAttributes/Core/NaughtyAttributes.Core.asmdef rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/NaughtyAttributes.Core.asmdef diff --git a/Runtime/NaughtyAttributes/Core/NaughtyAttributes.Core.asmdef.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/NaughtyAttributes.Core.asmdef.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/NaughtyAttributes.Core.asmdef.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/NaughtyAttributes.Core.asmdef.meta diff --git a/Runtime/NaughtyAttributes/Core/Utility.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/Utility.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility.meta diff --git a/Runtime/NaughtyAttributes/Core/Utility/EColor.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility/EColor.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/Utility/EColor.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility/EColor.cs diff --git a/Runtime/NaughtyAttributes/Core/Utility/EColor.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility/EColor.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/Utility/EColor.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility/EColor.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/Utility/EConditionOperator.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility/EConditionOperator.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/Utility/EConditionOperator.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility/EConditionOperator.cs diff --git a/Runtime/NaughtyAttributes/Core/Utility/EConditionOperator.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility/EConditionOperator.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/Utility/EConditionOperator.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/Utility/EConditionOperator.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes.meta diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/MaxValueAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/MaxValueAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/MaxValueAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/MaxValueAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/MaxValueAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/MaxValueAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/MaxValueAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/MaxValueAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/MinValueAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/MinValueAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/MinValueAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/MinValueAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/MinValueAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/MinValueAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/MinValueAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/MinValueAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/RequiredAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/RequiredAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/RequiredAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/RequiredAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/RequiredAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/RequiredAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/RequiredAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/RequiredAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/ValidateInputAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/ValidateInputAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/ValidateInputAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/ValidateInputAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/ValidateInputAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/ValidateInputAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/ValidateInputAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/ValidateInputAttribute.cs.meta diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/ValidatorAttribute.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/ValidatorAttribute.cs similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/ValidatorAttribute.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/ValidatorAttribute.cs diff --git a/Runtime/NaughtyAttributes/Core/ValidatorAttributes/ValidatorAttribute.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/ValidatorAttribute.cs.meta similarity index 100% rename from Runtime/NaughtyAttributes/Core/ValidatorAttributes/ValidatorAttribute.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Core/ValidatorAttributes/ValidatorAttribute.cs.meta diff --git a/Editor.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor.meta similarity index 100% rename from Editor.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor.meta diff --git a/Editor/NaughtyAttributes/Editor/DecoratorDrawers.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/DecoratorDrawers.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers.meta diff --git a/Editor/NaughtyAttributes/Editor/DecoratorDrawers/HorizontalLineDecoratorDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers/HorizontalLineDecoratorDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/DecoratorDrawers/HorizontalLineDecoratorDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers/HorizontalLineDecoratorDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/DecoratorDrawers/HorizontalLineDecoratorDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers/HorizontalLineDecoratorDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/DecoratorDrawers/HorizontalLineDecoratorDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers/HorizontalLineDecoratorDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/DecoratorDrawers/InfoBoxDecoratorDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers/InfoBoxDecoratorDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/DecoratorDrawers/InfoBoxDecoratorDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers/InfoBoxDecoratorDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/DecoratorDrawers/InfoBoxDecoratorDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers/InfoBoxDecoratorDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/DecoratorDrawers/InfoBoxDecoratorDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/DecoratorDrawers/InfoBoxDecoratorDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/NaughtyAttributes.Editor.asmdef b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyAttributes.Editor.asmdef similarity index 100% rename from Editor/NaughtyAttributes/Editor/NaughtyAttributes.Editor.asmdef rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyAttributes.Editor.asmdef diff --git a/Editor/NaughtyAttributes/Editor/NaughtyAttributes.Editor.asmdef.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyAttributes.Editor.asmdef.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/NaughtyAttributes.Editor.asmdef.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyAttributes.Editor.asmdef.meta diff --git a/Editor/NaughtyAttributes/Editor/NaughtyInspector.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyInspector.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/NaughtyInspector.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyInspector.cs diff --git a/Editor/NaughtyAttributes/Editor/NaughtyInspector.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyInspector.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/NaughtyInspector.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyInspector.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/NaughtyProperty.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyProperty.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/NaughtyProperty.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyProperty.cs diff --git a/Editor/NaughtyAttributes/Editor/NaughtyProperty.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyProperty.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/NaughtyProperty.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/NaughtyProperty.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/AllowNestingPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/AllowNestingPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/AllowNestingPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/AllowNestingPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/AllowNestingPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/AllowNestingPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/AllowNestingPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/AllowNestingPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/AnimatorParamPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/AnimatorParamPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/AnimatorParamPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/AnimatorParamPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/AnimatorParamPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/AnimatorParamPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/AnimatorParamPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/AnimatorParamPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/CurveRangePropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/CurveRangePropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/CurveRangePropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/CurveRangePropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/CurveRangePropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/CurveRangePropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/CurveRangePropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/CurveRangePropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/DropdownPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/DropdownPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/DropdownPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/DropdownPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/DropdownPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/DropdownPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/DropdownPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/DropdownPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/EnumFlagsPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/EnumFlagsPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/EnumFlagsPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/EnumFlagsPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/EnumFlagsPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/EnumFlagsPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/EnumFlagsPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/EnumFlagsPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/InputAxisPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/InputAxisPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/InputAxisPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/InputAxisPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/InputAxisPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/InputAxisPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/InputAxisPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/InputAxisPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/LayerPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/LayerPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/LayerPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/LayerPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/LayerPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/LayerPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/LayerPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/LayerPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/MinMaxSliderPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/MinMaxSliderPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/MinMaxSliderPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/MinMaxSliderPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/MinMaxSliderPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/MinMaxSliderPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/MinMaxSliderPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/MinMaxSliderPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ProgressBarPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ProgressBarPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ProgressBarPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ProgressBarPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ProgressBarPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ProgressBarPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ProgressBarPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ProgressBarPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/PropertyDrawerBase.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/PropertyDrawerBase.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/PropertyDrawerBase.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/PropertyDrawerBase.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/PropertyDrawerBase.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/PropertyDrawerBase.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/PropertyDrawerBase.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/PropertyDrawerBase.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ResizableTextAreaPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ResizableTextAreaPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ResizableTextAreaPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ResizableTextAreaPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ResizableTextAreaPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ResizableTextAreaPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ResizableTextAreaPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ResizableTextAreaPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ScenePropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ScenePropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ScenePropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ScenePropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ScenePropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ScenePropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ScenePropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ScenePropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ShowAssetPreviewPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ShowAssetPreviewPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ShowAssetPreviewPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ShowAssetPreviewPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/ShowAssetPreviewPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ShowAssetPreviewPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/ShowAssetPreviewPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/ShowAssetPreviewPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/TagPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/TagPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/TagPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/TagPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers/TagPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/TagPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers/TagPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers/TagPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/ReorderableListPropertyDrawer.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/ReorderableListPropertyDrawer.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/ReorderableListPropertyDrawer.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/ReorderableListPropertyDrawer.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/ReorderableListPropertyDrawer.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/ReorderableListPropertyDrawer.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/ReorderableListPropertyDrawer.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/ReorderableListPropertyDrawer.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/SpecialCasePropertyDrawerBase.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/SpecialCasePropertyDrawerBase.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/SpecialCasePropertyDrawerBase.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/SpecialCasePropertyDrawerBase.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/SpecialCasePropertyDrawerBase.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/SpecialCasePropertyDrawerBase.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/SpecialCasePropertyDrawerBase.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyDrawers_SpecialCase/SpecialCasePropertyDrawerBase.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/MaxValuePropertyValidator.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/MaxValuePropertyValidator.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/MaxValuePropertyValidator.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/MaxValuePropertyValidator.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/MaxValuePropertyValidator.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/MaxValuePropertyValidator.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/MaxValuePropertyValidator.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/MaxValuePropertyValidator.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/MinValuePropertyValidator.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/MinValuePropertyValidator.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/MinValuePropertyValidator.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/MinValuePropertyValidator.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/MinValuePropertyValidator.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/MinValuePropertyValidator.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/MinValuePropertyValidator.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/MinValuePropertyValidator.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/PropertyValidatorBase.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/PropertyValidatorBase.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/PropertyValidatorBase.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/PropertyValidatorBase.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/PropertyValidatorBase.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/PropertyValidatorBase.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/PropertyValidatorBase.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/PropertyValidatorBase.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/RequiredPropertyValidator.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/RequiredPropertyValidator.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/RequiredPropertyValidator.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/RequiredPropertyValidator.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/RequiredPropertyValidator.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/RequiredPropertyValidator.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/RequiredPropertyValidator.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/RequiredPropertyValidator.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/ValidateInputPropertyValidator.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/ValidateInputPropertyValidator.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/ValidateInputPropertyValidator.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/ValidateInputPropertyValidator.cs diff --git a/Editor/NaughtyAttributes/Editor/PropertyValidators/ValidateInputPropertyValidator.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/ValidateInputPropertyValidator.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/PropertyValidators/ValidateInputPropertyValidator.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/PropertyValidators/ValidateInputPropertyValidator.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/Utility.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility.meta diff --git a/Editor/NaughtyAttributes/Editor/Utility/ButtonUtility.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/ButtonUtility.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/ButtonUtility.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/ButtonUtility.cs diff --git a/Editor/NaughtyAttributes/Editor/Utility/ButtonUtility.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/ButtonUtility.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/ButtonUtility.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/ButtonUtility.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/Utility/NaughtyEditorGUI.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/NaughtyEditorGUI.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/NaughtyEditorGUI.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/NaughtyEditorGUI.cs diff --git a/Editor/NaughtyAttributes/Editor/Utility/NaughtyEditorGUI.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/NaughtyEditorGUI.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/NaughtyEditorGUI.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/NaughtyEditorGUI.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/Utility/PropertyUtility.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/PropertyUtility.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/PropertyUtility.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/PropertyUtility.cs diff --git a/Editor/NaughtyAttributes/Editor/Utility/PropertyUtility.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/PropertyUtility.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/PropertyUtility.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/PropertyUtility.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/Utility/ReflectionUtility.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/ReflectionUtility.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/ReflectionUtility.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/ReflectionUtility.cs diff --git a/Editor/NaughtyAttributes/Editor/Utility/ReflectionUtility.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/ReflectionUtility.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/ReflectionUtility.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/ReflectionUtility.cs.meta diff --git a/Editor/NaughtyAttributes/Editor/Utility/SavedBool.cs b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/SavedBool.cs similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/SavedBool.cs rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/SavedBool.cs diff --git a/Editor/NaughtyAttributes/Editor/Utility/SavedBool.cs.meta b/Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/SavedBool.cs.meta similarity index 100% rename from Editor/NaughtyAttributes/Editor/Utility/SavedBool.cs.meta rename to Samples~/Hand Driver Demo/Plugins/NaughtyAttributes/Editor/Utility/SavedBool.cs.meta diff --git a/Samples~/Hand Driver Demo/Scripts/HandDriver.cs b/Samples~/Hand Driver Demo/Scripts/HandDriver.cs index cf3de29..c257070 100644 --- a/Samples~/Hand Driver Demo/Scripts/HandDriver.cs +++ b/Samples~/Hand Driver Demo/Scripts/HandDriver.cs @@ -1,6 +1,4 @@ -#if UNITY_EDITOR using NaughtyAttributes; -#endif using System.Collections.Generic; using TouchSocket.Core; using UnityEngine; @@ -106,17 +104,11 @@ public class HandDriver : MonoBehaviour public string SendBackIP; public VibrationData vibrationData; -#if UNITY_EDITOR [BoxGroup("Vibrator 1"), Min(0), Label("Million Second")] -#endif public int Duration1 = 20; -#if UNITY_EDITOR [BoxGroup("Vibrator 1"), Range(4, 10)] -#endif public int Amplitude1 = 4; -#if UNITY_EDITOR [Button] -#endif public void Vibrator_1Active() { if (Network == null) return; @@ -142,17 +134,11 @@ public class HandDriver : MonoBehaviour Network.SendVibrationMsg(CharacterName, SendBackIP, vibrationData); } -#if UNITY_EDITOR [BoxGroup("Vibrator 2"), Min(0), Label("Million Second")] -#endif public int Duration2 = 20; -#if UNITY_EDITOR [BoxGroup("Vibrator 2"), Range(4, 10)] -#endif public int Amplitude2 = 4; -#if UNITY_EDITOR [Button] -#endif public void Vibrator_2Active() { if (Network == null) return; @@ -177,9 +163,7 @@ public class HandDriver : MonoBehaviour } Network.SendVibrationMsg(CharacterName, SendBackIP, vibrationData); } -#if UNITY_EDITOR [Button] -#endif public void BothActiveWithVibrator_1Parameters() { if (Network == null) return;