mirror of
https://gitee.com/yeshao2069/cocos-creator-shader.git
synced 2026-05-07 00:59:56 +08:00
Code Optimization: 优化 武器发光
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "a3c1f462-0717-4ed3-9060-11ce4bdb53ef",
|
||||
@@ -9,7 +9,6 @@
|
||||
"isBundle": true,
|
||||
"bundleName": "resources",
|
||||
"priority": 8,
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
"bundleConfigID": "auto_a68wyJ6NVKwLyqerByre0u"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "9f7f855e-65ff-43c8-8856-60c8d6db9aac",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "5ed22abb-41af-4502-be29-7d1ee79069eb",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "2f981ece-097c-4c0c-855f-8387ba48a8f3",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "1a599",
|
||||
"name": "BattleRetreat.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "578f6",
|
||||
"name": "@BattleRetreat.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "BattleRetreat",
|
||||
"from": 0,
|
||||
"to": 1.0416666269302368,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "1a599"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "2ceef282-a4cc-45e1-a7e2-0e65f4f60213",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "a9a8e",
|
||||
"name": "BattleRun.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "4c584",
|
||||
"name": "@BattleRun.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "BattleRun",
|
||||
"from": 0,
|
||||
"to": 0.7916666865348816,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "a9a8e"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "9c4f53db-8e81-4f2f-adae-96d97a5f7e72",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "43f1a",
|
||||
"name": "BattleStand.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "a08a6",
|
||||
"name": "@BattleStand.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "BattleStand",
|
||||
"from": 0,
|
||||
"to": 1.1666666269302368,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "43f1a"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "429d4c29-d066-420e-a6fb-3c9fc91163ff",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "ac910",
|
||||
"name": "Cast.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "569db",
|
||||
"name": "@Cast.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "Cast",
|
||||
"from": 0,
|
||||
"to": 0.7916666865348816,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "ac910"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "64beedcb-722c-40a1-8cf3-e41e4f67f2b6",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "68695",
|
||||
"name": "@DamageA.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -29,7 +29,7 @@
|
||||
"displayName": "",
|
||||
"id": "f4f18",
|
||||
"name": "DamageA.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "DamageA",
|
||||
"from": 0,
|
||||
"to": 0.5,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "f4f18"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "df323c87-0150-4a9a-a688-05038baf8af5",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "130ce",
|
||||
"name": "Dead.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "a2218",
|
||||
"name": "@Dead.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "Dead",
|
||||
"from": 0,
|
||||
"to": 1.9583333730697632,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "130ce"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "d545ac92-4453-4e8b-9386-8ef2aea4f990",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "09208",
|
||||
"name": "DeadStand.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "bfb6d",
|
||||
"name": "@DeadStand.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "DeadStand",
|
||||
"from": 0,
|
||||
"to": 0.6666666865348816,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "09208"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "dd27814a-50e7-41c0-9ea5-6a8327ef95d1",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "79512",
|
||||
"name": "IdleA.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "67d48",
|
||||
"name": "@IdleA.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "IdleA",
|
||||
"from": 0,
|
||||
"to": 2,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "79512"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "98018075-0e6e-457d-8d34-5f2d811aa99e",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "5c84f",
|
||||
"name": "IdleB.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "096cd",
|
||||
"name": "@IdleB.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "IdleB",
|
||||
"from": 0,
|
||||
"to": 3.5,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "5c84f"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "9a6e73c2-7393-4308-8a79-5f2b11402340",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "8baed",
|
||||
"name": "IdleC.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "bce10",
|
||||
"name": "@IdleC.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "IdleC",
|
||||
"from": 0,
|
||||
"to": 2,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "8baed"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "79152248-40bf-4c13-8fe6-75bb30b74aa6",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "89a01",
|
||||
"name": "MountA.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "c1f0c",
|
||||
"name": "@MountA.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "MountA",
|
||||
"from": 0,
|
||||
"to": 0.5,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "89a01"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "3ceddfc1-f28e-4c3a-a233-8f5a72953d7a",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "53440",
|
||||
"name": "MountB.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "ff587",
|
||||
"name": "@MountB.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "MountB",
|
||||
"from": 0,
|
||||
"to": 0.5,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "53440"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "6603a0d0-6b69-49a8-b005-33aca7849ec4",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "26555",
|
||||
"name": "MountC.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "50871",
|
||||
"name": "@MountC.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "MountC",
|
||||
"from": 0,
|
||||
"to": 1.3333333730697632,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "26555"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "4c0bfd69-dcc6-4bc2-9059-7a9b8aa5d575",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "70999",
|
||||
"name": "Pick1.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "82317",
|
||||
"name": "@Pick1.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "Pick1",
|
||||
"from": 0,
|
||||
"to": 1.2083333730697632,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "70999"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "0d69b7f6-6bff-4429-8daa-14ba94b4b923",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "bd361",
|
||||
"name": "Pick2.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "436e8",
|
||||
"name": "@Pick2.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "Pick2",
|
||||
"from": 0,
|
||||
"to": 0.9166666865348816,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "bd361"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "0f1888b4-68ab-449c-9372-f944d3e56cd3",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "da721",
|
||||
"name": "Pick3.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "0a076",
|
||||
"name": "@Pick3.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "Pick3",
|
||||
"from": 0,
|
||||
"to": 1.0833333730697632,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "da721"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "71c3211a-f657-43c3-8f55-0bf53020ae8b",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "e59c7",
|
||||
"name": "Revive.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "2e1db",
|
||||
"name": "@Revive.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "Revive",
|
||||
"from": 0,
|
||||
"to": 2.3333332538604736,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "e59c7"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "62d3ab70-7967-4568-95d7-89f6ce464cd8",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "e794e",
|
||||
"name": "SitA.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "585cd",
|
||||
"name": "@SitA.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SitA",
|
||||
"from": 0,
|
||||
"to": 1,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "e794e"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "b802b9c5-9b5e-4b4a-9e67-d10a80b857aa",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "d894c",
|
||||
"name": "SitB.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "bd6d7",
|
||||
"name": "@SitB.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SitB",
|
||||
"from": 0,
|
||||
"to": 1,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "d894c"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "bdef7e2b-aa97-44a9-b38a-91f508da56cd",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "14446",
|
||||
"name": "@SitC.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -29,7 +29,7 @@
|
||||
"displayName": "",
|
||||
"id": "ffac4",
|
||||
"name": "SitC.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SitC",
|
||||
"from": 0,
|
||||
"to": 1,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "ffac4"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "8ab2b8f3-ebaf-4314-9549-b4f64dd498e3",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "45912",
|
||||
"name": "@SkillA.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -29,7 +29,7 @@
|
||||
"displayName": "",
|
||||
"id": "f58ed",
|
||||
"name": "SkillA.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SkillA",
|
||||
"from": 0,
|
||||
"to": 1.4166666269302368,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "f58ed"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "9420b1a3-50db-46ac-b06b-282bdb338115",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "09f82",
|
||||
"name": "SkillB.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "eb7c2",
|
||||
"name": "@SkillB.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SkillB",
|
||||
"from": 0,
|
||||
"to": 1.3333333730697632,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "09f82"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "5774b5ed-78df-4874-bfcd-e6c395c07f9c",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "318b5",
|
||||
"name": "SkillC.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "8bd9b",
|
||||
"name": "@SkillC.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SkillC",
|
||||
"from": 0,
|
||||
"to": 1.2916666269302368,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "318b5"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "74cd2828-e137-476f-a82a-205afef1a7a9",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "8b139",
|
||||
"name": "SkillD.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "7b996",
|
||||
"name": "@SkillD.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SkillD",
|
||||
"from": 0,
|
||||
"to": 1.3333333730697632,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "8b139"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "c67efd44-2711-4c9c-ad0b-f6eaa04a566e",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "5f602",
|
||||
"name": "SkillE.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "54c48",
|
||||
"name": "@SkillE.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SkillE",
|
||||
"from": 0,
|
||||
"to": 1.625,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "5f602"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "4e2c5e49-1dbb-48c1-a1c0-bd1b76a45f23",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "2adc2",
|
||||
"name": "SkillL.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "db651",
|
||||
"name": "@SkillL.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SkillL",
|
||||
"from": 0,
|
||||
"to": 1.5,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "2adc2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "031b779f-d1c1-46cd-9c00-0b22362687f5",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "785c6",
|
||||
"name": "SkillmM_End.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "4ac76",
|
||||
"name": "@SkillM_End.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SkillmM_End",
|
||||
"from": 0,
|
||||
"to": 0.25,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "785c6"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "2d1ba026-5383-422e-a6c0-b650eedf897d",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "272b2",
|
||||
"name": "SkillM_Start.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "facfc",
|
||||
"name": "@SkillM_Start.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "SkillM_Start",
|
||||
"from": 0,
|
||||
"to": 0.375,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "272b2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "6ab3d1fc-e0f8-4903-8ee1-8866212b6f4f",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "8f4e2",
|
||||
"name": "Stand.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "1218f",
|
||||
"name": "@Stand.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "Stand",
|
||||
"from": 0,
|
||||
"to": 2,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "8f4e2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "c4a045b0-948c-40ec-9027-be07710fd5d5",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "57c4e",
|
||||
"name": "Vertigo.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "c5164",
|
||||
"name": "@Vertigo.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "Vertigo",
|
||||
"from": 0,
|
||||
"to": 1.1666666269302368,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "57c4e"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "660f5e54-458a-4f22-85aa-de438049b44e",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "31108",
|
||||
"name": "@Walk.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -29,7 +29,7 @@
|
||||
"displayName": "",
|
||||
"id": "57146",
|
||||
"name": "Walk.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "Walk",
|
||||
"from": 0,
|
||||
"to": 1.0416666269302368,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "57146"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "def3a8a0-b5ca-48fe-8ce3-0b891d79aae4",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "86d8e",
|
||||
"name": "jumpA.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "96e48",
|
||||
"name": "@jumpA.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "jumpA",
|
||||
"from": 0,
|
||||
"to": 0.3333333432674408,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "86d8e"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "d01ffe2d-3ed3-4746-a419-9e13492afa18",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "fa10e",
|
||||
"name": "jumpA_1.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "38a1f",
|
||||
"name": "@jumpA_1.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "jumpA_1",
|
||||
"from": 0,
|
||||
"to": 0.3333333432674408,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "fa10e"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "6fd6bc05-3de1-4f75-a99f-a2d76863eb61",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "8c614",
|
||||
"name": "jumpA_2.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "9a068",
|
||||
"name": "@jumpA_2.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "jumpA_2",
|
||||
"from": 0,
|
||||
"to": 0.2916666567325592,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "8c614"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "4fe91525-2169-43e2-8d56-9209e7b954a5",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "f1ae3",
|
||||
"name": "jumpA_C.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "e12c4",
|
||||
"name": "@jumpA_C.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "jumpA_C",
|
||||
"from": 0,
|
||||
"to": 0.6666666865348816,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "f1ae3"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "deaf03df-042a-4770-8b45-ef63d0922d46",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "16ce7",
|
||||
"name": "jumpB.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "f74a4",
|
||||
"name": "@jumpB.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "jumpB",
|
||||
"from": 0,
|
||||
"to": 0.3333333432674408,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "16ce7"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "fd8c709c-2c55-42f5-8b35-ff72079b2797",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "9307f",
|
||||
"name": "jumpB_1.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "824bf",
|
||||
"name": "@jumpB_1.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "jumpB_1",
|
||||
"from": 0,
|
||||
"to": 0.7916666865348816,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "9307f"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "16aa0b55-2b87-4294-8215-6c919cf4367a",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "84650",
|
||||
"name": "@jumpB_2.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -29,7 +29,7 @@
|
||||
"displayName": "",
|
||||
"id": "db8f1",
|
||||
"name": "jumpB_2.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "jumpB_2",
|
||||
"from": 0,
|
||||
"to": 1,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "db8f1"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "59dfc53d-9d96-4489-b336-82ff5640b8ba",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "6afaf",
|
||||
"name": "jumpC.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "b836a",
|
||||
"name": "@jumpC.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "jumpC",
|
||||
"from": 0,
|
||||
"to": 0.625,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "6afaf"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "ad363363-42de-4535-806f-f032baef9463",
|
||||
@@ -13,7 +13,7 @@
|
||||
"displayName": "",
|
||||
"id": "c711d",
|
||||
"name": "jumpC_2.animation",
|
||||
"ver": "1.0.16",
|
||||
"ver": "1.0.17",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".cconb"
|
||||
@@ -36,7 +36,7 @@
|
||||
"displayName": "",
|
||||
"id": "67b25",
|
||||
"name": "@jumpC_2.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -59,7 +59,8 @@
|
||||
"name": "jumpC_2",
|
||||
"from": 0,
|
||||
"to": 0.6666666865348816,
|
||||
"wrapMode": 2
|
||||
"wrapMode": 2,
|
||||
"previousId": "c711d"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -76,7 +77,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "2.3.2",
|
||||
"ver": "2.3.8",
|
||||
"importer": "fbx",
|
||||
"imported": true,
|
||||
"uuid": "9dc579dc-db00-456f-9a84-e4ccdbf82e4d",
|
||||
@@ -28,7 +28,7 @@
|
||||
"displayName": "",
|
||||
"id": "3d7b5",
|
||||
"name": "Syana.mesh",
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.1.1",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".bin",
|
||||
@@ -36,7 +36,8 @@
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"gltfIndex": 0
|
||||
"gltfIndex": 0,
|
||||
"triangleCount": 13053
|
||||
}
|
||||
},
|
||||
"6e4f8": {
|
||||
@@ -45,7 +46,7 @@
|
||||
"displayName": "",
|
||||
"id": "6e4f8",
|
||||
"name": "Syana_WP.mesh",
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.1.1",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".bin",
|
||||
@@ -53,7 +54,8 @@
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"gltfIndex": 1
|
||||
"gltfIndex": 1,
|
||||
"triangleCount": 1562
|
||||
}
|
||||
},
|
||||
"f1394": {
|
||||
@@ -87,7 +89,10 @@
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"gltfIndex": 0
|
||||
"gltfIndex": 0,
|
||||
"fixAlphaTransparencyArtifacts": true,
|
||||
"hasAlpha": true,
|
||||
"type": "texture"
|
||||
}
|
||||
},
|
||||
"a5b15": {
|
||||
@@ -104,7 +109,10 @@
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"gltfIndex": 1
|
||||
"gltfIndex": 1,
|
||||
"fixAlphaTransparencyArtifacts": true,
|
||||
"hasAlpha": true,
|
||||
"type": "texture"
|
||||
}
|
||||
},
|
||||
"3efb2": {
|
||||
@@ -193,7 +201,7 @@
|
||||
"displayName": "",
|
||||
"id": "ad95a",
|
||||
"name": "E3D-Syana.prefab",
|
||||
"ver": "1.0.12",
|
||||
"ver": "1.0.14",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
@@ -239,7 +247,26 @@
|
||||
},
|
||||
"legacyFbxImporter": true,
|
||||
"fbx": {
|
||||
"smartMaterialEnabled": false
|
||||
"smartMaterialEnabled": false,
|
||||
"matchMeshNames": false
|
||||
},
|
||||
"lods": {
|
||||
"enable": false,
|
||||
"hasBuiltinLOD": false,
|
||||
"options": [
|
||||
{
|
||||
"screenRatio": 0.25,
|
||||
"faceCount": 1
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.125,
|
||||
"faceCount": 0.25
|
||||
},
|
||||
{
|
||||
"screenRatio": 0.01,
|
||||
"faceCount": 0.1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "7d6797ec-70e4-465c-894e-ca930bfba261",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.6.2",
|
||||
"ver": "1.7.0",
|
||||
"importer": "effect",
|
||||
"imported": true,
|
||||
"uuid": "9fb56b78-2787-46d9-981e-07532e4e334a",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "ca8e608f-10be-42d2-8618-4bb88c29cdde",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.0.25",
|
||||
"ver": "1.0.26",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "2066cf0f-33b0-4d2d-b2a1-5a4a98f76ac9",
|
||||
@@ -30,7 +30,7 @@
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "2066cf0f-33b0-4d2d-b2a1-5a4a98f76ac9",
|
||||
"visible": true
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.0.25",
|
||||
"ver": "1.0.26",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "84cb2553-65d4-41e1-bc8e-f5bce9c45b50",
|
||||
@@ -30,7 +30,7 @@
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "84cb2553-65d4-41e1-bc8e-f5bce9c45b50",
|
||||
"visible": true
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "7e8cde2f-9e20-4846-957c-ef095480e848",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.0.19",
|
||||
"ver": "1.0.20",
|
||||
"importer": "material",
|
||||
"imported": true,
|
||||
"uuid": "6ca22abb-e837-4690-a548-7d3546252b53",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "900bb650-7ca1-445a-9b1a-154e12359353",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "a47bcdc5-b874-4f19-b20f-ace6c7910bab",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.0.25",
|
||||
"ver": "1.0.26",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "b67616c7-aba0-4b89-9917-ae8eb2e39d80",
|
||||
@@ -30,7 +30,7 @@
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "b67616c7-aba0-4b89-9917-ae8eb2e39d80",
|
||||
"visible": true
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.0.25",
|
||||
"ver": "1.0.26",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "aa1c32e9-5422-4c08-845e-448b4b9115f3",
|
||||
@@ -30,7 +30,7 @@
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "aa1c32e9-5422-4c08-845e-448b4b9115f3",
|
||||
"visible": true
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.0.25",
|
||||
"ver": "1.0.26",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "897e99bc-174b-40d4-879c-0ce685ed5036",
|
||||
@@ -30,7 +30,7 @@
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "897e99bc-174b-40d4-879c-0ce685ed5036",
|
||||
"visible": true
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.0.25",
|
||||
"ver": "1.0.26",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "563b6f18-fe9f-4860-95ce-ce09b3295565",
|
||||
@@ -30,7 +30,7 @@
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "563b6f18-fe9f-4860-95ce-ce09b3295565",
|
||||
"visible": true
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.0.25",
|
||||
"ver": "1.0.26",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "b9f06e4c-a787-4e50-ab8a-7a0e118837e6",
|
||||
@@ -30,7 +30,7 @@
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "b9f06e4c-a787-4e50-ab8a-7a0e118837e6",
|
||||
"visible": true
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.0.25",
|
||||
"ver": "1.0.26",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "c1254332-fddc-4c5e-8706-a62ec9eea977",
|
||||
@@ -30,7 +30,7 @@
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "c1254332-fddc-4c5e-8706-a62ec9eea977",
|
||||
"visible": true
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "6f6f59f9-1a5e-4eed-a262-8d66332ef2da",
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
import { _decorator, Component, Node } from 'cc';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass('AppStartWeaponGlow')
|
||||
export class AppStartWeaponGlow extends Component {
|
||||
|
||||
start () {
|
||||
// Your initialization goes here.
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "1146e3d8-fa37-42e1-b538-55d15ee39168",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"moduleId": "project:///assets/resources/scenes/weapon_glow/AppStart_WeaponGlow.js",
|
||||
"simulateGlobals": []
|
||||
}
|
||||
}
|
||||
@@ -3,20 +3,18 @@ const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass('FollowCamera')
|
||||
export class FollowCamera extends Component {
|
||||
@property({ type: Node })
|
||||
private target: Node = null;
|
||||
@property({ type: Camera })
|
||||
private camera: Camera = null;
|
||||
@property({ type: Vec3 })
|
||||
private lookAtOffset: Vec3 = new Vec3(0, 10, 0);
|
||||
|
||||
private static _inst: FollowCamera = null;
|
||||
public static get inst(): FollowCamera {
|
||||
return this._inst;
|
||||
}
|
||||
|
||||
@property({ type: Node })
|
||||
target: Node = null;
|
||||
|
||||
@property({ type: Camera })
|
||||
camera:Camera = null;
|
||||
|
||||
@property({ type: Vec3 })
|
||||
lookAtOffset: Vec3 = new Vec3(0, 10, 0);
|
||||
|
||||
private _isMouseDown = false;
|
||||
private _targetPos = new Vec3(0, 0, 0);
|
||||
private _cameraPos = new Vec3(0, 0, 0);
|
||||
@@ -35,7 +33,6 @@ export class FollowCamera extends Component {
|
||||
|
||||
start() {
|
||||
FollowCamera._inst = this;
|
||||
// Your initialization goes here.
|
||||
systemEvent.on(SystemEvent.EventType.MOUSE_DOWN, this.onMouseDown, this);
|
||||
systemEvent.on(SystemEvent.EventType.MOUSE_UP, this.onMouseUp, this);
|
||||
systemEvent.on(SystemEvent.EventType.MOUSE_MOVE, this.onMouseMove, this);
|
||||
@@ -84,7 +81,7 @@ export class FollowCamera extends Component {
|
||||
}
|
||||
|
||||
onMouseDown(event: EventMouse) {
|
||||
if(event.getButton() == EventMouse.BUTTON_RIGHT){
|
||||
if (event.getButton() == EventMouse.BUTTON_RIGHT) {
|
||||
this._isMouseDown = true;
|
||||
}
|
||||
}
|
||||
@@ -99,15 +96,15 @@ export class FollowCamera extends Component {
|
||||
}
|
||||
let deltaX = event.getUIDeltaX() * 0.1;
|
||||
let deltaY = event.getUIDeltaY() * 0.1;
|
||||
this.rotate(deltaY,-deltaX);
|
||||
this.rotate(deltaY, -deltaX);
|
||||
}
|
||||
|
||||
rotate(rx:number,ry:number){
|
||||
rotate(rx: number, ry: number) {
|
||||
let angles = this.node.eulerAngles;
|
||||
this.node.setRotationFromEuler(angles.x + rx, angles.y + ry, angles.z);
|
||||
}
|
||||
|
||||
zoom(delta:number){
|
||||
zoom(delta: number) {
|
||||
this._zoom += delta * this._zoomSensitivty;
|
||||
if (this._zoom < this._minZoom) {
|
||||
this._zoom = this._minZoom;
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
import { _decorator, Component, Node, SkeletalAnimation, SkinnedMeshRenderer, Vec4 } from 'cc';
|
||||
import { _decorator, Component, SkeletalAnimation, SkinnedMeshRenderer, Vec4 } from 'cc';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass('PlayerCtrl')
|
||||
export class PlayerCtrl extends Component {
|
||||
/* use `property` decorator if your want the member to be serializable */
|
||||
@property({ type: SkinnedMeshRenderer })
|
||||
body: SkinnedMeshRenderer = null;
|
||||
|
||||
private body: SkinnedMeshRenderer;
|
||||
@property({ type: SkinnedMeshRenderer })
|
||||
weapon: SkinnedMeshRenderer = null;
|
||||
private weapon: SkinnedMeshRenderer;
|
||||
|
||||
private static _inst: PlayerCtrl;
|
||||
public static get inst(): PlayerCtrl {
|
||||
@@ -45,7 +43,7 @@ export class PlayerCtrl extends Component {
|
||||
|
||||
set rimLightColor(rimColor: Vec4) {
|
||||
this._rimColor = rimColor;
|
||||
let value = new Vec4(rimColor.x, rimColor.y, rimColor.z, this._rimEnabled? rimColor.w : 0);
|
||||
let value = new Vec4(rimColor.x, rimColor.y, rimColor.z, this._rimEnabled ? rimColor.w : 0);
|
||||
// this.body.sharedMaterial.setProperty('rimColor', value);
|
||||
// this.weapon.sharedMaterial.setProperty('rimColor', value)
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ver": "1.1.43",
|
||||
"ver": "1.1.45",
|
||||
"importer": "scene",
|
||||
"imported": true,
|
||||
"uuid": "fcb39825-40e1-4b7a-a23a-a06262018778",
|
||||
|
||||
@@ -1,3 +1,81 @@
|
||||
{
|
||||
"__version__": "1.3.4"
|
||||
"__version__": "1.3.6",
|
||||
"bundleConfig": {
|
||||
"custom": {
|
||||
"auto_a68wyJ6NVKwLyqerByre0u": {
|
||||
"displayName": "resources_auto_a68wyJ6NVKwLyqerByre0u",
|
||||
"configs": {
|
||||
"native": {
|
||||
"preferredOptions": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
}
|
||||
},
|
||||
"miniGame": {
|
||||
"configMode": "overwrite",
|
||||
"overwriteSettings": {
|
||||
"alipay-mini-game": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"taobao-creative-app": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"taobao-mini-game": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"bytedance-mini-game": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"oppo-mini-game": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"huawei-quick-game": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"vivo-mini-game": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"xiaomi-quick-game": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"baidu-mini-game": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"wechatgame": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"link-sure": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"qtt": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
},
|
||||
"cocos-play": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"web": {
|
||||
"preferredOptions": {
|
||||
"compressionType": "merge_dep",
|
||||
"isRemote": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"__version__": "3.0.5",
|
||||
"__version__": "3.0.7",
|
||||
"game": {
|
||||
"name": "未知游戏",
|
||||
"app_id": "UNKNOW",
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"__version__": "1.0.0",
|
||||
"information": {
|
||||
"removeSplash": {
|
||||
"id": "removeSplash",
|
||||
"label": "removeSplash",
|
||||
"enable": true,
|
||||
"removeSplash": {
|
||||
"complete": false,
|
||||
"form": "https://creator-api.cocos.com/api/form/show?sid=5316a16e4b57c565f318cfac74a02c55"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"__version__": "1.0.4"
|
||||
"__version__": "1.0.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user