Move UniVRM related files into Assets/*. Move Scripts/Editor to Editor in UniVRM

This commit is contained in:
yutopp
2018-12-28 22:35:24 +09:00
parent 6df13b68e3
commit f3e130d346
237 changed files with 10892 additions and 10883 deletions

View File

@@ -1,9 +0,0 @@
fileFormatVersion: 2
guid: 4aa7da6ed040f4f40bd5f8bdb752a04d
folderAsset: yes
timeCreated: 1532940981
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,9 +0,0 @@
fileFormatVersion: 2
guid: 51d82765b48dd464b8ee62daec6d6692
folderAsset: yes
timeCreated: 1532940981
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,20 +0,0 @@
{
"title": "vrm.blendshape.bind",
"type": "object",
"properties": {
"mesh": {
"type": "integer",
"minimum": 0
},
"index": {
"type": "integer",
"minimum": 0
},
"weight": {
"description": "SkinnedMeshRenderer.SetBlendShapeWeight",
"type": "number",
"minimum": 0,
"maximum": 100
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: b2da3d63aa3b59c408d10d28110b14bc
timeCreated: 1534915424
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,33 +0,0 @@
{
"title": "vrm.blendshape.group",
"type": "object",
"properties": {
"name": {
"description": "Expression name",
"type": "string"
},
"presetName": {
"description": "Predefined Expression name",
"type": "string",
"enum": ["unknown","neutral","a","i","u","e","o","blink","joy","angry","sorrow","fun","lookup","lookdown","lookleft","lookright","blink_l","blink_r"]
},
"binds": {
"description": "Low level blendshape references.",
"type": "array",
"items": {
"$ref": "vrm.blendshape.bind.schema.json"
}
},
"materialValues": {
"description": "Material animation references.",
"type": "array",
"items": {
"$ref": "vrm.blendshape.materialbind.schema.json"
}
},
"isBinary": {
"description": "0 or 1. Do not allow an intermediate value. Value should rounded",
"type": "boolean"
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 5aed45e7198eecd48b57665cff2b2215
timeCreated: 1534915424
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,18 +0,0 @@
{
"title": "vrm.blendshape.materialbind",
"type": "object",
"properties": {
"materialName": {
"type": "string"
},
"propertyName": {
"type": "string"
},
"targetValue": {
"type": "array",
"items": {
"type": "number"
}
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: b4be71a369e363e40ade2080e715d935
timeCreated: 1534915424
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,12 +0,0 @@
{
"title": "vrm.blendshape",
"type": "object",
"properties": {
"blendShapeGroups": {
"type": "array",
"items": {
"$ref": "vrm.blendshape.group.schema.json"
}
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: f11c63275ed687e4dbe1585a5d9e8dbf
timeCreated: 1534915424
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,22 +0,0 @@
{
"title": "vrm.firstperson.degreemap",
"description": "Eye controller setting.",
"type": "object",
"properties": {
"curve": {
"description": "None linear mapping params. time, value, inTangent, outTangent",
"type": "array",
"items": {
"type": "number"
}
},
"xRange": {
"description": "Look at input clamp range degree.",
"type": "number"
},
"yRange": {
"description": "Look at map range degree from xRange.",
"type": "number"
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: b29f5977b30e7cc438ee1cfea74edd6c
timeCreated: 1534915424
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,12 +0,0 @@
{
"title": "vrm.firstperson.meshannotation",
"type": "object",
"properties": {
"mesh": {
"type": "integer"
},
"firstPersonFlag": {
"type": "string"
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 3f99b8fd1e3320e4fac4f67ab093452c
timeCreated: 1534915424
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,49 +0,0 @@
{
"title": "vrm.firstperson",
"type": "object",
"properties": {
"firstPersonBone": {
"description": "The bone whose rendering should be turned off in first-person view. Usually Head is specified.",
"type": "integer"
},
"firstPersonBoneOffset": {
"description": "The target position of the VR headset in first-person view. It is assumed that an offset from the head bone to the VR headset is added.",
"type": "object",
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
}
},
"meshAnnotations": {
"description": "Switch display \/ undisplay for each mesh in first-person view or the others.",
"type": "array",
"items": {
"$ref": "vrm.firstperson.meshannotation.schema.json"
}
},
"lookAtTypeName": {
"description": "Eye controller mode.",
"type": "string",
"enum": ["Bone","BlendShape"]
},
"lookAtHorizontalInner": {
"$ref": "vrm.firstperson.degreemap.schema.json"
},
"lookAtHorizontalOuter": {
"$ref": "vrm.firstperson.degreemap.schema.json"
},
"lookAtVerticalDown": {
"$ref": "vrm.firstperson.degreemap.schema.json"
},
"lookAtVerticalUp": {
"$ref": "vrm.firstperson.degreemap.schema.json"
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: f877e4bffde37d743af5ad4414dada9f
timeCreated: 1534850992
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,68 +0,0 @@
{
"title": "vrm.humanoid.bone",
"type": "object",
"properties": {
"bone": {
"description": "Human bone name.",
"type": "string",
"enum": ["hips","leftUpperLeg","rightUpperLeg","leftLowerLeg","rightLowerLeg","leftFoot","rightFoot","spine","chest","neck","head","leftShoulder","rightShoulder","leftUpperArm","rightUpperArm","leftLowerArm","rightLowerArm","leftHand","rightHand","leftToes","rightToes","leftEye","rightEye","jaw","leftThumbProximal","leftThumbIntermediate","leftThumbDistal","leftIndexProximal","leftIndexIntermediate","leftIndexDistal","leftMiddleProximal","leftMiddleIntermediate","leftMiddleDistal","leftRingProximal","leftRingIntermediate","leftRingDistal","leftLittleProximal","leftLittleIntermediate","leftLittleDistal","rightThumbProximal","rightThumbIntermediate","rightThumbDistal","rightIndexProximal","rightIndexIntermediate","rightIndexDistal","rightMiddleProximal","rightMiddleIntermediate","rightMiddleDistal","rightRingProximal","rightRingIntermediate","rightRingDistal","rightLittleProximal","rightLittleIntermediate","rightLittleDistal","upperChest"]
},
"node": {
"description": "Reference node index",
"type": "integer"
},
"useDefaultValues": {
"description": "Unity's HumanLimit.useDefaultValues",
"type": "boolean"
},
"min": {
"description": "Unity's HumanLimit.min",
"type": "object",
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
}
},
"max": {
"description": "Unity's HumanLimit.max",
"type": "object",
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
}
},
"center": {
"description": "Unity's HumanLimit.center",
"type": "object",
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
}
},
"axisLength": {
"description": "Unity's HumanLimit.axisLength",
"type": "number"
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: a0058c092f212dd4ca7b9fc313beff40
timeCreated: 1534915424
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,44 +0,0 @@
{
"title": "vrm.humanoid",
"type": "object",
"properties": {
"humanBones": {
"type": "array",
"items": {
"$ref": "vrm.humanoid.bone.schema.json"
}
},
"armStretch": {
"description": "Unity's HumanDescription.armStretch",
"type": "number"
},
"legStretch": {
"description": "Unity's HumanDescription.legStretch",
"type": "number"
},
"upperArmTwist": {
"description": "Unity's HumanDescription.upperArmTwist",
"type": "number"
},
"lowerArmTwist": {
"description": "Unity's HumanDescription.lowerArmTwist",
"type": "number"
},
"upperLegTwist": {
"description": "Unity's HumanDescription.upperLegTwist",
"type": "number"
},
"lowerLegTwist": {
"description": "Unity's HumanDescription.lowerLegTwist",
"type": "number"
},
"feetSpacing": {
"description": "Unity's HumanDescription.feetSpacing",
"type": "number"
},
"hasTranslationDoF": {
"description": "Unity's HumanDescription.hasTranslationDoF",
"type": "boolean"
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 31ac48d6b0a054d47bc138b4895b9e5c
timeCreated: 1534850992
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,30 +0,0 @@
{
"title": "vrm.material",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"shader": {
"type": "string"
},
"renderQueue": {
"type": "integer"
},
"floatProperties": {
"type": "object"
},
"vectorProperties": {
"type": "object"
},
"textureProperties": {
"type": "object"
},
"keywordMap": {
"type": "object"
},
"tagMap": {
"type": "object"
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 7eecf3c1135646e41a4961f0fcfec056
timeCreated: 1534861231
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,63 +0,0 @@
{
"title": "vrm.meta",
"type": "object",
"properties": {
"title": {
"description": "Title of VRM model",
"type": "string"
},
"version": {
"description": "Version of VRM model",
"type": "string"
},
"author": {
"description": "Author of VRM model",
"type": "string"
},
"contactInformation": {
"description": "Contact Information of VRM model author",
"type": "string"
},
"reference": {
"description": "Reference of VRM model",
"type": "string"
},
"texture": {
"description": "Thumbnail of VRM model",
"type": "integer"
},
"allowedUserName": {
"description": "A person who can perform with this avatar",
"type": "string",
"enum": ["OnlyAuthor","ExplicitlyLicensedPerson","Everyone"]
},
"violentUssageName": {
"description": "Permission to perform violent acts with this avatar",
"type": "string",
"enum": ["Disallow","Allow"]
},
"sexualUssageName": {
"description": "Permission to perform sexual acts with this avatar",
"type": "string",
"enum": ["Disallow","Allow"]
},
"commercialUssageName": {
"description": "For commercial use",
"type": "string",
"enum": ["Disallow","Allow"]
},
"otherPermissionUrl": {
"description": "If there are any conditions not mentioned above, put the URL link of the license document here.",
"type": "string"
},
"licenseName": {
"description": "License type",
"type": "string",
"enum": ["Redistribution_Prohibited","CC0","CC_BY","CC_BY_NC","CC_BY_SA","CC_BY_NC_SA","CC_BY_ND","CC_BY_NC_ND","Other"]
},
"otherLicenseUrl": {
"description": "If “Other” is selected, put the URL link of the license document here.",
"type": "string"
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 3ca95771dc3d93c4a9471fc18de615a8
timeCreated: 1534850992
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,32 +0,0 @@
{
"title": "vrm",
"description": "VRM extension is for 3d humanoid avatars (and models) in VR applications.",
"type": "object",
"properties": {
"exporterVersion": {
"description": "Version of exporter that vrm created. UniVRM-0.46",
"type": "string"
},
"meta": {
"$ref": "vrm.meta.schema.json"
},
"humanoid": {
"$ref": "vrm.humanoid.schema.json"
},
"firstPerson": {
"$ref": "vrm.firstperson.schema.json"
},
"blendShapeMaster": {
"$ref": "vrm.blendshape.schema.json"
},
"secondaryAnimation": {
"$ref": "vrm.secondaryanimation.schema.json"
},
"materialProperties": {
"type": "array",
"items": {
"$ref": "vrm.material.schema.json"
}
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: f6d375d2085ef2e4392d858d5959330c
timeCreated: 1532941026
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,37 +0,0 @@
{
"title": "vrm.secondaryanimation.collidergroup",
"type": "object",
"properties": {
"node": {
"description": "The node of the collider group for setting up collision detections.",
"type": "integer"
},
"colliders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"offset": {
"description": "The local coordinate from the node of the collider group.",
"type": "object",
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
}
},
"radius": {
"description": "The radius of the collider.",
"type": "number"
}
}
}
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: d57ba668470e9e744aacafb819485689
timeCreated: 1534915676
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,18 +0,0 @@
{
"title": "vrm.secondaryanimation",
"type": "object",
"properties": {
"boneGroups": {
"type": "array",
"items": {
"$ref": "vrm.secondaryanimation.spring.schema.json"
}
},
"colliderGroups": {
"type": "array",
"items": {
"$ref": "vrm.secondaryanimation.collidergroup.schema.json"
}
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 0d7fef398632ca44089cc531445bc680
timeCreated: 1534850992
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,59 +0,0 @@
{
"title": "vrm.secondaryanimation.spring",
"type": "object",
"properties": {
"comment": {
"description": "Annotation comment",
"type": "string"
},
"stiffiness": {
"description": "The resilience of the swaying object (the power of returning to the initial pose).",
"type": "number"
},
"gravityPower": {
"description": "The strength of gravity.",
"type": "number"
},
"gravityDir": {
"description": "The direction of gravity. Set (0, -1, 0) for simulating the gravity. Set (1, 0, 0) for simulating the wind.",
"type": "object",
"properties": {
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
}
},
"dragForce": {
"description": "The resistance (deceleration) of automatic animation.",
"type": "number"
},
"center": {
"description": "The reference point of a swaying object can be set at any location except the origin. When implementing UI moving with warp, the parent node to move with warp can be specified if you don't want to make the object swaying with warp movement.",
"type": "integer"
},
"hitRadius": {
"description": "The radius of the sphere used for the collision detection with colliders.",
"type": "number"
},
"bones": {
"description": "Specify the node index of the root bone of the swaying object.",
"type": "array",
"items": {
"type": "integer"
}
},
"colliderGroups": {
"description": "Specify the index of the collider group for collisions with swaying objects.",
"type": "array",
"items": {
"type": "integer"
}
}
}
}

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 24a28bb1620e6a1499d11961d1237250
timeCreated: 1534915676
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant: