├── .gitignore ├── .vscode └── settings.json ├── Assets └── VRCAvatarEditor │ ├── Editor.meta │ ├── Editor │ ├── DataClass.meta │ ├── DataClass │ │ ├── ExclusionBlendShape.cs │ │ ├── ExclusionBlendShape.cs.meta │ │ ├── Interfaces.meta │ │ ├── Interfaces │ │ │ ├── IFaceEmotionSkinnedMesh.cs │ │ │ ├── IFaceEmotionSkinnedMesh.cs.meta │ │ │ ├── IProbeAnchorSkinnedMesh.cs │ │ │ ├── IProbeAnchorSkinnedMesh.cs.meta │ │ │ ├── IVRCAvatarBase.cs │ │ │ └── IVRCAvatarBase.cs.meta │ │ ├── LanguageKeyPair.cs │ │ ├── LanguageKeyPair.cs.meta │ │ ├── SendData.cs │ │ ├── SendData.cs.meta │ │ ├── SettingData.cs │ │ ├── SettingData.cs.meta │ │ ├── SkinnedMesh.cs │ │ ├── SkinnedMesh.cs.meta │ │ ├── VRCAvatar2.cs │ │ ├── VRCAvatar2.cs.meta │ │ ├── VRCAvatar3.cs │ │ ├── VRCAvatar3.cs.meta │ │ ├── VRCAvatarBase.cs │ │ └── VRCAvatarBase.cs.meta │ ├── Function.meta │ ├── Function │ │ ├── AvatarMonitorField.cs │ │ ├── AvatarMonitorField.cs.meta │ │ ├── EditorSetting.cs │ │ ├── EditorSetting.cs.meta │ │ ├── FaceEmotion.cs │ │ ├── FaceEmotion.cs.meta │ │ ├── GatoUtility.cs │ │ ├── GatoUtility.cs.meta │ │ ├── HandPose.cs │ │ ├── HandPose.cs.meta │ │ ├── HumanoidPose.cs │ │ ├── HumanoidPose.cs.meta │ │ ├── LocalizeText.cs │ │ ├── LocalizeText.cs.meta │ │ ├── MaterialEdit.cs │ │ ├── MaterialEdit.cs.meta │ │ ├── MeshBounds.cs │ │ ├── MeshBounds.cs.meta │ │ ├── ProbeAnchor.cs │ │ ├── ProbeAnchor.cs.meta │ │ ├── UnityWebRequestAwaiter.cs │ │ └── UnityWebRequestAwaiter.cs.meta │ ├── GUI.meta │ ├── GUI │ │ ├── AnimationLoaderGUI.cs │ │ ├── AnimationLoaderGUI.cs.meta │ │ ├── AnimationsGUI2.cs │ │ ├── AnimationsGUI2.cs.meta │ │ ├── AnimationsGUI3.cs │ │ ├── AnimationsGUI3.cs.meta │ │ ├── AnimationsGUIBase.cs │ │ ├── AnimationsGUIBase.cs.meta │ │ ├── AvatarInfoGUI.cs │ │ ├── AvatarInfoGUI.cs.meta │ │ ├── AvatarMonitorGUI.cs │ │ ├── AvatarMonitorGUI.cs.meta │ │ ├── FaceEmotionGUI2.cs │ │ ├── FaceEmotionGUI2.cs.meta │ │ ├── FaceEmotionGUI3.cs │ │ ├── FaceEmotionGUI3.cs.meta │ │ ├── FaceEmotionGUIBase.cs │ │ ├── FaceEmotionGUIBase.cs.meta │ │ ├── GatoGUILayout.cs │ │ ├── GatoGUILayout.cs.meta │ │ ├── MeshBoundsGUI.cs │ │ ├── MeshBoundsGUI.cs.meta │ │ ├── ProbeAnchorGUI.cs │ │ ├── ProbeAnchorGUI.cs.meta │ │ ├── ShaderGUI.cs │ │ └── ShaderGUI.cs.meta │ ├── Interface.meta │ ├── Interface │ │ ├── IVRCAvatarEditorGUI.cs │ │ └── IVRCAvatarEditorGUI.cs.meta │ ├── Resources.meta │ ├── Resources │ │ ├── DefaultSettingData.asset │ │ ├── DefaultSettingData.asset.meta │ │ ├── Gamma.shader │ │ ├── Gamma.shader.meta │ │ ├── HandPoseAnimation.meta │ │ ├── HandPoseAnimation │ │ │ ├── FingerPoint.anim │ │ │ ├── FingerPoint.anim.meta │ │ │ ├── Fist.anim │ │ │ ├── Fist.anim.meta │ │ │ ├── HandGun.anim │ │ │ ├── HandGun.anim.meta │ │ │ ├── HandOpen.anim │ │ │ ├── HandOpen.anim.meta │ │ │ ├── RocknRoll.anim │ │ │ ├── RocknRoll.anim.meta │ │ │ ├── ThumbsUp.anim │ │ │ ├── ThumbsUp.anim.meta │ │ │ ├── Victory.anim │ │ │ └── Victory.anim.meta │ │ ├── Icon.meta │ │ ├── Icon │ │ │ ├── Sun_OFF.png │ │ │ ├── Sun_OFF.png.meta │ │ │ ├── Sun_ON.png │ │ │ ├── Sun_ON.png.meta │ │ │ ├── UpDown.png │ │ │ ├── UpDown.png.meta │ │ │ ├── hideIcon.png │ │ │ ├── hideIcon.png.meta │ │ │ ├── showIcon.png │ │ │ └── showIcon.png.meta │ │ ├── Lang.meta │ │ └── Lang │ │ │ ├── Base.asset │ │ │ └── Base.asset.meta │ ├── Utilities.meta │ ├── Utilities │ │ ├── FileUtility.cs │ │ ├── FileUtility.cs.meta │ │ ├── VRCSDKUtility.cs │ │ ├── VRCSDKUtility.cs.meta │ │ ├── VersionCheckUtility.cs │ │ └── VersionCheckUtility.cs.meta │ ├── VRCAvatarEditorGUI.cs │ └── VRCAvatarEditorGUI.cs.meta │ ├── LICENSE.txt │ ├── LICENSE.txt.meta │ ├── OnlineManual.url │ ├── OnlineManual.url.meta │ ├── README.txt │ ├── README.txt.meta │ ├── USING_SOFTWARE_LICENSES.txt │ └── USING_SOFTWARE_LICENSES.txt.meta ├── LICENSE.txt ├── Packages └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset └── VFXManager.asset └── README.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/ExclusionBlendShape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/ExclusionBlendShape.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/ExclusionBlendShape.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/ExclusionBlendShape.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/Interfaces.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/Interfaces.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IFaceEmotionSkinnedMesh.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IFaceEmotionSkinnedMesh.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IFaceEmotionSkinnedMesh.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IFaceEmotionSkinnedMesh.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IProbeAnchorSkinnedMesh.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IProbeAnchorSkinnedMesh.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IProbeAnchorSkinnedMesh.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IProbeAnchorSkinnedMesh.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IVRCAvatarBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IVRCAvatarBase.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IVRCAvatarBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/Interfaces/IVRCAvatarBase.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/LanguageKeyPair.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/LanguageKeyPair.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/LanguageKeyPair.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/LanguageKeyPair.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/SendData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/SendData.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/SendData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/SendData.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/SettingData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/SettingData.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/SettingData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/SettingData.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/SkinnedMesh.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/SkinnedMesh.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/SkinnedMesh.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/SkinnedMesh.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatar2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatar2.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatar2.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatar2.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatar3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatar3.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatar3.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatar3.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatarBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatarBase.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatarBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/DataClass/VRCAvatarBase.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/AvatarMonitorField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/AvatarMonitorField.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/AvatarMonitorField.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/AvatarMonitorField.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/EditorSetting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/EditorSetting.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/EditorSetting.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/EditorSetting.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/FaceEmotion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/FaceEmotion.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/FaceEmotion.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/FaceEmotion.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/GatoUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/GatoUtility.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/GatoUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/GatoUtility.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/HandPose.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/HandPose.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/HandPose.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/HandPose.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/HumanoidPose.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/HumanoidPose.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/HumanoidPose.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/HumanoidPose.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/LocalizeText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/LocalizeText.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/LocalizeText.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/LocalizeText.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/MaterialEdit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/MaterialEdit.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/MaterialEdit.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/MaterialEdit.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/MeshBounds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/MeshBounds.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/MeshBounds.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/MeshBounds.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/ProbeAnchor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/ProbeAnchor.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/ProbeAnchor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/ProbeAnchor.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/UnityWebRequestAwaiter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/UnityWebRequestAwaiter.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Function/UnityWebRequestAwaiter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Function/UnityWebRequestAwaiter.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AnimationLoaderGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AnimationLoaderGUI.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AnimationLoaderGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AnimationLoaderGUI.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUI2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUI2.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUI2.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUI2.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUI3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUI3.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUI3.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUI3.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUIBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUIBase.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUIBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AnimationsGUIBase.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AvatarInfoGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AvatarInfoGUI.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AvatarInfoGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AvatarInfoGUI.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AvatarMonitorGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AvatarMonitorGUI.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/AvatarMonitorGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/AvatarMonitorGUI.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUI2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUI2.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUI2.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUI2.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUI3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUI3.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUI3.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUI3.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUIBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUIBase.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUIBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/FaceEmotionGUIBase.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/GatoGUILayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/GatoGUILayout.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/GatoGUILayout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/GatoGUILayout.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/MeshBoundsGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/MeshBoundsGUI.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/MeshBoundsGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/MeshBoundsGUI.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/ProbeAnchorGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/ProbeAnchorGUI.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/ProbeAnchorGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/ProbeAnchorGUI.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/ShaderGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/ShaderGUI.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/GUI/ShaderGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/GUI/ShaderGUI.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Interface.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Interface.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Interface/IVRCAvatarEditorGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Interface/IVRCAvatarEditorGUI.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Interface/IVRCAvatarEditorGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Interface/IVRCAvatarEditorGUI.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/DefaultSettingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/DefaultSettingData.asset -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/DefaultSettingData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/DefaultSettingData.asset.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Gamma.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Gamma.shader -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Gamma.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Gamma.shader.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/FingerPoint.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/FingerPoint.anim -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/FingerPoint.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/FingerPoint.anim.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/Fist.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/Fist.anim -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/Fist.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/Fist.anim.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/HandGun.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/HandGun.anim -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/HandGun.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/HandGun.anim.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/HandOpen.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/HandOpen.anim -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/HandOpen.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/HandOpen.anim.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/RocknRoll.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/RocknRoll.anim -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/RocknRoll.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/RocknRoll.anim.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/ThumbsUp.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/ThumbsUp.anim -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/ThumbsUp.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/ThumbsUp.anim.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/Victory.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/Victory.anim -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/Victory.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/HandPoseAnimation/Victory.anim.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/Sun_OFF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/Sun_OFF.png -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/Sun_OFF.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/Sun_OFF.png.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/Sun_ON.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/Sun_ON.png -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/Sun_ON.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/Sun_ON.png.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/UpDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/UpDown.png -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/UpDown.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/UpDown.png.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/hideIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/hideIcon.png -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/hideIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/hideIcon.png.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/showIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/showIcon.png -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Icon/showIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Icon/showIcon.png.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Lang.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Lang.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Lang/Base.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Lang/Base.asset -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Resources/Lang/Base.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Resources/Lang/Base.asset.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Utilities.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Utilities/FileUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Utilities/FileUtility.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Utilities/FileUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Utilities/FileUtility.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Utilities/VRCSDKUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Utilities/VRCSDKUtility.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Utilities/VRCSDKUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Utilities/VRCSDKUtility.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Utilities/VersionCheckUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Utilities/VersionCheckUtility.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/Utilities/VersionCheckUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/Utilities/VersionCheckUtility.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/VRCAvatarEditorGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/VRCAvatarEditorGUI.cs -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/Editor/VRCAvatarEditorGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/Editor/VRCAvatarEditorGUI.cs.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/LICENSE.txt -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/LICENSE.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/LICENSE.txt.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/OnlineManual.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/OnlineManual.url -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/OnlineManual.url.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/OnlineManual.url.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/README.txt -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/README.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/README.txt.meta -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/USING_SOFTWARE_LICENSES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/USING_SOFTWARE_LICENSES.txt -------------------------------------------------------------------------------- /Assets/VRCAvatarEditor/USING_SOFTWARE_LICENSES.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Assets/VRCAvatarEditor/USING_SOFTWARE_LICENSES.txt.meta -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.4.20f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatosyocora/VRCAvatarEditor/HEAD/README.txt --------------------------------------------------------------------------------