Compare commits
8 Commits
master
...
SamWorkset
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84a925b68f | ||
|
|
f2475e6b06 | ||
| 5623167eb9 | |||
|
|
48860cf906 | ||
| 2e61259ebe | |||
|
|
013ed4944c | ||
|
|
16c4680d6c | ||
|
|
f542c4c57e |
26
.gitignore
vendored
26
.gitignore
vendored
@ -77,3 +77,29 @@ Recordings/
|
|||||||
# Paid assets
|
# Paid assets
|
||||||
/[Aa]ssets/Magic Light Probes/*
|
/[Aa]ssets/Magic Light Probes/*
|
||||||
/[Aa]ssets/[Bb]akery/*
|
/[Aa]ssets/[Bb]akery/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#FMOD
|
||||||
|
|
||||||
|
# Never ignore DLLs in the FMOD subfolder.
|
||||||
|
!/[Aa]ssets/Plugins/FMOD/**/lib/*
|
||||||
|
|
||||||
|
# Don't ignore images and gizmos used by FMOD in the Unity Editor.
|
||||||
|
!/[Aa]ssets/Gizmos/FMOD/*
|
||||||
|
!/[Aa]ssets/Editor Default Resources/FMOD/*
|
||||||
|
|
||||||
|
# Ignore the Cache folder since it is updated locally.
|
||||||
|
/[Aa]ssets/Plugins/FMOD/Cache/*
|
||||||
|
|
||||||
|
# Ignore bank files in the StreamingAssets folder.
|
||||||
|
/[Aa]ssets/StreamingAssets/**/*.bank
|
||||||
|
/[Aa]ssets/StreamingAssets/**/*.bank.meta
|
||||||
|
|
||||||
|
# If the source bank files are kept outside of the StreamingAssets folder then these can be ignored.
|
||||||
|
# Log files can be ignored.
|
||||||
|
fmod_editor.log
|
||||||
|
NetrworkManagerUI.prefab
|
||||||
|
NetrworkManagerUI.prefab.meta
|
||||||
|
CustomNetworkManager.prefab
|
||||||
|
CustomNetworkManager.prefab.meta
|
||||||
23
Assets/HandPresencePhysics.cs
Normal file
23
Assets/HandPresencePhysics.cs
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class HandPresencePhysics : MonoBehaviour
|
||||||
|
{
|
||||||
|
public Transform target;
|
||||||
|
private Rigidbody rb;
|
||||||
|
// Start is called before the first frame update
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
rb = GetComponent<Rigidbody>();
|
||||||
|
}
|
||||||
|
// Update is called once per frame
|
||||||
|
//
|
||||||
|
void FixedUpdate()
|
||||||
|
{
|
||||||
|
//position
|
||||||
|
rb.velocity = (target.position - transform.position) / Time.fixedDeltaTime;
|
||||||
|
//rotation
|
||||||
|
Quaternion rotationDifference = target.rotation * Quaternion.Inverse(transform.rotation);
|
||||||
|
rotationDifference.ToAngleAxis(out float angleInDegree, out Vector3 rotationAxis);
|
||||||
|
Vector3 rotationDifferenceInDegree = angleInDegree * rotationAxis; rb.angularVelocity = (rotationDifferenceInDegree * Mathf.Deg2Rad / Time.fixedDeltaTime);
|
||||||
|
}
|
||||||
|
}
|
||||||
11
Assets/HandPresencePhysics.cs.meta
Normal file
11
Assets/HandPresencePhysics.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 116b8a33d83907d4b9dc092e9baa3639
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Oculus Hands Physics.meta
Normal file
8
Assets/Oculus Hands Physics.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 93756a6a02237c0418736f2a31b54230
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Oculus Hands Physics/Animations.meta
Normal file
8
Assets/Oculus Hands Physics/Animations.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5312cf64a580ce242aadae4fa36765df
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,131 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!206 &-7877958355586004021
|
||||||
|
BlendTree:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Blend Tree
|
||||||
|
m_Childs:
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: 1ae9aefe37a62de429ddc2edd1ca36f3, type: 3}
|
||||||
|
m_Threshold: 0
|
||||||
|
m_Position: {x: 0, y: 0}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: Grip
|
||||||
|
m_Mirror: 0
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: a91ff20f7450bf446a6bf0bfb5e932ae, type: 3}
|
||||||
|
m_Threshold: 0.33333334
|
||||||
|
m_Position: {x: 0, y: 1}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: Grip
|
||||||
|
m_Mirror: 0
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: 7cb2e1480bb51ce4282f540ea3f41d4f, type: 3}
|
||||||
|
m_Threshold: 0.6666667
|
||||||
|
m_Position: {x: 1, y: 0}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: Grip
|
||||||
|
m_Mirror: 0
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: 7cb2e1480bb51ce4282f540ea3f41d4f, type: 3}
|
||||||
|
m_Threshold: 1
|
||||||
|
m_Position: {x: 1, y: 1}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: Grip
|
||||||
|
m_Mirror: 0
|
||||||
|
m_BlendParameter: Grip
|
||||||
|
m_BlendParameterY: Trigger
|
||||||
|
m_MinThreshold: 0
|
||||||
|
m_MaxThreshold: 1
|
||||||
|
m_UseAutomaticThresholds: 1
|
||||||
|
m_NormalizedBlendValues: 0
|
||||||
|
m_BlendType: 3
|
||||||
|
--- !u!1107 &-2276301845227396631
|
||||||
|
AnimatorStateMachine:
|
||||||
|
serializedVersion: 5
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Base Layer
|
||||||
|
m_ChildStates:
|
||||||
|
- serializedVersion: 1
|
||||||
|
m_State: {fileID: 5869694157650388578}
|
||||||
|
m_Position: {x: 330, y: 120, z: 0}
|
||||||
|
m_ChildStateMachines: []
|
||||||
|
m_AnyStateTransitions: []
|
||||||
|
m_EntryTransitions: []
|
||||||
|
m_StateMachineTransitions: {}
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_AnyStatePosition: {x: 50, y: 20, z: 0}
|
||||||
|
m_EntryPosition: {x: 50, y: 120, z: 0}
|
||||||
|
m_ExitPosition: {x: 800, y: 120, z: 0}
|
||||||
|
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
|
||||||
|
m_DefaultState: {fileID: 5869694157650388578}
|
||||||
|
--- !u!91 &9100000
|
||||||
|
AnimatorController:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Left Hand Animator
|
||||||
|
serializedVersion: 5
|
||||||
|
m_AnimatorParameters:
|
||||||
|
- m_Name: Grip
|
||||||
|
m_Type: 1
|
||||||
|
m_DefaultFloat: 0
|
||||||
|
m_DefaultInt: 0
|
||||||
|
m_DefaultBool: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
- m_Name: Trigger
|
||||||
|
m_Type: 1
|
||||||
|
m_DefaultFloat: 0
|
||||||
|
m_DefaultInt: 0
|
||||||
|
m_DefaultBool: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
m_AnimatorLayers:
|
||||||
|
- serializedVersion: 5
|
||||||
|
m_Name: Base Layer
|
||||||
|
m_StateMachine: {fileID: -2276301845227396631}
|
||||||
|
m_Mask: {fileID: 0}
|
||||||
|
m_Motions: []
|
||||||
|
m_Behaviours: []
|
||||||
|
m_BlendingMode: 0
|
||||||
|
m_SyncedLayerIndex: -1
|
||||||
|
m_DefaultWeight: 0
|
||||||
|
m_IKPass: 0
|
||||||
|
m_SyncedLayerAffectsTiming: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
--- !u!1102 &5869694157650388578
|
||||||
|
AnimatorState:
|
||||||
|
serializedVersion: 5
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Blend Tree
|
||||||
|
m_Speed: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_Transitions: []
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_Position: {x: 50, y: 50, z: 0}
|
||||||
|
m_IKOnFeet: 0
|
||||||
|
m_WriteDefaultValues: 1
|
||||||
|
m_Mirror: 0
|
||||||
|
m_SpeedParameterActive: 0
|
||||||
|
m_MirrorParameterActive: 0
|
||||||
|
m_CycleOffsetParameterActive: 0
|
||||||
|
m_TimeParameterActive: 0
|
||||||
|
m_Motion: {fileID: -7877958355586004021}
|
||||||
|
m_Tag:
|
||||||
|
m_SpeedParameter:
|
||||||
|
m_MirrorParameter:
|
||||||
|
m_CycleOffsetParameter:
|
||||||
|
m_TimeParameter:
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0284ecac7be7e2d409126f62358d744b
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,131 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!206 &-7877958355586004021
|
||||||
|
BlendTree:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Blend Tree
|
||||||
|
m_Childs:
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: b6c38558987444240b3b3950e4450b77, type: 3}
|
||||||
|
m_Threshold: 0
|
||||||
|
m_Position: {x: 0, y: 0}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: Grip
|
||||||
|
m_Mirror: 0
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: 165871bb4fa915847973b6955c7a670d, type: 3}
|
||||||
|
m_Threshold: 0.33333334
|
||||||
|
m_Position: {x: 0, y: 1}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: Grip
|
||||||
|
m_Mirror: 0
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: 005ab0ae8aa7f74438a5fa50f7cd50e3, type: 3}
|
||||||
|
m_Threshold: 0.6666667
|
||||||
|
m_Position: {x: 1, y: 0}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: Grip
|
||||||
|
m_Mirror: 0
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: 005ab0ae8aa7f74438a5fa50f7cd50e3, type: 3}
|
||||||
|
m_Threshold: 1
|
||||||
|
m_Position: {x: 1, y: 1}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: Grip
|
||||||
|
m_Mirror: 0
|
||||||
|
m_BlendParameter: Grip
|
||||||
|
m_BlendParameterY: Trigger
|
||||||
|
m_MinThreshold: 0
|
||||||
|
m_MaxThreshold: 1
|
||||||
|
m_UseAutomaticThresholds: 1
|
||||||
|
m_NormalizedBlendValues: 0
|
||||||
|
m_BlendType: 3
|
||||||
|
--- !u!1107 &-2276301845227396631
|
||||||
|
AnimatorStateMachine:
|
||||||
|
serializedVersion: 5
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Base Layer
|
||||||
|
m_ChildStates:
|
||||||
|
- serializedVersion: 1
|
||||||
|
m_State: {fileID: 5869694157650388578}
|
||||||
|
m_Position: {x: 330, y: 120, z: 0}
|
||||||
|
m_ChildStateMachines: []
|
||||||
|
m_AnyStateTransitions: []
|
||||||
|
m_EntryTransitions: []
|
||||||
|
m_StateMachineTransitions: {}
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_AnyStatePosition: {x: 50, y: 20, z: 0}
|
||||||
|
m_EntryPosition: {x: 50, y: 120, z: 0}
|
||||||
|
m_ExitPosition: {x: 800, y: 120, z: 0}
|
||||||
|
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
|
||||||
|
m_DefaultState: {fileID: 5869694157650388578}
|
||||||
|
--- !u!91 &9100000
|
||||||
|
AnimatorController:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Right Hand Animator
|
||||||
|
serializedVersion: 5
|
||||||
|
m_AnimatorParameters:
|
||||||
|
- m_Name: Grip
|
||||||
|
m_Type: 1
|
||||||
|
m_DefaultFloat: 0
|
||||||
|
m_DefaultInt: 0
|
||||||
|
m_DefaultBool: 0
|
||||||
|
m_Controller: {fileID: 0}
|
||||||
|
- m_Name: Trigger
|
||||||
|
m_Type: 1
|
||||||
|
m_DefaultFloat: 0
|
||||||
|
m_DefaultInt: 0
|
||||||
|
m_DefaultBool: 0
|
||||||
|
m_Controller: {fileID: 0}
|
||||||
|
m_AnimatorLayers:
|
||||||
|
- serializedVersion: 5
|
||||||
|
m_Name: Base Layer
|
||||||
|
m_StateMachine: {fileID: -2276301845227396631}
|
||||||
|
m_Mask: {fileID: 0}
|
||||||
|
m_Motions: []
|
||||||
|
m_Behaviours: []
|
||||||
|
m_BlendingMode: 0
|
||||||
|
m_SyncedLayerIndex: -1
|
||||||
|
m_DefaultWeight: 0
|
||||||
|
m_IKPass: 0
|
||||||
|
m_SyncedLayerAffectsTiming: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
--- !u!1102 &5869694157650388578
|
||||||
|
AnimatorState:
|
||||||
|
serializedVersion: 5
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Blend Tree
|
||||||
|
m_Speed: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_Transitions: []
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_Position: {x: 50, y: 50, z: 0}
|
||||||
|
m_IKOnFeet: 0
|
||||||
|
m_WriteDefaultValues: 1
|
||||||
|
m_Mirror: 0
|
||||||
|
m_SpeedParameterActive: 0
|
||||||
|
m_MirrorParameterActive: 0
|
||||||
|
m_CycleOffsetParameterActive: 0
|
||||||
|
m_TimeParameterActive: 0
|
||||||
|
m_Motion: {fileID: -7877958355586004021}
|
||||||
|
m_Tag:
|
||||||
|
m_SpeedParameter:
|
||||||
|
m_MirrorParameter:
|
||||||
|
m_CycleOffsetParameter:
|
||||||
|
m_TimeParameter:
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 011fededf8deb2f479afbcb453d11410
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Oculus Hands Physics/Prefabs.meta
Normal file
8
Assets/Oculus Hands Physics/Prefabs.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5bea1e892b5c61f4e83c76c6ebd566bd
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 77459436eeb3aeb48871d657bcb5fd7f
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,966 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &109434732395284481
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451489}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_thumb2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451489
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284481}
|
||||||
|
m_LocalRotation: {x: 8.364196e-17, y: -1.5534073e-17, z: -0.14235, w: 0.9898164}
|
||||||
|
m_LocalPosition: {x: -0.03258824, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451495}
|
||||||
|
m_Father: {fileID: 109434732395451491}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284483
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451491}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_thumb1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451491
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284483}
|
||||||
|
m_LocalRotation: {x: 0.2459623, y: 0.945037, z: -0.031994287, w: 0.21303521}
|
||||||
|
m_LocalPosition: {x: 0.026298406, y: -0.041470297, z: 0.020564148}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451489}
|
||||||
|
m_Father: {fileID: 109434732395451465}
|
||||||
|
m_RootOrder: 6
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284485
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451493}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_thumb_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451493
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284485}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: -0.034079567, y: -7.105427e-17, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 109434732395451495}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284487
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451495}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_thumb3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451495
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284487}
|
||||||
|
m_LocalRotation: {x: -3.3019005e-17, y: 6.6511964e-18, z: 0.008720745, w: 0.999962}
|
||||||
|
m_LocalPosition: {x: -0.026371535, y: 1.4210854e-16, z: -1.0658141e-16}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451493}
|
||||||
|
m_Father: {fileID: 109434732395451489}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284489
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451497}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_ring2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451497
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284489}
|
||||||
|
m_LocalRotation: {x: -2.1295683e-16, y: 1.0081824e-16, z: -0.20290461, w: 0.9791985}
|
||||||
|
m_LocalPosition: {x: -0.038572025, y: 0, z: 7.105427e-17}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451503}
|
||||||
|
m_Father: {fileID: 109434732395451499}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284491
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451499}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_ring1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451499
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284491}
|
||||||
|
m_LocalRotation: {x: -0.10180098, y: 0.5692992, z: 0.8152097, w: 0.031114789}
|
||||||
|
m_LocalPosition: {x: 0.089531735, y: 0.012713979, z: -0.0018533266}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451497}
|
||||||
|
m_Father: {fileID: 109434732395451465}
|
||||||
|
m_RootOrder: 5
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284493
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451501}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_ring_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451501
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284493}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: -0.024214907, y: -1.4210854e-16, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 109434732395451503}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284495
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451503}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_ring3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451503
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284495}
|
||||||
|
m_LocalRotation: {x: 1.4978696e-16, y: -4.047208e-17, z: -0.08394361, w: 0.9964705}
|
||||||
|
m_LocalPosition: {x: -0.025775291, y: -1.7763568e-17, z: -1.4210854e-16}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451501}
|
||||||
|
m_Father: {fileID: 109434732395451497}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284505
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451513}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:l_hand_world
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451513
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284505}
|
||||||
|
m_LocalRotation: {x: 0.76502967, y: -0.5406603, z: 0.16959205, w: -0.30603018}
|
||||||
|
m_LocalPosition: {x: -0.017749771, y: 0.049014878, z: -0.07170377}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451465}
|
||||||
|
m_Father: {fileID: 109434732395451517}
|
||||||
|
m_RootOrder: 1
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284507
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451515}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:hands_geom
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451515
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284507}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: -0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451519}
|
||||||
|
m_Father: {fileID: 109434732395451517}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284509
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451517}
|
||||||
|
- component: {fileID: 109434732388006827}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: Custom Left Hand Model
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451517
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284509}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068}
|
||||||
|
m_LocalPosition: {x: -0.001, y: 0.001, z: -0.035}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451515}
|
||||||
|
- {fileID: 109434732395451513}
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90}
|
||||||
|
--- !u!95 &109434732388006827
|
||||||
|
Animator:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284509}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_Avatar: {fileID: 9000000, guid: ca20b3907ff1c794cb89c1ad2cce8282, type: 3}
|
||||||
|
m_Controller: {fileID: 9100000, guid: 0284ecac7be7e2d409126f62358d744b, type: 2}
|
||||||
|
m_CullingMode: 1
|
||||||
|
m_UpdateMode: 0
|
||||||
|
m_ApplyRootMotion: 0
|
||||||
|
m_LinearVelocityBlending: 0
|
||||||
|
m_WarningMessage:
|
||||||
|
m_HasTransformHierarchy: 1
|
||||||
|
m_AllowConstantClipSamplingOptimization: 1
|
||||||
|
m_KeepAnimatorControllerStateOnDisable: 0
|
||||||
|
--- !u!1 &109434732395284511
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451519}
|
||||||
|
- component: {fileID: 109434732392105323}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:Lhand
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451519
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284511}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: -0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 109434732395451515}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!137 &109434732392105323
|
||||||
|
SkinnedMeshRenderer:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284511}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_CastShadows: 1
|
||||||
|
m_ReceiveShadows: 1
|
||||||
|
m_DynamicOccludee: 1
|
||||||
|
m_MotionVectors: 1
|
||||||
|
m_LightProbeUsage: 1
|
||||||
|
m_ReflectionProbeUsage: 1
|
||||||
|
m_RayTracingMode: 0
|
||||||
|
m_RenderingLayerMask: 1
|
||||||
|
m_RendererPriority: 0
|
||||||
|
m_Materials:
|
||||||
|
- {fileID: 2100000, guid: 3637b758ff163493f8bb8b6d7e96d7ae, type: 2}
|
||||||
|
m_StaticBatchInfo:
|
||||||
|
firstSubMesh: 0
|
||||||
|
subMeshCount: 0
|
||||||
|
m_StaticBatchRoot: {fileID: 0}
|
||||||
|
m_ProbeAnchor: {fileID: 0}
|
||||||
|
m_LightProbeVolumeOverride: {fileID: 0}
|
||||||
|
m_ScaleInLightmap: 1
|
||||||
|
m_ReceiveGI: 1
|
||||||
|
m_PreserveUVs: 0
|
||||||
|
m_IgnoreNormalsForChartDetection: 0
|
||||||
|
m_ImportantGI: 0
|
||||||
|
m_StitchLightmapSeams: 1
|
||||||
|
m_SelectedEditorRenderState: 3
|
||||||
|
m_MinimumChartSize: 4
|
||||||
|
m_AutoUVMaxDistance: 0.5
|
||||||
|
m_AutoUVMaxAngle: 89
|
||||||
|
m_LightmapParameters: {fileID: 0}
|
||||||
|
m_SortingLayerID: 0
|
||||||
|
m_SortingLayer: 0
|
||||||
|
m_SortingOrder: 0
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Quality: 0
|
||||||
|
m_UpdateWhenOffscreen: 0
|
||||||
|
m_SkinnedMotionVectors: 1
|
||||||
|
m_Mesh: {fileID: 4300000, guid: ca20b3907ff1c794cb89c1ad2cce8282, type: 3}
|
||||||
|
m_Bones:
|
||||||
|
- {fileID: 109434732395451513}
|
||||||
|
- {fileID: 109434732395451465}
|
||||||
|
- {fileID: 109434732395451471}
|
||||||
|
- {fileID: 109434732395451491}
|
||||||
|
- {fileID: 109434732395451489}
|
||||||
|
- {fileID: 109434732395451495}
|
||||||
|
- {fileID: 109434732395451493}
|
||||||
|
- {fileID: 109434732395451469}
|
||||||
|
- {fileID: 109434732395451459}
|
||||||
|
- {fileID: 109434732395451457}
|
||||||
|
- {fileID: 109434732395451463}
|
||||||
|
- {fileID: 109434732395451461}
|
||||||
|
- {fileID: 109434732395451483}
|
||||||
|
- {fileID: 109434732395451481}
|
||||||
|
- {fileID: 109434732395451487}
|
||||||
|
- {fileID: 109434732395451499}
|
||||||
|
- {fileID: 109434732395451497}
|
||||||
|
- {fileID: 109434732395451503}
|
||||||
|
- {fileID: 109434732395451501}
|
||||||
|
- {fileID: 109434732395451485}
|
||||||
|
- {fileID: 109434732395451475}
|
||||||
|
- {fileID: 109434732395451473}
|
||||||
|
- {fileID: 109434732395451479}
|
||||||
|
- {fileID: 109434732395451477}
|
||||||
|
- {fileID: 109434732395451467}
|
||||||
|
m_BlendShapeWeights: []
|
||||||
|
m_RootBone: {fileID: 109434732395451513}
|
||||||
|
m_AABB:
|
||||||
|
m_Center: {x: 0.00654291, y: -0.036744133, z: -0.06238377}
|
||||||
|
m_Extent: {x: 0.072534904, y: 0.09257294, z: 0.105605766}
|
||||||
|
m_DirtyAABB: 0
|
||||||
|
--- !u!1 &109434732395284577
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451457}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_index3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451457
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284577}
|
||||||
|
m_LocalRotation: {x: 2.6848176e-16, y: -4.3833895e-17, z: -0.05959589, w: 0.9982226}
|
||||||
|
m_LocalPosition: {x: -0.022153005, y: 7.105427e-17, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451463}
|
||||||
|
m_Father: {fileID: 109434732395451459}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284579
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451459}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_index2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451459
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284579}
|
||||||
|
m_LocalRotation: {x: -2.7269937e-16, y: 5.169386e-17, z: -0.18624677, w: 0.982503}
|
||||||
|
m_LocalPosition: {x: -0.04157472, y: 0, z: 7.105427e-17}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451457}
|
||||||
|
m_Father: {fileID: 109434732395451469}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284581
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451461}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_middle1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451461
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284581}
|
||||||
|
m_LocalRotation: {x: -0.03365181, y: 0.6480088, z: 0.75659454, w: 0.08072687}
|
||||||
|
m_LocalPosition: {x: 0.09142233, y: -0.0095321555, z: -0.010838781}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451483}
|
||||||
|
m_Father: {fileID: 109434732395451465}
|
||||||
|
m_RootOrder: 3
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284583
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451463}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_index_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451463
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284583}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: -0.029121809, y: -1.7763567e-16, z: -7.105427e-17}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 109434732395451457}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284585
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451465}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_hand
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451465
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284585}
|
||||||
|
m_LocalRotation: {x: -0.3125748, y: 0.76965183, z: 0.018750938, w: 0.5564005}
|
||||||
|
m_LocalPosition: {x: -0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451467}
|
||||||
|
- {fileID: 109434732395451471}
|
||||||
|
- {fileID: 109434732395451469}
|
||||||
|
- {fileID: 109434732395451461}
|
||||||
|
- {fileID: 109434732395451485}
|
||||||
|
- {fileID: 109434732395451499}
|
||||||
|
- {fileID: 109434732395451491}
|
||||||
|
m_Father: {fileID: 109434732395451513}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284587
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451467}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_grip
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451467
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284587}
|
||||||
|
m_LocalRotation: {x: 0.31257483, y: -0.76965183, z: -0.018750904, w: 0.5564005}
|
||||||
|
m_LocalPosition: {x: 0.07215908, y: -0.013962129, z: 0.018992199}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 109434732395451465}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284589
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451469}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_index1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451469
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284589}
|
||||||
|
m_LocalRotation: {x: 0.010945054, y: 0.7329414, z: 0.66095215, w: 0.16068448}
|
||||||
|
m_LocalPosition: {x: 0.087078705, y: -0.035099912, z: -0.0068139634}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451459}
|
||||||
|
m_Father: {fileID: 109434732395451465}
|
||||||
|
m_RootOrder: 2
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284591
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451471}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_hand_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451471
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284591}
|
||||||
|
m_LocalRotation: {x: 0.22704248, y: 3.9634124e-17, z: 4.7759774e-17, w: 0.9738849}
|
||||||
|
m_LocalPosition: {x: 0.13611393, y: 0, z: 1.4210854e-16}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 109434732395451465}
|
||||||
|
m_RootOrder: 1
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284593
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451473}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_pinky2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451473
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284593}
|
||||||
|
m_LocalRotation: {x: -1.7569053e-16, y: -8.32419e-17, z: -0.16458225, w: 0.98636335}
|
||||||
|
m_LocalPosition: {x: -0.03335595, y: 1.4210854e-16, z: -1.4210854e-16}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451479}
|
||||||
|
m_Father: {fileID: 109434732395451475}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284595
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451475}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_pinky1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451475
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284595}
|
||||||
|
m_LocalRotation: {x: -0.018903391, y: 0.0067427186, z: 0.9928664, w: 0.117531024}
|
||||||
|
m_LocalPosition: {x: 0.053570647, y: 0.0024384, z: -0.0014630399}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451473}
|
||||||
|
m_Father: {fileID: 109434732395451485}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284597
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451477}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_pinky_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451477
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284597}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: -0.019441238, y: -6.217249e-17, z: 7.105427e-17}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 109434732395451479}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284599
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451479}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_pinky3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451479
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284599}
|
||||||
|
m_LocalRotation: {x: -6.36854e-17, y: -2.4790136e-17, z: -0.04699399, w: 0.9988952}
|
||||||
|
m_LocalPosition: {x: -0.017418223, y: 1.3322676e-16, z: 7.105427e-17}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451477}
|
||||||
|
m_Father: {fileID: 109434732395451473}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284601
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451481}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_middle3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451481
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284601}
|
||||||
|
m_LocalRotation: {x: 1.1443316e-16, y: 4.8088383e-17, z: -0.06577556, w: 0.99783444}
|
||||||
|
m_LocalPosition: {x: -0.029590597, y: 3.5527136e-17, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451487}
|
||||||
|
m_Father: {fileID: 109434732395451483}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284603
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451483}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_middle2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451483
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284603}
|
||||||
|
m_LocalRotation: {x: -2.6402464e-16, y: 2.0679773e-16, z: -0.23558192, w: 0.9718545}
|
||||||
|
m_LocalPosition: {x: -0.045967426, y: 1.4210854e-16, z: 7.105427e-17}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451481}
|
||||||
|
m_Father: {fileID: 109434732395451461}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284605
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451485}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_pinky0
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451485
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284605}
|
||||||
|
m_LocalRotation: {x: -0.46932158, y: -0.083111495, z: 0.08672836, w: 0.8748188}
|
||||||
|
m_LocalPosition: {x: 0.031271502, y: 0.01906803, z: 0.01150759}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434732395451475}
|
||||||
|
m_Father: {fileID: 109434732395451465}
|
||||||
|
m_RootOrder: 4
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &109434732395284607
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 109434732395451487}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_l_middle_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &109434732395451487
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 109434732395284607}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: -0.02646961, y: -1.7763568e-17, z: -2.1316282e-16}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 109434732395451481}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7811abe38615a86438f679bcf79f5b92
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 3c99d0ba506360a43b8cea08ef805d25
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,966 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &5686134208185362816
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136544}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_hand_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136544
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362816}
|
||||||
|
m_LocalRotation: {x: 0.22704248, y: -0, z: -0, w: 0.9738849}
|
||||||
|
m_LocalPosition: {x: -0.13611329, y: 0.00000039665923, z: 0.0000006813971}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 5686134208185136550}
|
||||||
|
m_RootOrder: 1
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362818
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136546}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_index1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136546
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362818}
|
||||||
|
m_LocalRotation: {x: 0.010945054, y: 0.7329414, z: 0.66095215, w: 0.16068448}
|
||||||
|
m_LocalPosition: {x: -0.08707797, y: 0.035099972, z: 0.0068147103}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136556}
|
||||||
|
m_Father: {fileID: 5686134208185136550}
|
||||||
|
m_RootOrder: 2
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362820
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136548}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_grip
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136548
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362820}
|
||||||
|
m_LocalRotation: {x: 0.56189185, y: -0.03958033, z: 0.76829755, w: -0.30402282}
|
||||||
|
m_LocalPosition: {x: -0.073359996, y: 0.01578, z: -0.01952}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 5686134208185136550}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362822
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136550}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_hand
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136550
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362822}
|
||||||
|
m_LocalRotation: {x: 0.5564005, y: -0.018750938, z: 0.76965183, w: 0.3125748}
|
||||||
|
m_LocalPosition: {x: -0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136548}
|
||||||
|
- {fileID: 5686134208185136544}
|
||||||
|
- {fileID: 5686134208185136546}
|
||||||
|
- {fileID: 5686134208185136554}
|
||||||
|
- {fileID: 5686134208185136562}
|
||||||
|
- {fileID: 5686134208185136516}
|
||||||
|
- {fileID: 5686134208185136524}
|
||||||
|
m_Father: {fileID: 5686134208185136534}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362824
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136552}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_index_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136552
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362824}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0.029121783, y: 0.0000002658625, z: 0.0000010456445}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 5686134208185136558}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362826
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136554}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_middle1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136554
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362826}
|
||||||
|
m_LocalRotation: {x: -0.03365181, y: 0.6480088, z: 0.75659454, w: 0.08072687}
|
||||||
|
m_LocalPosition: {x: -0.09142202, y: 0.009532635, z: 0.010838787}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136564}
|
||||||
|
m_Father: {fileID: 5686134208185136550}
|
||||||
|
m_RootOrder: 3
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362828
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136556}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_index2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136556
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362828}
|
||||||
|
m_LocalRotation: {x: -5.1243677e-17, y: -4.6785792e-17, z: -0.18624677, w: 0.982503}
|
||||||
|
m_LocalPosition: {x: 0.04157489, y: -0.0000002622628, z: -0.00000038978715}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136558}
|
||||||
|
m_Father: {fileID: 5686134208185136546}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362830
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136558}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_index3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136558
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362830}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0.05959589, w: 0.9982226}
|
||||||
|
m_LocalPosition: {x: 0.022152938, y: -0.00000022278307, z: -0.000000035388048}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136552}
|
||||||
|
m_Father: {fileID: 5686134208185136556}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362832
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136560}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_middle_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136560
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362832}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0.026469523, y: 0.0000004068423, z: 0.00000019527813}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 5686134208185136566}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362834
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136562}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_pinky0
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136562
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362834}
|
||||||
|
m_LocalRotation: {x: -0.46932158, y: -0.083111495, z: 0.08672836, w: 0.8748188}
|
||||||
|
m_LocalPosition: {x: -0.031274725, y: -0.019069267, z: -0.011509167}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136572}
|
||||||
|
m_Father: {fileID: 5686134208185136550}
|
||||||
|
m_RootOrder: 4
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362836
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136564}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_middle2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136564
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362836}
|
||||||
|
m_LocalRotation: {x: -1.8923043e-16, y: 3.0290486e-16, z: -0.23558192, w: 0.9718545}
|
||||||
|
m_LocalPosition: {x: 0.04596702, y: -6.4383804e-10, z: -0.00000003982895}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136566}
|
||||||
|
m_Father: {fileID: 5686134208185136554}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362838
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136566}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_middle3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136566
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362838}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0.06577556, w: 0.99783444}
|
||||||
|
m_LocalPosition: {x: 0.029590234, y: -0.00000017799226, z: -0.000000063619794}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136560}
|
||||||
|
m_Father: {fileID: 5686134208185136564}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362840
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136568}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_pinky3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136568
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362840}
|
||||||
|
m_LocalRotation: {x: 3.5308314e-17, y: -8.5019946e-17, z: -0.04699399, w: 0.9988952}
|
||||||
|
m_LocalPosition: {x: 0.017418418, y: -0.00000049037294, z: -0.00000080218643}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136570}
|
||||||
|
m_Father: {fileID: 5686134208185136574}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362842
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136570}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_pinky_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136570
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362842}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0.01944108, y: 0.00000018051705, z: 0.000000684117}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 5686134208185136568}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362844
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136572}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_pinky1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136572
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362844}
|
||||||
|
m_LocalRotation: {x: -0.018903391, y: 0.0067427186, z: 0.9928664, w: 0.117531024}
|
||||||
|
m_LocalPosition: {x: -0.05356621, y: -0.0024395068, z: 0.0014644878}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136574}
|
||||||
|
m_Father: {fileID: 5686134208185136562}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362846
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136574}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_pinky2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136574
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362846}
|
||||||
|
m_LocalRotation: {x: -3.4229197e-17, y: -1.2091545e-16, z: -0.16458225, w: 0.98636335}
|
||||||
|
m_LocalPosition: {x: 0.033355847, y: 0.0000004193135, z: 0.00000030447453}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136568}
|
||||||
|
m_Father: {fileID: 5686134208185136572}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362912
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136512}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_ring3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136512
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362912}
|
||||||
|
m_LocalRotation: {x: -2.9506475e-16, y: -2.9973535e-18, z: -0.08394361, w: 0.9964705}
|
||||||
|
m_LocalPosition: {x: 0.025775367, y: 0.00000023005762, z: 0.00000026507695}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136514}
|
||||||
|
m_Father: {fileID: 5686134208185136518}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362914
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136514}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_ring_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136514
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362914}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0.024214193, y: -0.00000003789957, z: 0.00000001870374}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 5686134208185136512}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362916
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136516}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_ring1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136516
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362916}
|
||||||
|
m_LocalRotation: {x: -0.10180098, y: 0.5692992, z: 0.8152097, w: 0.031114789}
|
||||||
|
m_LocalPosition: {x: -0.089531094, y: -0.012713966, z: 0.0018533061}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136518}
|
||||||
|
m_Father: {fileID: 5686134208185136550}
|
||||||
|
m_RootOrder: 5
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362918
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136518}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_ring2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136518
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362918}
|
||||||
|
m_LocalRotation: {x: 1.3919719e-16, y: 5.619185e-17, z: -0.20290461, w: 0.9791985}
|
||||||
|
m_LocalPosition: {x: 0.03857198, y: 0.000000019344908, z: -0.00000011757956}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136512}
|
||||||
|
m_Father: {fileID: 5686134208185136516}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362920
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136520}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_thumb3
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136520
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362920}
|
||||||
|
m_LocalRotation: {x: -1.5489887e-16, y: -6.033373e-17, z: 0.008720745, w: 0.999962}
|
||||||
|
m_LocalPosition: {x: 0.026375083, y: -0.00000313834, z: 0.00000024626075}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136522}
|
||||||
|
m_Father: {fileID: 5686134208185136526}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362922
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136522}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_thumb_ignore
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136522
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362922}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0.034079235, y: 0.00000027444756, z: 0.00000012232366}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 5686134208185136520}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362924
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136524}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_thumb1
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136524
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362924}
|
||||||
|
m_LocalRotation: {x: 0.2459623, y: 0.945037, z: -0.031994287, w: 0.21303521}
|
||||||
|
m_LocalPosition: {x: -0.026297215, y: 0.041471086, z: -0.020563869}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136526}
|
||||||
|
m_Father: {fileID: 5686134208185136550}
|
||||||
|
m_RootOrder: 6
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362926
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136526}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:b_r_thumb2
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136526
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362926}
|
||||||
|
m_LocalRotation: {x: -2.086314e-17, y: -1.4421555e-16, z: -0.14235, w: 0.9898164}
|
||||||
|
m_LocalPosition: {x: 0.03258561, y: 0.0000027154815, z: -0.00000027681938}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136520}
|
||||||
|
m_Father: {fileID: 5686134208185136524}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362928
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136528}
|
||||||
|
- component: {fileID: 5686134208196863108}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:Rhand
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136528
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362928}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: -0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 5686134208185136532}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!137 &5686134208196863108
|
||||||
|
SkinnedMeshRenderer:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362928}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_CastShadows: 1
|
||||||
|
m_ReceiveShadows: 1
|
||||||
|
m_DynamicOccludee: 1
|
||||||
|
m_MotionVectors: 1
|
||||||
|
m_LightProbeUsage: 1
|
||||||
|
m_ReflectionProbeUsage: 1
|
||||||
|
m_RayTracingMode: 0
|
||||||
|
m_RenderingLayerMask: 1
|
||||||
|
m_RendererPriority: 0
|
||||||
|
m_Materials:
|
||||||
|
- {fileID: 2100000, guid: 3637b758ff163493f8bb8b6d7e96d7ae, type: 2}
|
||||||
|
m_StaticBatchInfo:
|
||||||
|
firstSubMesh: 0
|
||||||
|
subMeshCount: 0
|
||||||
|
m_StaticBatchRoot: {fileID: 0}
|
||||||
|
m_ProbeAnchor: {fileID: 0}
|
||||||
|
m_LightProbeVolumeOverride: {fileID: 0}
|
||||||
|
m_ScaleInLightmap: 1
|
||||||
|
m_ReceiveGI: 1
|
||||||
|
m_PreserveUVs: 0
|
||||||
|
m_IgnoreNormalsForChartDetection: 0
|
||||||
|
m_ImportantGI: 0
|
||||||
|
m_StitchLightmapSeams: 1
|
||||||
|
m_SelectedEditorRenderState: 3
|
||||||
|
m_MinimumChartSize: 4
|
||||||
|
m_AutoUVMaxDistance: 0.5
|
||||||
|
m_AutoUVMaxAngle: 89
|
||||||
|
m_LightmapParameters: {fileID: 0}
|
||||||
|
m_SortingLayerID: 0
|
||||||
|
m_SortingLayer: 0
|
||||||
|
m_SortingOrder: 0
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Quality: 0
|
||||||
|
m_UpdateWhenOffscreen: 0
|
||||||
|
m_SkinnedMotionVectors: 1
|
||||||
|
m_Mesh: {fileID: 4300000, guid: d0c255d07fd68f14b94e55d388e7e6bb, type: 3}
|
||||||
|
m_Bones:
|
||||||
|
- {fileID: 5686134208185136534}
|
||||||
|
- {fileID: 5686134208185136550}
|
||||||
|
- {fileID: 5686134208185136516}
|
||||||
|
- {fileID: 5686134208185136518}
|
||||||
|
- {fileID: 5686134208185136512}
|
||||||
|
- {fileID: 5686134208185136514}
|
||||||
|
- {fileID: 5686134208185136554}
|
||||||
|
- {fileID: 5686134208185136564}
|
||||||
|
- {fileID: 5686134208185136566}
|
||||||
|
- {fileID: 5686134208185136560}
|
||||||
|
- {fileID: 5686134208185136546}
|
||||||
|
- {fileID: 5686134208185136556}
|
||||||
|
- {fileID: 5686134208185136558}
|
||||||
|
- {fileID: 5686134208185136552}
|
||||||
|
- {fileID: 5686134208185136562}
|
||||||
|
- {fileID: 5686134208185136572}
|
||||||
|
- {fileID: 5686134208185136574}
|
||||||
|
- {fileID: 5686134208185136568}
|
||||||
|
- {fileID: 5686134208185136570}
|
||||||
|
- {fileID: 5686134208185136524}
|
||||||
|
- {fileID: 5686134208185136526}
|
||||||
|
- {fileID: 5686134208185136520}
|
||||||
|
- {fileID: 5686134208185136522}
|
||||||
|
- {fileID: 5686134208185136544}
|
||||||
|
- {fileID: 5686134208185136548}
|
||||||
|
m_BlendShapeWeights: []
|
||||||
|
m_RootBone: {fileID: 5686134208185136534}
|
||||||
|
m_AABB:
|
||||||
|
m_Center: {x: -0.0072079375, y: -0.035964184, z: -0.06280201}
|
||||||
|
m_Extent: {x: 0.07287095, y: 0.09202262, z: 0.10613526}
|
||||||
|
m_DirtyAABB: 0
|
||||||
|
--- !u!1 &5686134208185362930
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136530}
|
||||||
|
- component: {fileID: 5686134208192617028}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: Custom Right Hand Model
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136530
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362930}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068}
|
||||||
|
m_LocalPosition: {x: -0.001, y: 0.001, z: -0.035}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136532}
|
||||||
|
- {fileID: 5686134208185136534}
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90}
|
||||||
|
--- !u!95 &5686134208192617028
|
||||||
|
Animator:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362930}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_Avatar: {fileID: 9000000, guid: d0c255d07fd68f14b94e55d388e7e6bb, type: 3}
|
||||||
|
m_Controller: {fileID: 9100000, guid: 011fededf8deb2f479afbcb453d11410, type: 2}
|
||||||
|
m_CullingMode: 1
|
||||||
|
m_UpdateMode: 0
|
||||||
|
m_ApplyRootMotion: 0
|
||||||
|
m_LinearVelocityBlending: 0
|
||||||
|
m_WarningMessage:
|
||||||
|
m_HasTransformHierarchy: 1
|
||||||
|
m_AllowConstantClipSamplingOptimization: 1
|
||||||
|
m_KeepAnimatorControllerStateOnDisable: 0
|
||||||
|
--- !u!1 &5686134208185362932
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136532}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:hands_geom
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136532
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362932}
|
||||||
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: -0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136528}
|
||||||
|
m_Father: {fileID: 5686134208185136530}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!1 &5686134208185362934
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 5686134208185136534}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: hands:r_hand_world
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &5686134208185136534
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5686134208185362934}
|
||||||
|
m_LocalRotation: {x: 0.7599481, y: 0.541514, z: -0.17099279, w: -0.31623262}
|
||||||
|
m_LocalPosition: {x: 0.017749999, y: 0.049009997, z: -0.0717}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208185136550}
|
||||||
|
m_Father: {fileID: 5686134208185136530}
|
||||||
|
m_RootOrder: 1
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d2121c8d819597349ac6f3e6043fa1f3
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
115
Assets/Oculus Hands Physics/Prefabs/Left Hand Presence.prefab
Normal file
115
Assets/Oculus Hands Physics/Prefabs/Left Hand Presence.prefab
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &3621981467535291326
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 3621981467535291324}
|
||||||
|
- component: {fileID: 3621981467535291327}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: Left Hand Presence
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &3621981467535291324
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 3621981467535291326}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 109434733568965634}
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!114 &3621981467535291327
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 3621981467535291326}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: 99b4a737903b82a43bb95804a2149147, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
controllerCharacteristics: 320
|
||||||
|
handAnimator: {fileID: 109434733575885780}
|
||||||
|
--- !u!1001 &1525868671
|
||||||
|
PrefabInstance:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Modification:
|
||||||
|
m_TransformParent: {fileID: 3621981467535291324}
|
||||||
|
m_Modifications:
|
||||||
|
- target: {fileID: 109434732395284509, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: Custom Left Hand Model
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_RootOrder
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalPosition.x
|
||||||
|
value: -0.001
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalPosition.y
|
||||||
|
value: 0.001
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalPosition.z
|
||||||
|
value: -0.035
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.w
|
||||||
|
value: 0.7071068
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.z
|
||||||
|
value: 0.7071068
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.z
|
||||||
|
value: 90
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
m_RemovedComponents: []
|
||||||
|
m_SourcePrefab: {fileID: 100100000, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
--- !u!4 &109434733568965634 stripped
|
||||||
|
Transform:
|
||||||
|
m_CorrespondingSourceObject: {fileID: 109434732395451517, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
m_PrefabInstance: {fileID: 1525868671}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
--- !u!95 &109434733575885780 stripped
|
||||||
|
Animator:
|
||||||
|
m_CorrespondingSourceObject: {fileID: 109434732388006827, guid: 7811abe38615a86438f679bcf79f5b92, type: 3}
|
||||||
|
m_PrefabInstance: {fileID: 1525868671}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6c2509c76b281144cb0099fc45f17a09
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
115
Assets/Oculus Hands Physics/Prefabs/Right Hand Presence.prefab
Normal file
115
Assets/Oculus Hands Physics/Prefabs/Right Hand Presence.prefab
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &3621981467535291326
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 3621981467535291324}
|
||||||
|
- component: {fileID: 3621981467535291327}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: Right Hand Presence
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &3621981467535291324
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 3621981467535291326}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 5686134208553950744}
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!114 &3621981467535291327
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 3621981467535291326}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: 99b4a737903b82a43bb95804a2149147, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
controllerCharacteristics: 576
|
||||||
|
handAnimator: {fileID: 5686134208563048910}
|
||||||
|
--- !u!1001 &907832202
|
||||||
|
PrefabInstance:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Modification:
|
||||||
|
m_TransformParent: {fileID: 3621981467535291324}
|
||||||
|
m_Modifications:
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_RootOrder
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalPosition.x
|
||||||
|
value: -0.001
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalPosition.y
|
||||||
|
value: 0.001
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalPosition.z
|
||||||
|
value: -0.035
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.w
|
||||||
|
value: 0.7071068
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.z
|
||||||
|
value: -0.7071068
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.z
|
||||||
|
value: -90
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5686134208185362930, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: Custom Right Hand Model
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
m_RemovedComponents: []
|
||||||
|
m_SourcePrefab: {fileID: 100100000, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
--- !u!4 &5686134208553950744 stripped
|
||||||
|
Transform:
|
||||||
|
m_CorrespondingSourceObject: {fileID: 5686134208185136530, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
m_PrefabInstance: {fileID: 907832202}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
--- !u!95 &5686134208563048910 stripped
|
||||||
|
Animator:
|
||||||
|
m_CorrespondingSourceObject: {fileID: 5686134208192617028, guid: d2121c8d819597349ac6f3e6043fa1f3, type: 3}
|
||||||
|
m_PrefabInstance: {fileID: 907832202}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ddc38db09f9124241b4b4e9b2b9831eb
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Oculus Hands Physics/Scripts.meta
Normal file
8
Assets/Oculus Hands Physics/Scripts.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fe37bd8dfb4a37b499eab19f16f57fdb
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
61
Assets/Oculus Hands Physics/Scripts/HandPresence.cs
Normal file
61
Assets/Oculus Hands Physics/Scripts/HandPresence.cs
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
using UnityEngine.XR;
|
||||||
|
|
||||||
|
public class HandPresence : MonoBehaviour
|
||||||
|
{
|
||||||
|
public InputDeviceCharacteristics controllerCharacteristics;
|
||||||
|
private InputDevice targetDevice;
|
||||||
|
public Animator handAnimator;
|
||||||
|
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
TryInitialize();
|
||||||
|
}
|
||||||
|
|
||||||
|
void TryInitialize()
|
||||||
|
{
|
||||||
|
List<InputDevice> devices = new List<InputDevice>();
|
||||||
|
|
||||||
|
InputDevices.GetDevicesWithCharacteristics(controllerCharacteristics, devices);
|
||||||
|
if (devices.Count > 0)
|
||||||
|
{
|
||||||
|
targetDevice = devices[0];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void UpdateHandAnimation()
|
||||||
|
{
|
||||||
|
if(targetDevice.TryGetFeatureValue(CommonUsages.trigger, out float triggerValue))
|
||||||
|
{
|
||||||
|
handAnimator.SetFloat("Trigger", triggerValue);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
handAnimator.SetFloat("Trigger", 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (targetDevice.TryGetFeatureValue(CommonUsages.grip, out float gripValue))
|
||||||
|
{
|
||||||
|
handAnimator.SetFloat("Grip", gripValue);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
handAnimator.SetFloat("Grip", 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Update is called once per frame
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
if(!targetDevice.isValid)
|
||||||
|
{
|
||||||
|
TryInitialize();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
UpdateHandAnimation();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
11
Assets/Oculus Hands Physics/Scripts/HandPresence.cs.meta
Normal file
11
Assets/Oculus Hands Physics/Scripts/HandPresence.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 99b4a737903b82a43bb95804a2149147
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -1,173 +1,65 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 1ae9aefe37a62de429ddc2edd1ca36f3
|
guid: 1ae9aefe37a62de429ddc2edd1ca36f3
|
||||||
ModelImporter:
|
ModelImporter:
|
||||||
serializedVersion: 22200
|
serializedVersion: 22
|
||||||
internalIDToNameTable:
|
fileIDToRecycleName:
|
||||||
- first:
|
100000: hands:b_l_grip
|
||||||
1: 100000
|
100002: hands:b_l_hand
|
||||||
second: hands:b_l_grip
|
100004: hands:b_l_hand_ignore
|
||||||
- first:
|
100006: hands:b_l_index1
|
||||||
1: 100002
|
100008: hands:b_l_index2
|
||||||
second: hands:b_l_hand
|
100010: hands:b_l_index3
|
||||||
- first:
|
100012: hands:b_l_index_ignore
|
||||||
1: 100004
|
100014: hands:b_l_middle1
|
||||||
second: hands:b_l_hand_ignore
|
100016: hands:b_l_middle2
|
||||||
- first:
|
100018: hands:b_l_middle3
|
||||||
1: 100006
|
100020: hands:b_l_middle_ignore
|
||||||
second: hands:b_l_index1
|
100022: hands:b_l_pinky0
|
||||||
- first:
|
100024: hands:b_l_pinky1
|
||||||
1: 100008
|
100026: hands:b_l_pinky2
|
||||||
second: hands:b_l_index2
|
100028: hands:b_l_pinky3
|
||||||
- first:
|
100030: hands:b_l_pinky_ignore
|
||||||
1: 100010
|
100032: hands:b_l_ring1
|
||||||
second: hands:b_l_index3
|
100034: hands:b_l_ring2
|
||||||
- first:
|
100036: hands:b_l_ring3
|
||||||
1: 100012
|
100038: hands:b_l_ring_ignore
|
||||||
second: hands:b_l_index_ignore
|
100040: hands:b_l_thumb1
|
||||||
- first:
|
100042: hands:b_l_thumb2
|
||||||
1: 100014
|
100044: hands:b_l_thumb3
|
||||||
second: hands:b_l_middle1
|
100046: hands:b_l_thumb_ignore
|
||||||
- first:
|
100048: hands:l_hand_world
|
||||||
1: 100016
|
100050: //RootNode
|
||||||
second: hands:b_l_middle2
|
400000: hands:b_l_grip
|
||||||
- first:
|
400002: hands:b_l_hand
|
||||||
1: 100018
|
400004: hands:b_l_hand_ignore
|
||||||
second: hands:b_l_middle3
|
400006: hands:b_l_index1
|
||||||
- first:
|
400008: hands:b_l_index2
|
||||||
1: 100020
|
400010: hands:b_l_index3
|
||||||
second: hands:b_l_middle_ignore
|
400012: hands:b_l_index_ignore
|
||||||
- first:
|
400014: hands:b_l_middle1
|
||||||
1: 100022
|
400016: hands:b_l_middle2
|
||||||
second: hands:b_l_pinky0
|
400018: hands:b_l_middle3
|
||||||
- first:
|
400020: hands:b_l_middle_ignore
|
||||||
1: 100024
|
400022: hands:b_l_pinky0
|
||||||
second: hands:b_l_pinky1
|
400024: hands:b_l_pinky1
|
||||||
- first:
|
400026: hands:b_l_pinky2
|
||||||
1: 100026
|
400028: hands:b_l_pinky3
|
||||||
second: hands:b_l_pinky2
|
400030: hands:b_l_pinky_ignore
|
||||||
- first:
|
400032: hands:b_l_ring1
|
||||||
1: 100028
|
400034: hands:b_l_ring2
|
||||||
second: hands:b_l_pinky3
|
400036: hands:b_l_ring3
|
||||||
- first:
|
400038: hands:b_l_ring_ignore
|
||||||
1: 100030
|
400040: hands:b_l_thumb1
|
||||||
second: hands:b_l_pinky_ignore
|
400042: hands:b_l_thumb2
|
||||||
- first:
|
400044: hands:b_l_thumb3
|
||||||
1: 100032
|
400046: hands:b_l_thumb_ignore
|
||||||
second: hands:b_l_ring1
|
400048: hands:l_hand_world
|
||||||
- first:
|
400050: //RootNode
|
||||||
1: 100034
|
7400000: Take 001
|
||||||
second: hands:b_l_ring2
|
9500000: //RootNode
|
||||||
- first:
|
|
||||||
1: 100036
|
|
||||||
second: hands:b_l_ring3
|
|
||||||
- first:
|
|
||||||
1: 100038
|
|
||||||
second: hands:b_l_ring_ignore
|
|
||||||
- first:
|
|
||||||
1: 100040
|
|
||||||
second: hands:b_l_thumb1
|
|
||||||
- first:
|
|
||||||
1: 100042
|
|
||||||
second: hands:b_l_thumb2
|
|
||||||
- first:
|
|
||||||
1: 100044
|
|
||||||
second: hands:b_l_thumb3
|
|
||||||
- first:
|
|
||||||
1: 100046
|
|
||||||
second: hands:b_l_thumb_ignore
|
|
||||||
- first:
|
|
||||||
1: 100048
|
|
||||||
second: hands:l_hand_world
|
|
||||||
- first:
|
|
||||||
1: 100050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
4: 400000
|
|
||||||
second: hands:b_l_grip
|
|
||||||
- first:
|
|
||||||
4: 400002
|
|
||||||
second: hands:b_l_hand
|
|
||||||
- first:
|
|
||||||
4: 400004
|
|
||||||
second: hands:b_l_hand_ignore
|
|
||||||
- first:
|
|
||||||
4: 400006
|
|
||||||
second: hands:b_l_index1
|
|
||||||
- first:
|
|
||||||
4: 400008
|
|
||||||
second: hands:b_l_index2
|
|
||||||
- first:
|
|
||||||
4: 400010
|
|
||||||
second: hands:b_l_index3
|
|
||||||
- first:
|
|
||||||
4: 400012
|
|
||||||
second: hands:b_l_index_ignore
|
|
||||||
- first:
|
|
||||||
4: 400014
|
|
||||||
second: hands:b_l_middle1
|
|
||||||
- first:
|
|
||||||
4: 400016
|
|
||||||
second: hands:b_l_middle2
|
|
||||||
- first:
|
|
||||||
4: 400018
|
|
||||||
second: hands:b_l_middle3
|
|
||||||
- first:
|
|
||||||
4: 400020
|
|
||||||
second: hands:b_l_middle_ignore
|
|
||||||
- first:
|
|
||||||
4: 400022
|
|
||||||
second: hands:b_l_pinky0
|
|
||||||
- first:
|
|
||||||
4: 400024
|
|
||||||
second: hands:b_l_pinky1
|
|
||||||
- first:
|
|
||||||
4: 400026
|
|
||||||
second: hands:b_l_pinky2
|
|
||||||
- first:
|
|
||||||
4: 400028
|
|
||||||
second: hands:b_l_pinky3
|
|
||||||
- first:
|
|
||||||
4: 400030
|
|
||||||
second: hands:b_l_pinky_ignore
|
|
||||||
- first:
|
|
||||||
4: 400032
|
|
||||||
second: hands:b_l_ring1
|
|
||||||
- first:
|
|
||||||
4: 400034
|
|
||||||
second: hands:b_l_ring2
|
|
||||||
- first:
|
|
||||||
4: 400036
|
|
||||||
second: hands:b_l_ring3
|
|
||||||
- first:
|
|
||||||
4: 400038
|
|
||||||
second: hands:b_l_ring_ignore
|
|
||||||
- first:
|
|
||||||
4: 400040
|
|
||||||
second: hands:b_l_thumb1
|
|
||||||
- first:
|
|
||||||
4: 400042
|
|
||||||
second: hands:b_l_thumb2
|
|
||||||
- first:
|
|
||||||
4: 400044
|
|
||||||
second: hands:b_l_thumb3
|
|
||||||
- first:
|
|
||||||
4: 400046
|
|
||||||
second: hands:b_l_thumb_ignore
|
|
||||||
- first:
|
|
||||||
4: 400048
|
|
||||||
second: hands:l_hand_world
|
|
||||||
- first:
|
|
||||||
4: 400050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
74: 7400000
|
|
||||||
second: Take 001
|
|
||||||
- first:
|
|
||||||
95: 9500000
|
|
||||||
second: //RootNode
|
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
materials:
|
materials:
|
||||||
materialImportMode: 1
|
importMaterials: 1
|
||||||
materialName: 0
|
materialName: 0
|
||||||
materialSearch: 1
|
materialSearch: 1
|
||||||
materialLocation: 1
|
materialLocation: 1
|
||||||
@ -176,7 +68,6 @@ ModelImporter:
|
|||||||
bakeSimulation: 0
|
bakeSimulation: 0
|
||||||
resampleCurves: 1
|
resampleCurves: 1
|
||||||
optimizeGameObjects: 0
|
optimizeGameObjects: 0
|
||||||
removeConstantScaleCurves: 0
|
|
||||||
motionNodeName:
|
motionNodeName:
|
||||||
rigImportErrors:
|
rigImportErrors:
|
||||||
rigImportWarnings:
|
rigImportWarnings:
|
||||||
@ -185,7 +76,6 @@ ModelImporter:
|
|||||||
animationRetargetingWarnings:
|
animationRetargetingWarnings:
|
||||||
animationDoRetargetingWarnings: 0
|
animationDoRetargetingWarnings: 0
|
||||||
importAnimatedCustomProperties: 0
|
importAnimatedCustomProperties: 0
|
||||||
importConstraints: 0
|
|
||||||
animationCompression: 1
|
animationCompression: 1
|
||||||
animationRotationError: 0.5
|
animationRotationError: 0.5
|
||||||
animationPositionError: 0.5
|
animationPositionError: 0.5
|
||||||
@ -200,48 +90,32 @@ ModelImporter:
|
|||||||
globalScale: 1
|
globalScale: 1
|
||||||
meshCompression: 0
|
meshCompression: 0
|
||||||
addColliders: 0
|
addColliders: 0
|
||||||
useSRGBMaterialColor: 1
|
|
||||||
sortHierarchyByName: 1
|
|
||||||
importVisibility: 1
|
importVisibility: 1
|
||||||
importBlendShapes: 1
|
importBlendShapes: 1
|
||||||
importCameras: 1
|
importCameras: 1
|
||||||
importLights: 1
|
importLights: 1
|
||||||
nodeNameCollisionStrategy: 0
|
|
||||||
fileIdsGeneration: 1
|
|
||||||
swapUVChannels: 0
|
swapUVChannels: 0
|
||||||
generateSecondaryUV: 1
|
generateSecondaryUV: 0
|
||||||
useFileUnits: 1
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
keepQuads: 0
|
keepQuads: 0
|
||||||
weldVertices: 1
|
weldVertices: 1
|
||||||
bakeAxisConversion: 0
|
|
||||||
preserveHierarchy: 0
|
preserveHierarchy: 0
|
||||||
skinWeightsMode: 0
|
|
||||||
maxBonesPerVertex: 4
|
|
||||||
minBoneWeight: 0.001
|
|
||||||
optimizeBones: 1
|
|
||||||
meshOptimizationFlags: -1
|
|
||||||
indexFormat: 0
|
indexFormat: 0
|
||||||
secondaryUVAngleDistortion: 8
|
secondaryUVAngleDistortion: 8
|
||||||
secondaryUVAreaDistortion: 15
|
secondaryUVAreaDistortion: 15.000001
|
||||||
secondaryUVHardAngle: 88
|
secondaryUVHardAngle: 88
|
||||||
secondaryUVMarginMethod: 1
|
|
||||||
secondaryUVMinLightmapResolution: 1
|
|
||||||
secondaryUVMinObjectScale: 1
|
|
||||||
secondaryUVPackMargin: 4
|
secondaryUVPackMargin: 4
|
||||||
useFileScale: 1
|
useFileScale: 1
|
||||||
strictVertexDataChecks: 0
|
|
||||||
tangentSpace:
|
tangentSpace:
|
||||||
normalSmoothAngle: 60
|
normalSmoothAngle: 60
|
||||||
normalImportMode: 0
|
normalImportMode: 0
|
||||||
tangentImportMode: 3
|
tangentImportMode: 3
|
||||||
normalCalculationMode: 4
|
normalCalculationMode: 4
|
||||||
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
|
|
||||||
blendShapeNormalImportMode: 1
|
|
||||||
normalSmoothingSource: 0
|
|
||||||
referencedClips: []
|
|
||||||
importAnimation: 1
|
importAnimation: 1
|
||||||
|
copyAvatar: 0
|
||||||
humanDescription:
|
humanDescription:
|
||||||
serializedVersion: 3
|
serializedVersion: 2
|
||||||
human: []
|
human: []
|
||||||
skeleton: []
|
skeleton: []
|
||||||
armTwist: 0.5
|
armTwist: 0.5
|
||||||
@ -251,19 +125,14 @@ ModelImporter:
|
|||||||
armStretch: 0.05
|
armStretch: 0.05
|
||||||
legStretch: 0.05
|
legStretch: 0.05
|
||||||
feetSpacing: 0
|
feetSpacing: 0
|
||||||
globalScale: 1
|
|
||||||
rootMotionBoneName:
|
rootMotionBoneName:
|
||||||
|
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
hasTranslationDoF: 0
|
hasTranslationDoF: 0
|
||||||
hasExtraRoot: 0
|
hasExtraRoot: 0
|
||||||
skeletonHasParents: 1
|
skeletonHasParents: 1
|
||||||
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
autoGenerateAvatarMappingIfUnspecified: 1
|
|
||||||
animationType: 2
|
animationType: 2
|
||||||
humanoidOversampling: 1
|
humanoidOversampling: 1
|
||||||
avatarSetup: 1
|
|
||||||
addHumanoidExtraRootOnlyWhenUsingAvatar: 0
|
|
||||||
importBlendShapeDeformPercent: 0
|
|
||||||
remapMaterialsIfMaterialImportModeIsNone: 1
|
|
||||||
additionalBone: 0
|
additionalBone: 0
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -1,203 +1,87 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 7cb2e1480bb51ce4282f540ea3f41d4f
|
guid: 7cb2e1480bb51ce4282f540ea3f41d4f
|
||||||
|
timeCreated: 1437585934
|
||||||
|
licenseType: Store
|
||||||
ModelImporter:
|
ModelImporter:
|
||||||
serializedVersion: 22200
|
serializedVersion: 18
|
||||||
internalIDToNameTable:
|
fileIDToRecycleName:
|
||||||
- first:
|
100000: hands:b_l_grip
|
||||||
1: 100000
|
100002: hands:b_l_hand
|
||||||
second: hands:b_l_grip
|
100004: hands:b_l_hand_ignore
|
||||||
- first:
|
100006: hands:b_l_index1
|
||||||
1: 100002
|
100008: hands:b_l_index2
|
||||||
second: hands:b_l_hand
|
100010: hands:b_l_index3
|
||||||
- first:
|
100012: hands:b_l_index_ignore
|
||||||
1: 100004
|
100014: hands:b_l_middle1
|
||||||
second: hands:b_l_hand_ignore
|
100016: hands:b_l_middle2
|
||||||
- first:
|
100018: hands:b_l_middle3
|
||||||
1: 100006
|
100020: hands:b_l_middle_ignore
|
||||||
second: hands:b_l_index1
|
100022: hands:b_l_pinky0
|
||||||
- first:
|
100024: hands:b_l_pinky1
|
||||||
1: 100008
|
100026: hands:b_l_pinky2
|
||||||
second: hands:b_l_index2
|
100028: hands:b_l_pinky3
|
||||||
- first:
|
100030: hands:b_l_pinky_ignore
|
||||||
1: 100010
|
100032: hands:b_l_ring1
|
||||||
second: hands:b_l_index3
|
100034: hands:b_l_ring2
|
||||||
- first:
|
100036: hands:b_l_ring3
|
||||||
1: 100012
|
100038: hands:b_l_ring_ignore
|
||||||
second: hands:b_l_index_ignore
|
100040: hands:b_l_thumb1
|
||||||
- first:
|
100042: hands:b_l_thumb2
|
||||||
1: 100014
|
100044: hands:b_l_thumb3
|
||||||
second: hands:b_l_middle1
|
100046: hands:b_l_thumb_ignore
|
||||||
- first:
|
100048: hands:l_hand_world
|
||||||
1: 100016
|
100050: //RootNode
|
||||||
second: hands:b_l_middle2
|
400000: hands:b_l_grip
|
||||||
- first:
|
400002: hands:b_l_hand
|
||||||
1: 100018
|
400004: hands:b_l_hand_ignore
|
||||||
second: hands:b_l_middle3
|
400006: hands:b_l_index1
|
||||||
- first:
|
400008: hands:b_l_index2
|
||||||
1: 100020
|
400010: hands:b_l_index3
|
||||||
second: hands:b_l_middle_ignore
|
400012: hands:b_l_index_ignore
|
||||||
- first:
|
400014: hands:b_l_middle1
|
||||||
1: 100022
|
400016: hands:b_l_middle2
|
||||||
second: hands:b_l_pinky0
|
400018: hands:b_l_middle3
|
||||||
- first:
|
400020: hands:b_l_middle_ignore
|
||||||
1: 100024
|
400022: hands:b_l_pinky0
|
||||||
second: hands:b_l_pinky1
|
400024: hands:b_l_pinky1
|
||||||
- first:
|
400026: hands:b_l_pinky2
|
||||||
1: 100026
|
400028: hands:b_l_pinky3
|
||||||
second: hands:b_l_pinky2
|
400030: hands:b_l_pinky_ignore
|
||||||
- first:
|
400032: hands:b_l_ring1
|
||||||
1: 100028
|
400034: hands:b_l_ring2
|
||||||
second: hands:b_l_pinky3
|
400036: hands:b_l_ring3
|
||||||
- first:
|
400038: hands:b_l_ring_ignore
|
||||||
1: 100030
|
400040: hands:b_l_thumb1
|
||||||
second: hands:b_l_pinky_ignore
|
400042: hands:b_l_thumb2
|
||||||
- first:
|
400044: hands:b_l_thumb3
|
||||||
1: 100032
|
400046: hands:b_l_thumb_ignore
|
||||||
second: hands:b_l_ring1
|
400048: hands:l_hand_world
|
||||||
- first:
|
400050: //RootNode
|
||||||
1: 100034
|
7400000: l_hand_fist
|
||||||
second: hands:b_l_ring2
|
9500000: //RootNode
|
||||||
- first:
|
|
||||||
1: 100036
|
|
||||||
second: hands:b_l_ring3
|
|
||||||
- first:
|
|
||||||
1: 100038
|
|
||||||
second: hands:b_l_ring_ignore
|
|
||||||
- first:
|
|
||||||
1: 100040
|
|
||||||
second: hands:b_l_thumb1
|
|
||||||
- first:
|
|
||||||
1: 100042
|
|
||||||
second: hands:b_l_thumb2
|
|
||||||
- first:
|
|
||||||
1: 100044
|
|
||||||
second: hands:b_l_thumb3
|
|
||||||
- first:
|
|
||||||
1: 100046
|
|
||||||
second: hands:b_l_thumb_ignore
|
|
||||||
- first:
|
|
||||||
1: 100048
|
|
||||||
second: hands:l_hand_world
|
|
||||||
- first:
|
|
||||||
1: 100050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
4: 400000
|
|
||||||
second: hands:b_l_grip
|
|
||||||
- first:
|
|
||||||
4: 400002
|
|
||||||
second: hands:b_l_hand
|
|
||||||
- first:
|
|
||||||
4: 400004
|
|
||||||
second: hands:b_l_hand_ignore
|
|
||||||
- first:
|
|
||||||
4: 400006
|
|
||||||
second: hands:b_l_index1
|
|
||||||
- first:
|
|
||||||
4: 400008
|
|
||||||
second: hands:b_l_index2
|
|
||||||
- first:
|
|
||||||
4: 400010
|
|
||||||
second: hands:b_l_index3
|
|
||||||
- first:
|
|
||||||
4: 400012
|
|
||||||
second: hands:b_l_index_ignore
|
|
||||||
- first:
|
|
||||||
4: 400014
|
|
||||||
second: hands:b_l_middle1
|
|
||||||
- first:
|
|
||||||
4: 400016
|
|
||||||
second: hands:b_l_middle2
|
|
||||||
- first:
|
|
||||||
4: 400018
|
|
||||||
second: hands:b_l_middle3
|
|
||||||
- first:
|
|
||||||
4: 400020
|
|
||||||
second: hands:b_l_middle_ignore
|
|
||||||
- first:
|
|
||||||
4: 400022
|
|
||||||
second: hands:b_l_pinky0
|
|
||||||
- first:
|
|
||||||
4: 400024
|
|
||||||
second: hands:b_l_pinky1
|
|
||||||
- first:
|
|
||||||
4: 400026
|
|
||||||
second: hands:b_l_pinky2
|
|
||||||
- first:
|
|
||||||
4: 400028
|
|
||||||
second: hands:b_l_pinky3
|
|
||||||
- first:
|
|
||||||
4: 400030
|
|
||||||
second: hands:b_l_pinky_ignore
|
|
||||||
- first:
|
|
||||||
4: 400032
|
|
||||||
second: hands:b_l_ring1
|
|
||||||
- first:
|
|
||||||
4: 400034
|
|
||||||
second: hands:b_l_ring2
|
|
||||||
- first:
|
|
||||||
4: 400036
|
|
||||||
second: hands:b_l_ring3
|
|
||||||
- first:
|
|
||||||
4: 400038
|
|
||||||
second: hands:b_l_ring_ignore
|
|
||||||
- first:
|
|
||||||
4: 400040
|
|
||||||
second: hands:b_l_thumb1
|
|
||||||
- first:
|
|
||||||
4: 400042
|
|
||||||
second: hands:b_l_thumb2
|
|
||||||
- first:
|
|
||||||
4: 400044
|
|
||||||
second: hands:b_l_thumb3
|
|
||||||
- first:
|
|
||||||
4: 400046
|
|
||||||
second: hands:b_l_thumb_ignore
|
|
||||||
- first:
|
|
||||||
4: 400048
|
|
||||||
second: hands:l_hand_world
|
|
||||||
- first:
|
|
||||||
4: 400050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
74: 7400000
|
|
||||||
second: l_hand_fist
|
|
||||||
- first:
|
|
||||||
95: 9500000
|
|
||||||
second: //RootNode
|
|
||||||
externalObjects: {}
|
|
||||||
materials:
|
materials:
|
||||||
materialImportMode: 1
|
importMaterials: 1
|
||||||
materialName: 0
|
materialName: 0
|
||||||
materialSearch: 1
|
materialSearch: 1
|
||||||
materialLocation: 0
|
|
||||||
animations:
|
animations:
|
||||||
legacyGenerateAnimations: 4
|
legacyGenerateAnimations: 4
|
||||||
bakeSimulation: 0
|
bakeSimulation: 0
|
||||||
resampleCurves: 1
|
|
||||||
optimizeGameObjects: 0
|
optimizeGameObjects: 0
|
||||||
removeConstantScaleCurves: 0
|
|
||||||
motionNodeName:
|
motionNodeName:
|
||||||
rigImportErrors:
|
|
||||||
rigImportWarnings:
|
|
||||||
animationImportErrors:
|
animationImportErrors:
|
||||||
animationImportWarnings:
|
animationImportWarnings:
|
||||||
animationRetargetingWarnings:
|
animationRetargetingWarnings:
|
||||||
animationDoRetargetingWarnings: 0
|
animationDoRetargetingWarnings: 0
|
||||||
importAnimatedCustomProperties: 0
|
|
||||||
importConstraints: 0
|
|
||||||
animationCompression: 1
|
animationCompression: 1
|
||||||
animationRotationError: 0.5
|
animationRotationError: .5
|
||||||
animationPositionError: 0.5
|
animationPositionError: .5
|
||||||
animationScaleError: 0.5
|
animationScaleError: .5
|
||||||
animationWrapMode: 0
|
animationWrapMode: 0
|
||||||
extraExposedTransformPaths: []
|
extraExposedTransformPaths: []
|
||||||
extraUserProperties: []
|
|
||||||
clipAnimations:
|
clipAnimations:
|
||||||
- serializedVersion: 16
|
- serializedVersion: 16
|
||||||
name: l_hand_fist
|
name: l_hand_fist
|
||||||
takeName: Take 001
|
takeName: Take 001
|
||||||
internalID: 0
|
|
||||||
firstFrame: 0
|
firstFrame: 0
|
||||||
lastFrame: 1
|
lastFrame: 1
|
||||||
wrapMode: 0
|
wrapMode: 0
|
||||||
@ -205,7 +89,6 @@ ModelImporter:
|
|||||||
level: 0
|
level: 0
|
||||||
cycleOffset: 0
|
cycleOffset: 0
|
||||||
loop: 0
|
loop: 0
|
||||||
hasAdditiveReferencePose: 0
|
|
||||||
loopTime: 0
|
loopTime: 0
|
||||||
loopBlend: 0
|
loopBlend: 0
|
||||||
loopBlendOrientation: 0
|
loopBlendOrientation: 0
|
||||||
@ -274,78 +157,47 @@ ModelImporter:
|
|||||||
weight: 1
|
weight: 1
|
||||||
maskType: 0
|
maskType: 0
|
||||||
maskSource: {instanceID: 0}
|
maskSource: {instanceID: 0}
|
||||||
additiveReferencePoseFrame: 0
|
|
||||||
isReadable: 1
|
isReadable: 1
|
||||||
meshes:
|
meshes:
|
||||||
lODScreenPercentages: []
|
lODScreenPercentages: []
|
||||||
globalScale: 1
|
globalScale: 1
|
||||||
meshCompression: 0
|
meshCompression: 0
|
||||||
addColliders: 0
|
addColliders: 0
|
||||||
useSRGBMaterialColor: 1
|
|
||||||
sortHierarchyByName: 1
|
|
||||||
importVisibility: 0
|
|
||||||
importBlendShapes: 1
|
importBlendShapes: 1
|
||||||
importCameras: 0
|
|
||||||
importLights: 0
|
|
||||||
nodeNameCollisionStrategy: 0
|
|
||||||
fileIdsGeneration: 1
|
|
||||||
swapUVChannels: 0
|
swapUVChannels: 0
|
||||||
generateSecondaryUV: 1
|
generateSecondaryUV: 0
|
||||||
useFileUnits: 1
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
keepQuads: 0
|
keepQuads: 0
|
||||||
weldVertices: 1
|
weldVertices: 1
|
||||||
bakeAxisConversion: 0
|
|
||||||
preserveHierarchy: 0
|
|
||||||
skinWeightsMode: 0
|
|
||||||
maxBonesPerVertex: 4
|
|
||||||
minBoneWeight: 0.001
|
|
||||||
optimizeBones: 1
|
|
||||||
meshOptimizationFlags: -1
|
|
||||||
indexFormat: 1
|
|
||||||
secondaryUVAngleDistortion: 8
|
secondaryUVAngleDistortion: 8
|
||||||
secondaryUVAreaDistortion: 15
|
secondaryUVAreaDistortion: 15.000001
|
||||||
secondaryUVHardAngle: 88
|
secondaryUVHardAngle: 88
|
||||||
secondaryUVMarginMethod: 1
|
|
||||||
secondaryUVMinLightmapResolution: 1
|
|
||||||
secondaryUVMinObjectScale: 1
|
|
||||||
secondaryUVPackMargin: 4
|
secondaryUVPackMargin: 4
|
||||||
useFileScale: 1
|
useFileScale: 1
|
||||||
strictVertexDataChecks: 0
|
|
||||||
tangentSpace:
|
tangentSpace:
|
||||||
normalSmoothAngle: 60
|
normalSmoothAngle: 60
|
||||||
|
splitTangentsAcrossUV: 1
|
||||||
normalImportMode: 0
|
normalImportMode: 0
|
||||||
tangentImportMode: 4
|
tangentImportMode: 1
|
||||||
normalCalculationMode: 0
|
|
||||||
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
|
|
||||||
blendShapeNormalImportMode: 1
|
|
||||||
normalSmoothingSource: 0
|
|
||||||
referencedClips: []
|
|
||||||
importAnimation: 1
|
importAnimation: 1
|
||||||
|
copyAvatar: 1
|
||||||
humanDescription:
|
humanDescription:
|
||||||
serializedVersion: 3
|
|
||||||
human: []
|
human: []
|
||||||
skeleton: []
|
skeleton: []
|
||||||
armTwist: 0.5
|
armTwist: .5
|
||||||
foreArmTwist: 0.5
|
foreArmTwist: .5
|
||||||
upperLegTwist: 0.5
|
upperLegTwist: .5
|
||||||
legTwist: 0.5
|
legTwist: .5
|
||||||
armStretch: 0.05
|
armStretch: .0500000007
|
||||||
legStretch: 0.05
|
legStretch: .0500000007
|
||||||
feetSpacing: 0
|
feetSpacing: 0
|
||||||
globalScale: 1
|
|
||||||
rootMotionBoneName:
|
rootMotionBoneName:
|
||||||
hasTranslationDoF: 0
|
hasTranslationDoF: 0
|
||||||
hasExtraRoot: 0
|
|
||||||
skeletonHasParents: 0
|
|
||||||
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ace1986d78f1a9c4ba969e1f5439560b,
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ace1986d78f1a9c4ba969e1f5439560b,
|
||||||
type: 3}
|
type: 3}
|
||||||
autoGenerateAvatarMappingIfUnspecified: 1
|
|
||||||
animationType: 2
|
animationType: 2
|
||||||
humanoidOversampling: 1
|
humanoidOversampling: 1
|
||||||
avatarSetup: 2
|
|
||||||
addHumanoidExtraRootOnlyWhenUsingAvatar: 0
|
|
||||||
importBlendShapeDeformPercent: 0
|
|
||||||
remapMaterialsIfMaterialImportModeIsNone: 1
|
|
||||||
additionalBone: 0
|
additionalBone: 0
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -1,203 +1,88 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: a91ff20f7450bf446a6bf0bfb5e932ae
|
guid: a91ff20f7450bf446a6bf0bfb5e932ae
|
||||||
|
timeCreated: 1484004765
|
||||||
|
licenseType: Store
|
||||||
ModelImporter:
|
ModelImporter:
|
||||||
serializedVersion: 22200
|
serializedVersion: 19
|
||||||
internalIDToNameTable:
|
fileIDToRecycleName:
|
||||||
- first:
|
100000: hands:b_l_grip
|
||||||
1: 100000
|
100002: hands:b_l_hand
|
||||||
second: hands:b_l_grip
|
100004: hands:b_l_hand_ignore
|
||||||
- first:
|
100006: hands:b_l_index1
|
||||||
1: 100002
|
100008: hands:b_l_index2
|
||||||
second: hands:b_l_hand
|
100010: hands:b_l_index3
|
||||||
- first:
|
100012: hands:b_l_index_ignore
|
||||||
1: 100004
|
100014: hands:b_l_middle1
|
||||||
second: hands:b_l_hand_ignore
|
100016: hands:b_l_middle2
|
||||||
- first:
|
100018: hands:b_l_middle3
|
||||||
1: 100006
|
100020: hands:b_l_middle_ignore
|
||||||
second: hands:b_l_index1
|
100022: hands:b_l_pinky0
|
||||||
- first:
|
100024: hands:b_l_pinky1
|
||||||
1: 100008
|
100026: hands:b_l_pinky2
|
||||||
second: hands:b_l_index2
|
100028: hands:b_l_pinky3
|
||||||
- first:
|
100030: hands:b_l_pinky_ignore
|
||||||
1: 100010
|
100032: hands:b_l_ring1
|
||||||
second: hands:b_l_index3
|
100034: hands:b_l_ring2
|
||||||
- first:
|
100036: hands:b_l_ring3
|
||||||
1: 100012
|
100038: hands:b_l_ring_ignore
|
||||||
second: hands:b_l_index_ignore
|
100040: hands:b_l_thumb1
|
||||||
- first:
|
100042: hands:b_l_thumb2
|
||||||
1: 100014
|
100044: hands:b_l_thumb3
|
||||||
second: hands:b_l_middle1
|
100046: hands:b_l_thumb_ignore
|
||||||
- first:
|
100048: hands:l_hand_world
|
||||||
1: 100016
|
100050: //RootNode
|
||||||
second: hands:b_l_middle2
|
400000: hands:b_l_grip
|
||||||
- first:
|
400002: hands:b_l_hand
|
||||||
1: 100018
|
400004: hands:b_l_hand_ignore
|
||||||
second: hands:b_l_middle3
|
400006: hands:b_l_index1
|
||||||
- first:
|
400008: hands:b_l_index2
|
||||||
1: 100020
|
400010: hands:b_l_index3
|
||||||
second: hands:b_l_middle_ignore
|
400012: hands:b_l_index_ignore
|
||||||
- first:
|
400014: hands:b_l_middle1
|
||||||
1: 100022
|
400016: hands:b_l_middle2
|
||||||
second: hands:b_l_pinky0
|
400018: hands:b_l_middle3
|
||||||
- first:
|
400020: hands:b_l_middle_ignore
|
||||||
1: 100024
|
400022: hands:b_l_pinky0
|
||||||
second: hands:b_l_pinky1
|
400024: hands:b_l_pinky1
|
||||||
- first:
|
400026: hands:b_l_pinky2
|
||||||
1: 100026
|
400028: hands:b_l_pinky3
|
||||||
second: hands:b_l_pinky2
|
400030: hands:b_l_pinky_ignore
|
||||||
- first:
|
400032: hands:b_l_ring1
|
||||||
1: 100028
|
400034: hands:b_l_ring2
|
||||||
second: hands:b_l_pinky3
|
400036: hands:b_l_ring3
|
||||||
- first:
|
400038: hands:b_l_ring_ignore
|
||||||
1: 100030
|
400040: hands:b_l_thumb1
|
||||||
second: hands:b_l_pinky_ignore
|
400042: hands:b_l_thumb2
|
||||||
- first:
|
400044: hands:b_l_thumb3
|
||||||
1: 100032
|
400046: hands:b_l_thumb_ignore
|
||||||
second: hands:b_l_ring1
|
400048: hands:l_hand_world
|
||||||
- first:
|
400050: //RootNode
|
||||||
1: 100034
|
7400000: l_hand_pinch_anim
|
||||||
second: hands:b_l_ring2
|
9500000: //RootNode
|
||||||
- first:
|
|
||||||
1: 100036
|
|
||||||
second: hands:b_l_ring3
|
|
||||||
- first:
|
|
||||||
1: 100038
|
|
||||||
second: hands:b_l_ring_ignore
|
|
||||||
- first:
|
|
||||||
1: 100040
|
|
||||||
second: hands:b_l_thumb1
|
|
||||||
- first:
|
|
||||||
1: 100042
|
|
||||||
second: hands:b_l_thumb2
|
|
||||||
- first:
|
|
||||||
1: 100044
|
|
||||||
second: hands:b_l_thumb3
|
|
||||||
- first:
|
|
||||||
1: 100046
|
|
||||||
second: hands:b_l_thumb_ignore
|
|
||||||
- first:
|
|
||||||
1: 100048
|
|
||||||
second: hands:l_hand_world
|
|
||||||
- first:
|
|
||||||
1: 100050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
4: 400000
|
|
||||||
second: hands:b_l_grip
|
|
||||||
- first:
|
|
||||||
4: 400002
|
|
||||||
second: hands:b_l_hand
|
|
||||||
- first:
|
|
||||||
4: 400004
|
|
||||||
second: hands:b_l_hand_ignore
|
|
||||||
- first:
|
|
||||||
4: 400006
|
|
||||||
second: hands:b_l_index1
|
|
||||||
- first:
|
|
||||||
4: 400008
|
|
||||||
second: hands:b_l_index2
|
|
||||||
- first:
|
|
||||||
4: 400010
|
|
||||||
second: hands:b_l_index3
|
|
||||||
- first:
|
|
||||||
4: 400012
|
|
||||||
second: hands:b_l_index_ignore
|
|
||||||
- first:
|
|
||||||
4: 400014
|
|
||||||
second: hands:b_l_middle1
|
|
||||||
- first:
|
|
||||||
4: 400016
|
|
||||||
second: hands:b_l_middle2
|
|
||||||
- first:
|
|
||||||
4: 400018
|
|
||||||
second: hands:b_l_middle3
|
|
||||||
- first:
|
|
||||||
4: 400020
|
|
||||||
second: hands:b_l_middle_ignore
|
|
||||||
- first:
|
|
||||||
4: 400022
|
|
||||||
second: hands:b_l_pinky0
|
|
||||||
- first:
|
|
||||||
4: 400024
|
|
||||||
second: hands:b_l_pinky1
|
|
||||||
- first:
|
|
||||||
4: 400026
|
|
||||||
second: hands:b_l_pinky2
|
|
||||||
- first:
|
|
||||||
4: 400028
|
|
||||||
second: hands:b_l_pinky3
|
|
||||||
- first:
|
|
||||||
4: 400030
|
|
||||||
second: hands:b_l_pinky_ignore
|
|
||||||
- first:
|
|
||||||
4: 400032
|
|
||||||
second: hands:b_l_ring1
|
|
||||||
- first:
|
|
||||||
4: 400034
|
|
||||||
second: hands:b_l_ring2
|
|
||||||
- first:
|
|
||||||
4: 400036
|
|
||||||
second: hands:b_l_ring3
|
|
||||||
- first:
|
|
||||||
4: 400038
|
|
||||||
second: hands:b_l_ring_ignore
|
|
||||||
- first:
|
|
||||||
4: 400040
|
|
||||||
second: hands:b_l_thumb1
|
|
||||||
- first:
|
|
||||||
4: 400042
|
|
||||||
second: hands:b_l_thumb2
|
|
||||||
- first:
|
|
||||||
4: 400044
|
|
||||||
second: hands:b_l_thumb3
|
|
||||||
- first:
|
|
||||||
4: 400046
|
|
||||||
second: hands:b_l_thumb_ignore
|
|
||||||
- first:
|
|
||||||
4: 400048
|
|
||||||
second: hands:l_hand_world
|
|
||||||
- first:
|
|
||||||
4: 400050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
74: 7400000
|
|
||||||
second: l_hand_pinch_anim
|
|
||||||
- first:
|
|
||||||
95: 9500000
|
|
||||||
second: //RootNode
|
|
||||||
externalObjects: {}
|
|
||||||
materials:
|
materials:
|
||||||
materialImportMode: 1
|
importMaterials: 1
|
||||||
materialName: 0
|
materialName: 0
|
||||||
materialSearch: 1
|
materialSearch: 1
|
||||||
materialLocation: 0
|
|
||||||
animations:
|
animations:
|
||||||
legacyGenerateAnimations: 4
|
legacyGenerateAnimations: 4
|
||||||
bakeSimulation: 0
|
bakeSimulation: 0
|
||||||
resampleCurves: 1
|
resampleCurves: 1
|
||||||
optimizeGameObjects: 0
|
optimizeGameObjects: 0
|
||||||
removeConstantScaleCurves: 0
|
|
||||||
motionNodeName:
|
motionNodeName:
|
||||||
rigImportErrors:
|
|
||||||
rigImportWarnings:
|
|
||||||
animationImportErrors:
|
animationImportErrors:
|
||||||
animationImportWarnings:
|
animationImportWarnings:
|
||||||
animationRetargetingWarnings:
|
animationRetargetingWarnings:
|
||||||
animationDoRetargetingWarnings: 0
|
animationDoRetargetingWarnings: 0
|
||||||
importAnimatedCustomProperties: 0
|
|
||||||
importConstraints: 0
|
|
||||||
animationCompression: 1
|
animationCompression: 1
|
||||||
animationRotationError: 0.5
|
animationRotationError: 0.5
|
||||||
animationPositionError: 0.5
|
animationPositionError: 0.5
|
||||||
animationScaleError: 0.5
|
animationScaleError: 0.5
|
||||||
animationWrapMode: 0
|
animationWrapMode: 0
|
||||||
extraExposedTransformPaths: []
|
extraExposedTransformPaths: []
|
||||||
extraUserProperties: []
|
|
||||||
clipAnimations:
|
clipAnimations:
|
||||||
- serializedVersion: 16
|
- serializedVersion: 16
|
||||||
name: l_hand_pinch_anim
|
name: l_hand_pinch_anim
|
||||||
takeName: Take 001
|
takeName: Take 001
|
||||||
internalID: 0
|
|
||||||
firstFrame: 4
|
firstFrame: 4
|
||||||
lastFrame: 5
|
lastFrame: 5
|
||||||
wrapMode: 0
|
wrapMode: 0
|
||||||
@ -281,48 +166,26 @@ ModelImporter:
|
|||||||
globalScale: 1
|
globalScale: 1
|
||||||
meshCompression: 0
|
meshCompression: 0
|
||||||
addColliders: 0
|
addColliders: 0
|
||||||
useSRGBMaterialColor: 1
|
|
||||||
sortHierarchyByName: 1
|
|
||||||
importVisibility: 0
|
|
||||||
importBlendShapes: 1
|
importBlendShapes: 1
|
||||||
importCameras: 0
|
|
||||||
importLights: 0
|
|
||||||
nodeNameCollisionStrategy: 0
|
|
||||||
fileIdsGeneration: 1
|
|
||||||
swapUVChannels: 0
|
swapUVChannels: 0
|
||||||
generateSecondaryUV: 1
|
generateSecondaryUV: 0
|
||||||
useFileUnits: 1
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
keepQuads: 0
|
keepQuads: 0
|
||||||
weldVertices: 1
|
weldVertices: 1
|
||||||
bakeAxisConversion: 0
|
|
||||||
preserveHierarchy: 0
|
|
||||||
skinWeightsMode: 0
|
|
||||||
maxBonesPerVertex: 4
|
|
||||||
minBoneWeight: 0.001
|
|
||||||
optimizeBones: 1
|
|
||||||
meshOptimizationFlags: -1
|
|
||||||
indexFormat: 1
|
|
||||||
secondaryUVAngleDistortion: 8
|
secondaryUVAngleDistortion: 8
|
||||||
secondaryUVAreaDistortion: 15
|
secondaryUVAreaDistortion: 15.000001
|
||||||
secondaryUVHardAngle: 88
|
secondaryUVHardAngle: 88
|
||||||
secondaryUVMarginMethod: 1
|
|
||||||
secondaryUVMinLightmapResolution: 1
|
|
||||||
secondaryUVMinObjectScale: 1
|
|
||||||
secondaryUVPackMargin: 4
|
secondaryUVPackMargin: 4
|
||||||
useFileScale: 1
|
useFileScale: 1
|
||||||
strictVertexDataChecks: 0
|
|
||||||
tangentSpace:
|
tangentSpace:
|
||||||
normalSmoothAngle: 60
|
normalSmoothAngle: 60
|
||||||
normalImportMode: 0
|
normalImportMode: 0
|
||||||
tangentImportMode: 3
|
tangentImportMode: 3
|
||||||
normalCalculationMode: 0
|
|
||||||
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
|
|
||||||
blendShapeNormalImportMode: 1
|
|
||||||
normalSmoothingSource: 0
|
|
||||||
referencedClips: []
|
|
||||||
importAnimation: 1
|
importAnimation: 1
|
||||||
|
copyAvatar: 0
|
||||||
humanDescription:
|
humanDescription:
|
||||||
serializedVersion: 3
|
serializedVersion: 2
|
||||||
human: []
|
human: []
|
||||||
skeleton: []
|
skeleton: []
|
||||||
armTwist: 0.5
|
armTwist: 0.5
|
||||||
@ -332,19 +195,14 @@ ModelImporter:
|
|||||||
armStretch: 0.05
|
armStretch: 0.05
|
||||||
legStretch: 0.05
|
legStretch: 0.05
|
||||||
feetSpacing: 0
|
feetSpacing: 0
|
||||||
globalScale: 1
|
|
||||||
rootMotionBoneName:
|
rootMotionBoneName:
|
||||||
|
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
hasTranslationDoF: 0
|
hasTranslationDoF: 0
|
||||||
hasExtraRoot: 0
|
hasExtraRoot: 0
|
||||||
skeletonHasParents: 1
|
skeletonHasParents: 1
|
||||||
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
autoGenerateAvatarMappingIfUnspecified: 1
|
|
||||||
animationType: 2
|
animationType: 2
|
||||||
humanoidOversampling: 1
|
humanoidOversampling: 1
|
||||||
avatarSetup: 1
|
|
||||||
addHumanoidExtraRootOnlyWhenUsingAvatar: 0
|
|
||||||
importBlendShapeDeformPercent: 0
|
|
||||||
remapMaterialsIfMaterialImportModeIsNone: 1
|
|
||||||
additionalBone: 0
|
additionalBone: 0
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -1,173 +1,65 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: b6c38558987444240b3b3950e4450b77
|
guid: b6c38558987444240b3b3950e4450b77
|
||||||
ModelImporter:
|
ModelImporter:
|
||||||
serializedVersion: 22200
|
serializedVersion: 22
|
||||||
internalIDToNameTable:
|
fileIDToRecycleName:
|
||||||
- first:
|
100000: hands:b_r_grip
|
||||||
1: 100000
|
100002: hands:b_r_hand
|
||||||
second: hands:b_r_grip
|
100004: hands:b_r_hand_ignore
|
||||||
- first:
|
100006: hands:b_r_index1
|
||||||
1: 100002
|
100008: hands:b_r_index2
|
||||||
second: hands:b_r_hand
|
100010: hands:b_r_index3
|
||||||
- first:
|
100012: hands:b_r_index_ignore
|
||||||
1: 100004
|
100014: hands:b_r_middle1
|
||||||
second: hands:b_r_hand_ignore
|
100016: hands:b_r_middle2
|
||||||
- first:
|
100018: hands:b_r_middle3
|
||||||
1: 100006
|
100020: hands:b_r_middle_ignore
|
||||||
second: hands:b_r_index1
|
100022: hands:b_r_pinky0
|
||||||
- first:
|
100024: hands:b_r_pinky1
|
||||||
1: 100008
|
100026: hands:b_r_pinky2
|
||||||
second: hands:b_r_index2
|
100028: hands:b_r_pinky3
|
||||||
- first:
|
100030: hands:b_r_pinky_ignore
|
||||||
1: 100010
|
100032: hands:b_r_ring1
|
||||||
second: hands:b_r_index3
|
100034: hands:b_r_ring2
|
||||||
- first:
|
100036: hands:b_r_ring3
|
||||||
1: 100012
|
100038: hands:b_r_ring_ignore
|
||||||
second: hands:b_r_index_ignore
|
100040: hands:b_r_thumb1
|
||||||
- first:
|
100042: hands:b_r_thumb2
|
||||||
1: 100014
|
100044: hands:b_r_thumb3
|
||||||
second: hands:b_r_middle1
|
100046: hands:b_r_thumb_ignore
|
||||||
- first:
|
100048: hands:r_hand_world
|
||||||
1: 100016
|
100050: //RootNode
|
||||||
second: hands:b_r_middle2
|
400000: hands:b_r_grip
|
||||||
- first:
|
400002: hands:b_r_hand
|
||||||
1: 100018
|
400004: hands:b_r_hand_ignore
|
||||||
second: hands:b_r_middle3
|
400006: hands:b_r_index1
|
||||||
- first:
|
400008: hands:b_r_index2
|
||||||
1: 100020
|
400010: hands:b_r_index3
|
||||||
second: hands:b_r_middle_ignore
|
400012: hands:b_r_index_ignore
|
||||||
- first:
|
400014: hands:b_r_middle1
|
||||||
1: 100022
|
400016: hands:b_r_middle2
|
||||||
second: hands:b_r_pinky0
|
400018: hands:b_r_middle3
|
||||||
- first:
|
400020: hands:b_r_middle_ignore
|
||||||
1: 100024
|
400022: hands:b_r_pinky0
|
||||||
second: hands:b_r_pinky1
|
400024: hands:b_r_pinky1
|
||||||
- first:
|
400026: hands:b_r_pinky2
|
||||||
1: 100026
|
400028: hands:b_r_pinky3
|
||||||
second: hands:b_r_pinky2
|
400030: hands:b_r_pinky_ignore
|
||||||
- first:
|
400032: hands:b_r_ring1
|
||||||
1: 100028
|
400034: hands:b_r_ring2
|
||||||
second: hands:b_r_pinky3
|
400036: hands:b_r_ring3
|
||||||
- first:
|
400038: hands:b_r_ring_ignore
|
||||||
1: 100030
|
400040: hands:b_r_thumb1
|
||||||
second: hands:b_r_pinky_ignore
|
400042: hands:b_r_thumb2
|
||||||
- first:
|
400044: hands:b_r_thumb3
|
||||||
1: 100032
|
400046: hands:b_r_thumb_ignore
|
||||||
second: hands:b_r_ring1
|
400048: hands:r_hand_world
|
||||||
- first:
|
400050: //RootNode
|
||||||
1: 100034
|
7400000: Take 001
|
||||||
second: hands:b_r_ring2
|
9500000: //RootNode
|
||||||
- first:
|
|
||||||
1: 100036
|
|
||||||
second: hands:b_r_ring3
|
|
||||||
- first:
|
|
||||||
1: 100038
|
|
||||||
second: hands:b_r_ring_ignore
|
|
||||||
- first:
|
|
||||||
1: 100040
|
|
||||||
second: hands:b_r_thumb1
|
|
||||||
- first:
|
|
||||||
1: 100042
|
|
||||||
second: hands:b_r_thumb2
|
|
||||||
- first:
|
|
||||||
1: 100044
|
|
||||||
second: hands:b_r_thumb3
|
|
||||||
- first:
|
|
||||||
1: 100046
|
|
||||||
second: hands:b_r_thumb_ignore
|
|
||||||
- first:
|
|
||||||
1: 100048
|
|
||||||
second: hands:r_hand_world
|
|
||||||
- first:
|
|
||||||
1: 100050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
4: 400000
|
|
||||||
second: hands:b_r_grip
|
|
||||||
- first:
|
|
||||||
4: 400002
|
|
||||||
second: hands:b_r_hand
|
|
||||||
- first:
|
|
||||||
4: 400004
|
|
||||||
second: hands:b_r_hand_ignore
|
|
||||||
- first:
|
|
||||||
4: 400006
|
|
||||||
second: hands:b_r_index1
|
|
||||||
- first:
|
|
||||||
4: 400008
|
|
||||||
second: hands:b_r_index2
|
|
||||||
- first:
|
|
||||||
4: 400010
|
|
||||||
second: hands:b_r_index3
|
|
||||||
- first:
|
|
||||||
4: 400012
|
|
||||||
second: hands:b_r_index_ignore
|
|
||||||
- first:
|
|
||||||
4: 400014
|
|
||||||
second: hands:b_r_middle1
|
|
||||||
- first:
|
|
||||||
4: 400016
|
|
||||||
second: hands:b_r_middle2
|
|
||||||
- first:
|
|
||||||
4: 400018
|
|
||||||
second: hands:b_r_middle3
|
|
||||||
- first:
|
|
||||||
4: 400020
|
|
||||||
second: hands:b_r_middle_ignore
|
|
||||||
- first:
|
|
||||||
4: 400022
|
|
||||||
second: hands:b_r_pinky0
|
|
||||||
- first:
|
|
||||||
4: 400024
|
|
||||||
second: hands:b_r_pinky1
|
|
||||||
- first:
|
|
||||||
4: 400026
|
|
||||||
second: hands:b_r_pinky2
|
|
||||||
- first:
|
|
||||||
4: 400028
|
|
||||||
second: hands:b_r_pinky3
|
|
||||||
- first:
|
|
||||||
4: 400030
|
|
||||||
second: hands:b_r_pinky_ignore
|
|
||||||
- first:
|
|
||||||
4: 400032
|
|
||||||
second: hands:b_r_ring1
|
|
||||||
- first:
|
|
||||||
4: 400034
|
|
||||||
second: hands:b_r_ring2
|
|
||||||
- first:
|
|
||||||
4: 400036
|
|
||||||
second: hands:b_r_ring3
|
|
||||||
- first:
|
|
||||||
4: 400038
|
|
||||||
second: hands:b_r_ring_ignore
|
|
||||||
- first:
|
|
||||||
4: 400040
|
|
||||||
second: hands:b_r_thumb1
|
|
||||||
- first:
|
|
||||||
4: 400042
|
|
||||||
second: hands:b_r_thumb2
|
|
||||||
- first:
|
|
||||||
4: 400044
|
|
||||||
second: hands:b_r_thumb3
|
|
||||||
- first:
|
|
||||||
4: 400046
|
|
||||||
second: hands:b_r_thumb_ignore
|
|
||||||
- first:
|
|
||||||
4: 400048
|
|
||||||
second: hands:r_hand_world
|
|
||||||
- first:
|
|
||||||
4: 400050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
74: 7400000
|
|
||||||
second: Take 001
|
|
||||||
- first:
|
|
||||||
95: 9500000
|
|
||||||
second: //RootNode
|
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
materials:
|
materials:
|
||||||
materialImportMode: 1
|
importMaterials: 1
|
||||||
materialName: 0
|
materialName: 0
|
||||||
materialSearch: 1
|
materialSearch: 1
|
||||||
materialLocation: 1
|
materialLocation: 1
|
||||||
@ -176,7 +68,6 @@ ModelImporter:
|
|||||||
bakeSimulation: 0
|
bakeSimulation: 0
|
||||||
resampleCurves: 1
|
resampleCurves: 1
|
||||||
optimizeGameObjects: 0
|
optimizeGameObjects: 0
|
||||||
removeConstantScaleCurves: 0
|
|
||||||
motionNodeName:
|
motionNodeName:
|
||||||
rigImportErrors:
|
rigImportErrors:
|
||||||
rigImportWarnings:
|
rigImportWarnings:
|
||||||
@ -185,7 +76,6 @@ ModelImporter:
|
|||||||
animationRetargetingWarnings:
|
animationRetargetingWarnings:
|
||||||
animationDoRetargetingWarnings: 0
|
animationDoRetargetingWarnings: 0
|
||||||
importAnimatedCustomProperties: 0
|
importAnimatedCustomProperties: 0
|
||||||
importConstraints: 0
|
|
||||||
animationCompression: 1
|
animationCompression: 1
|
||||||
animationRotationError: 0.5
|
animationRotationError: 0.5
|
||||||
animationPositionError: 0.5
|
animationPositionError: 0.5
|
||||||
@ -200,48 +90,32 @@ ModelImporter:
|
|||||||
globalScale: 1
|
globalScale: 1
|
||||||
meshCompression: 0
|
meshCompression: 0
|
||||||
addColliders: 0
|
addColliders: 0
|
||||||
useSRGBMaterialColor: 1
|
|
||||||
sortHierarchyByName: 1
|
|
||||||
importVisibility: 1
|
importVisibility: 1
|
||||||
importBlendShapes: 1
|
importBlendShapes: 1
|
||||||
importCameras: 1
|
importCameras: 1
|
||||||
importLights: 1
|
importLights: 1
|
||||||
nodeNameCollisionStrategy: 0
|
|
||||||
fileIdsGeneration: 1
|
|
||||||
swapUVChannels: 0
|
swapUVChannels: 0
|
||||||
generateSecondaryUV: 1
|
generateSecondaryUV: 0
|
||||||
useFileUnits: 1
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
keepQuads: 0
|
keepQuads: 0
|
||||||
weldVertices: 1
|
weldVertices: 1
|
||||||
bakeAxisConversion: 0
|
|
||||||
preserveHierarchy: 0
|
preserveHierarchy: 0
|
||||||
skinWeightsMode: 0
|
|
||||||
maxBonesPerVertex: 4
|
|
||||||
minBoneWeight: 0.001
|
|
||||||
optimizeBones: 1
|
|
||||||
meshOptimizationFlags: -1
|
|
||||||
indexFormat: 0
|
indexFormat: 0
|
||||||
secondaryUVAngleDistortion: 8
|
secondaryUVAngleDistortion: 8
|
||||||
secondaryUVAreaDistortion: 15
|
secondaryUVAreaDistortion: 15.000001
|
||||||
secondaryUVHardAngle: 88
|
secondaryUVHardAngle: 88
|
||||||
secondaryUVMarginMethod: 1
|
|
||||||
secondaryUVMinLightmapResolution: 1
|
|
||||||
secondaryUVMinObjectScale: 1
|
|
||||||
secondaryUVPackMargin: 4
|
secondaryUVPackMargin: 4
|
||||||
useFileScale: 1
|
useFileScale: 1
|
||||||
strictVertexDataChecks: 0
|
|
||||||
tangentSpace:
|
tangentSpace:
|
||||||
normalSmoothAngle: 60
|
normalSmoothAngle: 60
|
||||||
normalImportMode: 0
|
normalImportMode: 0
|
||||||
tangentImportMode: 3
|
tangentImportMode: 3
|
||||||
normalCalculationMode: 4
|
normalCalculationMode: 4
|
||||||
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
|
|
||||||
blendShapeNormalImportMode: 1
|
|
||||||
normalSmoothingSource: 0
|
|
||||||
referencedClips: []
|
|
||||||
importAnimation: 1
|
importAnimation: 1
|
||||||
|
copyAvatar: 0
|
||||||
humanDescription:
|
humanDescription:
|
||||||
serializedVersion: 3
|
serializedVersion: 2
|
||||||
human: []
|
human: []
|
||||||
skeleton: []
|
skeleton: []
|
||||||
armTwist: 0.5
|
armTwist: 0.5
|
||||||
@ -251,19 +125,14 @@ ModelImporter:
|
|||||||
armStretch: 0.05
|
armStretch: 0.05
|
||||||
legStretch: 0.05
|
legStretch: 0.05
|
||||||
feetSpacing: 0
|
feetSpacing: 0
|
||||||
globalScale: 1
|
|
||||||
rootMotionBoneName:
|
rootMotionBoneName:
|
||||||
|
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
hasTranslationDoF: 0
|
hasTranslationDoF: 0
|
||||||
hasExtraRoot: 0
|
hasExtraRoot: 0
|
||||||
skeletonHasParents: 1
|
skeletonHasParents: 1
|
||||||
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
autoGenerateAvatarMappingIfUnspecified: 1
|
|
||||||
animationType: 2
|
animationType: 2
|
||||||
humanoidOversampling: 1
|
humanoidOversampling: 1
|
||||||
avatarSetup: 1
|
|
||||||
addHumanoidExtraRootOnlyWhenUsingAvatar: 0
|
|
||||||
importBlendShapeDeformPercent: 0
|
|
||||||
remapMaterialsIfMaterialImportModeIsNone: 1
|
|
||||||
additionalBone: 0
|
additionalBone: 0
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -1,203 +1,87 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 005ab0ae8aa7f74438a5fa50f7cd50e3
|
guid: 005ab0ae8aa7f74438a5fa50f7cd50e3
|
||||||
|
timeCreated: 1437585997
|
||||||
|
licenseType: Store
|
||||||
ModelImporter:
|
ModelImporter:
|
||||||
serializedVersion: 22200
|
serializedVersion: 18
|
||||||
internalIDToNameTable:
|
fileIDToRecycleName:
|
||||||
- first:
|
100000: hands:b_r_grip
|
||||||
1: 100000
|
100002: hands:b_r_hand
|
||||||
second: hands:b_r_grip
|
100004: hands:b_r_hand_ignore
|
||||||
- first:
|
100006: hands:b_r_index1
|
||||||
1: 100002
|
100008: hands:b_r_index2
|
||||||
second: hands:b_r_hand
|
100010: hands:b_r_index3
|
||||||
- first:
|
100012: hands:b_r_index_ignore
|
||||||
1: 100004
|
100014: hands:b_r_middle1
|
||||||
second: hands:b_r_hand_ignore
|
100016: hands:b_r_middle2
|
||||||
- first:
|
100018: hands:b_r_middle3
|
||||||
1: 100006
|
100020: hands:b_r_middle_ignore
|
||||||
second: hands:b_r_index1
|
100022: hands:b_r_pinky0
|
||||||
- first:
|
100024: hands:b_r_pinky1
|
||||||
1: 100008
|
100026: hands:b_r_pinky2
|
||||||
second: hands:b_r_index2
|
100028: hands:b_r_pinky3
|
||||||
- first:
|
100030: hands:b_r_pinky_ignore
|
||||||
1: 100010
|
100032: hands:b_r_ring1
|
||||||
second: hands:b_r_index3
|
100034: hands:b_r_ring2
|
||||||
- first:
|
100036: hands:b_r_ring3
|
||||||
1: 100012
|
100038: hands:b_r_ring_ignore
|
||||||
second: hands:b_r_index_ignore
|
100040: hands:b_r_thumb1
|
||||||
- first:
|
100042: hands:b_r_thumb2
|
||||||
1: 100014
|
100044: hands:b_r_thumb3
|
||||||
second: hands:b_r_middle1
|
100046: hands:b_r_thumb_ignore
|
||||||
- first:
|
100048: hands:r_hand_world
|
||||||
1: 100016
|
100050: //RootNode
|
||||||
second: hands:b_r_middle2
|
400000: hands:b_r_grip
|
||||||
- first:
|
400002: hands:b_r_hand
|
||||||
1: 100018
|
400004: hands:b_r_hand_ignore
|
||||||
second: hands:b_r_middle3
|
400006: hands:b_r_index1
|
||||||
- first:
|
400008: hands:b_r_index2
|
||||||
1: 100020
|
400010: hands:b_r_index3
|
||||||
second: hands:b_r_middle_ignore
|
400012: hands:b_r_index_ignore
|
||||||
- first:
|
400014: hands:b_r_middle1
|
||||||
1: 100022
|
400016: hands:b_r_middle2
|
||||||
second: hands:b_r_pinky0
|
400018: hands:b_r_middle3
|
||||||
- first:
|
400020: hands:b_r_middle_ignore
|
||||||
1: 100024
|
400022: hands:b_r_pinky0
|
||||||
second: hands:b_r_pinky1
|
400024: hands:b_r_pinky1
|
||||||
- first:
|
400026: hands:b_r_pinky2
|
||||||
1: 100026
|
400028: hands:b_r_pinky3
|
||||||
second: hands:b_r_pinky2
|
400030: hands:b_r_pinky_ignore
|
||||||
- first:
|
400032: hands:b_r_ring1
|
||||||
1: 100028
|
400034: hands:b_r_ring2
|
||||||
second: hands:b_r_pinky3
|
400036: hands:b_r_ring3
|
||||||
- first:
|
400038: hands:b_r_ring_ignore
|
||||||
1: 100030
|
400040: hands:b_r_thumb1
|
||||||
second: hands:b_r_pinky_ignore
|
400042: hands:b_r_thumb2
|
||||||
- first:
|
400044: hands:b_r_thumb3
|
||||||
1: 100032
|
400046: hands:b_r_thumb_ignore
|
||||||
second: hands:b_r_ring1
|
400048: hands:r_hand_world
|
||||||
- first:
|
400050: //RootNode
|
||||||
1: 100034
|
7400000: r_hand_fist
|
||||||
second: hands:b_r_ring2
|
9500000: //RootNode
|
||||||
- first:
|
|
||||||
1: 100036
|
|
||||||
second: hands:b_r_ring3
|
|
||||||
- first:
|
|
||||||
1: 100038
|
|
||||||
second: hands:b_r_ring_ignore
|
|
||||||
- first:
|
|
||||||
1: 100040
|
|
||||||
second: hands:b_r_thumb1
|
|
||||||
- first:
|
|
||||||
1: 100042
|
|
||||||
second: hands:b_r_thumb2
|
|
||||||
- first:
|
|
||||||
1: 100044
|
|
||||||
second: hands:b_r_thumb3
|
|
||||||
- first:
|
|
||||||
1: 100046
|
|
||||||
second: hands:b_r_thumb_ignore
|
|
||||||
- first:
|
|
||||||
1: 100048
|
|
||||||
second: hands:r_hand_world
|
|
||||||
- first:
|
|
||||||
1: 100050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
4: 400000
|
|
||||||
second: hands:b_r_grip
|
|
||||||
- first:
|
|
||||||
4: 400002
|
|
||||||
second: hands:b_r_hand
|
|
||||||
- first:
|
|
||||||
4: 400004
|
|
||||||
second: hands:b_r_hand_ignore
|
|
||||||
- first:
|
|
||||||
4: 400006
|
|
||||||
second: hands:b_r_index1
|
|
||||||
- first:
|
|
||||||
4: 400008
|
|
||||||
second: hands:b_r_index2
|
|
||||||
- first:
|
|
||||||
4: 400010
|
|
||||||
second: hands:b_r_index3
|
|
||||||
- first:
|
|
||||||
4: 400012
|
|
||||||
second: hands:b_r_index_ignore
|
|
||||||
- first:
|
|
||||||
4: 400014
|
|
||||||
second: hands:b_r_middle1
|
|
||||||
- first:
|
|
||||||
4: 400016
|
|
||||||
second: hands:b_r_middle2
|
|
||||||
- first:
|
|
||||||
4: 400018
|
|
||||||
second: hands:b_r_middle3
|
|
||||||
- first:
|
|
||||||
4: 400020
|
|
||||||
second: hands:b_r_middle_ignore
|
|
||||||
- first:
|
|
||||||
4: 400022
|
|
||||||
second: hands:b_r_pinky0
|
|
||||||
- first:
|
|
||||||
4: 400024
|
|
||||||
second: hands:b_r_pinky1
|
|
||||||
- first:
|
|
||||||
4: 400026
|
|
||||||
second: hands:b_r_pinky2
|
|
||||||
- first:
|
|
||||||
4: 400028
|
|
||||||
second: hands:b_r_pinky3
|
|
||||||
- first:
|
|
||||||
4: 400030
|
|
||||||
second: hands:b_r_pinky_ignore
|
|
||||||
- first:
|
|
||||||
4: 400032
|
|
||||||
second: hands:b_r_ring1
|
|
||||||
- first:
|
|
||||||
4: 400034
|
|
||||||
second: hands:b_r_ring2
|
|
||||||
- first:
|
|
||||||
4: 400036
|
|
||||||
second: hands:b_r_ring3
|
|
||||||
- first:
|
|
||||||
4: 400038
|
|
||||||
second: hands:b_r_ring_ignore
|
|
||||||
- first:
|
|
||||||
4: 400040
|
|
||||||
second: hands:b_r_thumb1
|
|
||||||
- first:
|
|
||||||
4: 400042
|
|
||||||
second: hands:b_r_thumb2
|
|
||||||
- first:
|
|
||||||
4: 400044
|
|
||||||
second: hands:b_r_thumb3
|
|
||||||
- first:
|
|
||||||
4: 400046
|
|
||||||
second: hands:b_r_thumb_ignore
|
|
||||||
- first:
|
|
||||||
4: 400048
|
|
||||||
second: hands:r_hand_world
|
|
||||||
- first:
|
|
||||||
4: 400050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
74: 7400000
|
|
||||||
second: r_hand_fist
|
|
||||||
- first:
|
|
||||||
95: 9500000
|
|
||||||
second: //RootNode
|
|
||||||
externalObjects: {}
|
|
||||||
materials:
|
materials:
|
||||||
materialImportMode: 1
|
importMaterials: 1
|
||||||
materialName: 0
|
materialName: 0
|
||||||
materialSearch: 1
|
materialSearch: 1
|
||||||
materialLocation: 0
|
|
||||||
animations:
|
animations:
|
||||||
legacyGenerateAnimations: 4
|
legacyGenerateAnimations: 4
|
||||||
bakeSimulation: 0
|
bakeSimulation: 0
|
||||||
resampleCurves: 1
|
|
||||||
optimizeGameObjects: 0
|
optimizeGameObjects: 0
|
||||||
removeConstantScaleCurves: 0
|
|
||||||
motionNodeName:
|
motionNodeName:
|
||||||
rigImportErrors:
|
|
||||||
rigImportWarnings:
|
|
||||||
animationImportErrors:
|
animationImportErrors:
|
||||||
animationImportWarnings:
|
animationImportWarnings:
|
||||||
animationRetargetingWarnings:
|
animationRetargetingWarnings:
|
||||||
animationDoRetargetingWarnings: 0
|
animationDoRetargetingWarnings: 0
|
||||||
importAnimatedCustomProperties: 0
|
|
||||||
importConstraints: 0
|
|
||||||
animationCompression: 1
|
animationCompression: 1
|
||||||
animationRotationError: 0.5
|
animationRotationError: .5
|
||||||
animationPositionError: 0.5
|
animationPositionError: .5
|
||||||
animationScaleError: 0.5
|
animationScaleError: .5
|
||||||
animationWrapMode: 0
|
animationWrapMode: 0
|
||||||
extraExposedTransformPaths: []
|
extraExposedTransformPaths: []
|
||||||
extraUserProperties: []
|
|
||||||
clipAnimations:
|
clipAnimations:
|
||||||
- serializedVersion: 16
|
- serializedVersion: 16
|
||||||
name: r_hand_fist
|
name: r_hand_fist
|
||||||
takeName: Take 001
|
takeName: Take 001
|
||||||
internalID: 0
|
|
||||||
firstFrame: 0
|
firstFrame: 0
|
||||||
lastFrame: 1
|
lastFrame: 1
|
||||||
wrapMode: 0
|
wrapMode: 0
|
||||||
@ -205,7 +89,6 @@ ModelImporter:
|
|||||||
level: 0
|
level: 0
|
||||||
cycleOffset: 0
|
cycleOffset: 0
|
||||||
loop: 0
|
loop: 0
|
||||||
hasAdditiveReferencePose: 0
|
|
||||||
loopTime: 0
|
loopTime: 0
|
||||||
loopBlend: 0
|
loopBlend: 0
|
||||||
loopBlendOrientation: 0
|
loopBlendOrientation: 0
|
||||||
@ -274,78 +157,47 @@ ModelImporter:
|
|||||||
weight: 1
|
weight: 1
|
||||||
maskType: 0
|
maskType: 0
|
||||||
maskSource: {instanceID: 0}
|
maskSource: {instanceID: 0}
|
||||||
additiveReferencePoseFrame: 0
|
|
||||||
isReadable: 1
|
isReadable: 1
|
||||||
meshes:
|
meshes:
|
||||||
lODScreenPercentages: []
|
lODScreenPercentages: []
|
||||||
globalScale: 1
|
globalScale: 1
|
||||||
meshCompression: 0
|
meshCompression: 0
|
||||||
addColliders: 0
|
addColliders: 0
|
||||||
useSRGBMaterialColor: 1
|
|
||||||
sortHierarchyByName: 1
|
|
||||||
importVisibility: 0
|
|
||||||
importBlendShapes: 1
|
importBlendShapes: 1
|
||||||
importCameras: 0
|
|
||||||
importLights: 0
|
|
||||||
nodeNameCollisionStrategy: 0
|
|
||||||
fileIdsGeneration: 1
|
|
||||||
swapUVChannels: 0
|
swapUVChannels: 0
|
||||||
generateSecondaryUV: 1
|
generateSecondaryUV: 0
|
||||||
useFileUnits: 1
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
keepQuads: 0
|
keepQuads: 0
|
||||||
weldVertices: 1
|
weldVertices: 1
|
||||||
bakeAxisConversion: 0
|
|
||||||
preserveHierarchy: 0
|
|
||||||
skinWeightsMode: 0
|
|
||||||
maxBonesPerVertex: 4
|
|
||||||
minBoneWeight: 0.001
|
|
||||||
optimizeBones: 1
|
|
||||||
meshOptimizationFlags: -1
|
|
||||||
indexFormat: 1
|
|
||||||
secondaryUVAngleDistortion: 8
|
secondaryUVAngleDistortion: 8
|
||||||
secondaryUVAreaDistortion: 15
|
secondaryUVAreaDistortion: 15.000001
|
||||||
secondaryUVHardAngle: 88
|
secondaryUVHardAngle: 88
|
||||||
secondaryUVMarginMethod: 1
|
|
||||||
secondaryUVMinLightmapResolution: 1
|
|
||||||
secondaryUVMinObjectScale: 1
|
|
||||||
secondaryUVPackMargin: 4
|
secondaryUVPackMargin: 4
|
||||||
useFileScale: 1
|
useFileScale: 1
|
||||||
strictVertexDataChecks: 0
|
|
||||||
tangentSpace:
|
tangentSpace:
|
||||||
normalSmoothAngle: 60
|
normalSmoothAngle: 60
|
||||||
|
splitTangentsAcrossUV: 1
|
||||||
normalImportMode: 0
|
normalImportMode: 0
|
||||||
tangentImportMode: 4
|
tangentImportMode: 1
|
||||||
normalCalculationMode: 0
|
|
||||||
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
|
|
||||||
blendShapeNormalImportMode: 1
|
|
||||||
normalSmoothingSource: 0
|
|
||||||
referencedClips: []
|
|
||||||
importAnimation: 1
|
importAnimation: 1
|
||||||
|
copyAvatar: 1
|
||||||
humanDescription:
|
humanDescription:
|
||||||
serializedVersion: 3
|
|
||||||
human: []
|
human: []
|
||||||
skeleton: []
|
skeleton: []
|
||||||
armTwist: 0.5
|
armTwist: .5
|
||||||
foreArmTwist: 0.5
|
foreArmTwist: .5
|
||||||
upperLegTwist: 0.5
|
upperLegTwist: .5
|
||||||
legTwist: 0.5
|
legTwist: .5
|
||||||
armStretch: 0.05
|
armStretch: .0500000007
|
||||||
legStretch: 0.05
|
legStretch: .0500000007
|
||||||
feetSpacing: 0
|
feetSpacing: 0
|
||||||
globalScale: 1
|
|
||||||
rootMotionBoneName:
|
rootMotionBoneName:
|
||||||
hasTranslationDoF: 0
|
hasTranslationDoF: 0
|
||||||
hasExtraRoot: 0
|
|
||||||
skeletonHasParents: 0
|
|
||||||
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 3d1f4d649230d7c49ab615ba6413f77e,
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 3d1f4d649230d7c49ab615ba6413f77e,
|
||||||
type: 3}
|
type: 3}
|
||||||
autoGenerateAvatarMappingIfUnspecified: 1
|
|
||||||
animationType: 2
|
animationType: 2
|
||||||
humanoidOversampling: 1
|
humanoidOversampling: 1
|
||||||
avatarSetup: 2
|
|
||||||
addHumanoidExtraRootOnlyWhenUsingAvatar: 0
|
|
||||||
importBlendShapeDeformPercent: 0
|
|
||||||
remapMaterialsIfMaterialImportModeIsNone: 1
|
|
||||||
additionalBone: 0
|
additionalBone: 0
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -1,203 +1,88 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 165871bb4fa915847973b6955c7a670d
|
guid: 165871bb4fa915847973b6955c7a670d
|
||||||
|
timeCreated: 1484075312
|
||||||
|
licenseType: Store
|
||||||
ModelImporter:
|
ModelImporter:
|
||||||
serializedVersion: 22200
|
serializedVersion: 19
|
||||||
internalIDToNameTable:
|
fileIDToRecycleName:
|
||||||
- first:
|
100000: hands:b_r_grip
|
||||||
1: 100000
|
100002: hands:b_r_hand
|
||||||
second: hands:b_r_grip
|
100004: hands:b_r_hand_ignore
|
||||||
- first:
|
100006: hands:b_r_index1
|
||||||
1: 100002
|
100008: hands:b_r_index2
|
||||||
second: hands:b_r_hand
|
100010: hands:b_r_index3
|
||||||
- first:
|
100012: hands:b_r_index_ignore
|
||||||
1: 100004
|
100014: hands:b_r_middle1
|
||||||
second: hands:b_r_hand_ignore
|
100016: hands:b_r_middle2
|
||||||
- first:
|
100018: hands:b_r_middle3
|
||||||
1: 100006
|
100020: hands:b_r_middle_ignore
|
||||||
second: hands:b_r_index1
|
100022: hands:b_r_pinky0
|
||||||
- first:
|
100024: hands:b_r_pinky1
|
||||||
1: 100008
|
100026: hands:b_r_pinky2
|
||||||
second: hands:b_r_index2
|
100028: hands:b_r_pinky3
|
||||||
- first:
|
100030: hands:b_r_pinky_ignore
|
||||||
1: 100010
|
100032: hands:b_r_ring1
|
||||||
second: hands:b_r_index3
|
100034: hands:b_r_ring2
|
||||||
- first:
|
100036: hands:b_r_ring3
|
||||||
1: 100012
|
100038: hands:b_r_ring_ignore
|
||||||
second: hands:b_r_index_ignore
|
100040: hands:b_r_thumb1
|
||||||
- first:
|
100042: hands:b_r_thumb2
|
||||||
1: 100014
|
100044: hands:b_r_thumb3
|
||||||
second: hands:b_r_middle1
|
100046: hands:b_r_thumb_ignore
|
||||||
- first:
|
100048: hands:r_hand_world
|
||||||
1: 100016
|
100050: //RootNode
|
||||||
second: hands:b_r_middle2
|
400000: hands:b_r_grip
|
||||||
- first:
|
400002: hands:b_r_hand
|
||||||
1: 100018
|
400004: hands:b_r_hand_ignore
|
||||||
second: hands:b_r_middle3
|
400006: hands:b_r_index1
|
||||||
- first:
|
400008: hands:b_r_index2
|
||||||
1: 100020
|
400010: hands:b_r_index3
|
||||||
second: hands:b_r_middle_ignore
|
400012: hands:b_r_index_ignore
|
||||||
- first:
|
400014: hands:b_r_middle1
|
||||||
1: 100022
|
400016: hands:b_r_middle2
|
||||||
second: hands:b_r_pinky0
|
400018: hands:b_r_middle3
|
||||||
- first:
|
400020: hands:b_r_middle_ignore
|
||||||
1: 100024
|
400022: hands:b_r_pinky0
|
||||||
second: hands:b_r_pinky1
|
400024: hands:b_r_pinky1
|
||||||
- first:
|
400026: hands:b_r_pinky2
|
||||||
1: 100026
|
400028: hands:b_r_pinky3
|
||||||
second: hands:b_r_pinky2
|
400030: hands:b_r_pinky_ignore
|
||||||
- first:
|
400032: hands:b_r_ring1
|
||||||
1: 100028
|
400034: hands:b_r_ring2
|
||||||
second: hands:b_r_pinky3
|
400036: hands:b_r_ring3
|
||||||
- first:
|
400038: hands:b_r_ring_ignore
|
||||||
1: 100030
|
400040: hands:b_r_thumb1
|
||||||
second: hands:b_r_pinky_ignore
|
400042: hands:b_r_thumb2
|
||||||
- first:
|
400044: hands:b_r_thumb3
|
||||||
1: 100032
|
400046: hands:b_r_thumb_ignore
|
||||||
second: hands:b_r_ring1
|
400048: hands:r_hand_world
|
||||||
- first:
|
400050: //RootNode
|
||||||
1: 100034
|
7400000: r_hand_pinch_anim
|
||||||
second: hands:b_r_ring2
|
9500000: //RootNode
|
||||||
- first:
|
|
||||||
1: 100036
|
|
||||||
second: hands:b_r_ring3
|
|
||||||
- first:
|
|
||||||
1: 100038
|
|
||||||
second: hands:b_r_ring_ignore
|
|
||||||
- first:
|
|
||||||
1: 100040
|
|
||||||
second: hands:b_r_thumb1
|
|
||||||
- first:
|
|
||||||
1: 100042
|
|
||||||
second: hands:b_r_thumb2
|
|
||||||
- first:
|
|
||||||
1: 100044
|
|
||||||
second: hands:b_r_thumb3
|
|
||||||
- first:
|
|
||||||
1: 100046
|
|
||||||
second: hands:b_r_thumb_ignore
|
|
||||||
- first:
|
|
||||||
1: 100048
|
|
||||||
second: hands:r_hand_world
|
|
||||||
- first:
|
|
||||||
1: 100050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
4: 400000
|
|
||||||
second: hands:b_r_grip
|
|
||||||
- first:
|
|
||||||
4: 400002
|
|
||||||
second: hands:b_r_hand
|
|
||||||
- first:
|
|
||||||
4: 400004
|
|
||||||
second: hands:b_r_hand_ignore
|
|
||||||
- first:
|
|
||||||
4: 400006
|
|
||||||
second: hands:b_r_index1
|
|
||||||
- first:
|
|
||||||
4: 400008
|
|
||||||
second: hands:b_r_index2
|
|
||||||
- first:
|
|
||||||
4: 400010
|
|
||||||
second: hands:b_r_index3
|
|
||||||
- first:
|
|
||||||
4: 400012
|
|
||||||
second: hands:b_r_index_ignore
|
|
||||||
- first:
|
|
||||||
4: 400014
|
|
||||||
second: hands:b_r_middle1
|
|
||||||
- first:
|
|
||||||
4: 400016
|
|
||||||
second: hands:b_r_middle2
|
|
||||||
- first:
|
|
||||||
4: 400018
|
|
||||||
second: hands:b_r_middle3
|
|
||||||
- first:
|
|
||||||
4: 400020
|
|
||||||
second: hands:b_r_middle_ignore
|
|
||||||
- first:
|
|
||||||
4: 400022
|
|
||||||
second: hands:b_r_pinky0
|
|
||||||
- first:
|
|
||||||
4: 400024
|
|
||||||
second: hands:b_r_pinky1
|
|
||||||
- first:
|
|
||||||
4: 400026
|
|
||||||
second: hands:b_r_pinky2
|
|
||||||
- first:
|
|
||||||
4: 400028
|
|
||||||
second: hands:b_r_pinky3
|
|
||||||
- first:
|
|
||||||
4: 400030
|
|
||||||
second: hands:b_r_pinky_ignore
|
|
||||||
- first:
|
|
||||||
4: 400032
|
|
||||||
second: hands:b_r_ring1
|
|
||||||
- first:
|
|
||||||
4: 400034
|
|
||||||
second: hands:b_r_ring2
|
|
||||||
- first:
|
|
||||||
4: 400036
|
|
||||||
second: hands:b_r_ring3
|
|
||||||
- first:
|
|
||||||
4: 400038
|
|
||||||
second: hands:b_r_ring_ignore
|
|
||||||
- first:
|
|
||||||
4: 400040
|
|
||||||
second: hands:b_r_thumb1
|
|
||||||
- first:
|
|
||||||
4: 400042
|
|
||||||
second: hands:b_r_thumb2
|
|
||||||
- first:
|
|
||||||
4: 400044
|
|
||||||
second: hands:b_r_thumb3
|
|
||||||
- first:
|
|
||||||
4: 400046
|
|
||||||
second: hands:b_r_thumb_ignore
|
|
||||||
- first:
|
|
||||||
4: 400048
|
|
||||||
second: hands:r_hand_world
|
|
||||||
- first:
|
|
||||||
4: 400050
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
74: 7400000
|
|
||||||
second: r_hand_pinch_anim
|
|
||||||
- first:
|
|
||||||
95: 9500000
|
|
||||||
second: //RootNode
|
|
||||||
externalObjects: {}
|
|
||||||
materials:
|
materials:
|
||||||
materialImportMode: 1
|
importMaterials: 1
|
||||||
materialName: 0
|
materialName: 0
|
||||||
materialSearch: 1
|
materialSearch: 1
|
||||||
materialLocation: 0
|
|
||||||
animations:
|
animations:
|
||||||
legacyGenerateAnimations: 4
|
legacyGenerateAnimations: 4
|
||||||
bakeSimulation: 0
|
bakeSimulation: 0
|
||||||
resampleCurves: 1
|
resampleCurves: 1
|
||||||
optimizeGameObjects: 0
|
optimizeGameObjects: 0
|
||||||
removeConstantScaleCurves: 0
|
|
||||||
motionNodeName:
|
motionNodeName:
|
||||||
rigImportErrors:
|
|
||||||
rigImportWarnings:
|
|
||||||
animationImportErrors:
|
animationImportErrors:
|
||||||
animationImportWarnings:
|
animationImportWarnings:
|
||||||
animationRetargetingWarnings:
|
animationRetargetingWarnings:
|
||||||
animationDoRetargetingWarnings: 0
|
animationDoRetargetingWarnings: 0
|
||||||
importAnimatedCustomProperties: 0
|
|
||||||
importConstraints: 0
|
|
||||||
animationCompression: 1
|
animationCompression: 1
|
||||||
animationRotationError: 0.5
|
animationRotationError: 0.5
|
||||||
animationPositionError: 0.5
|
animationPositionError: 0.5
|
||||||
animationScaleError: 0.5
|
animationScaleError: 0.5
|
||||||
animationWrapMode: 0
|
animationWrapMode: 0
|
||||||
extraExposedTransformPaths: []
|
extraExposedTransformPaths: []
|
||||||
extraUserProperties: []
|
|
||||||
clipAnimations:
|
clipAnimations:
|
||||||
- serializedVersion: 16
|
- serializedVersion: 16
|
||||||
name: r_hand_pinch_anim
|
name: r_hand_pinch_anim
|
||||||
takeName: Take 001
|
takeName: Take 001
|
||||||
internalID: 0
|
|
||||||
firstFrame: 4
|
firstFrame: 4
|
||||||
lastFrame: 5
|
lastFrame: 5
|
||||||
wrapMode: 0
|
wrapMode: 0
|
||||||
@ -281,48 +166,26 @@ ModelImporter:
|
|||||||
globalScale: 1
|
globalScale: 1
|
||||||
meshCompression: 0
|
meshCompression: 0
|
||||||
addColliders: 0
|
addColliders: 0
|
||||||
useSRGBMaterialColor: 1
|
|
||||||
sortHierarchyByName: 1
|
|
||||||
importVisibility: 0
|
|
||||||
importBlendShapes: 1
|
importBlendShapes: 1
|
||||||
importCameras: 0
|
|
||||||
importLights: 0
|
|
||||||
nodeNameCollisionStrategy: 0
|
|
||||||
fileIdsGeneration: 1
|
|
||||||
swapUVChannels: 0
|
swapUVChannels: 0
|
||||||
generateSecondaryUV: 1
|
generateSecondaryUV: 0
|
||||||
useFileUnits: 1
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
keepQuads: 0
|
keepQuads: 0
|
||||||
weldVertices: 1
|
weldVertices: 1
|
||||||
bakeAxisConversion: 0
|
|
||||||
preserveHierarchy: 0
|
|
||||||
skinWeightsMode: 0
|
|
||||||
maxBonesPerVertex: 4
|
|
||||||
minBoneWeight: 0.001
|
|
||||||
optimizeBones: 1
|
|
||||||
meshOptimizationFlags: -1
|
|
||||||
indexFormat: 1
|
|
||||||
secondaryUVAngleDistortion: 8
|
secondaryUVAngleDistortion: 8
|
||||||
secondaryUVAreaDistortion: 15
|
secondaryUVAreaDistortion: 15.000001
|
||||||
secondaryUVHardAngle: 88
|
secondaryUVHardAngle: 88
|
||||||
secondaryUVMarginMethod: 1
|
|
||||||
secondaryUVMinLightmapResolution: 1
|
|
||||||
secondaryUVMinObjectScale: 1
|
|
||||||
secondaryUVPackMargin: 4
|
secondaryUVPackMargin: 4
|
||||||
useFileScale: 1
|
useFileScale: 1
|
||||||
strictVertexDataChecks: 0
|
|
||||||
tangentSpace:
|
tangentSpace:
|
||||||
normalSmoothAngle: 60
|
normalSmoothAngle: 60
|
||||||
normalImportMode: 0
|
normalImportMode: 0
|
||||||
tangentImportMode: 3
|
tangentImportMode: 3
|
||||||
normalCalculationMode: 0
|
|
||||||
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
|
|
||||||
blendShapeNormalImportMode: 1
|
|
||||||
normalSmoothingSource: 0
|
|
||||||
referencedClips: []
|
|
||||||
importAnimation: 1
|
importAnimation: 1
|
||||||
|
copyAvatar: 0
|
||||||
humanDescription:
|
humanDescription:
|
||||||
serializedVersion: 3
|
serializedVersion: 2
|
||||||
human: []
|
human: []
|
||||||
skeleton: []
|
skeleton: []
|
||||||
armTwist: 0.5
|
armTwist: 0.5
|
||||||
@ -332,19 +195,14 @@ ModelImporter:
|
|||||||
armStretch: 0.05
|
armStretch: 0.05
|
||||||
legStretch: 0.05
|
legStretch: 0.05
|
||||||
feetSpacing: 0
|
feetSpacing: 0
|
||||||
globalScale: 1
|
|
||||||
rootMotionBoneName:
|
rootMotionBoneName:
|
||||||
|
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
hasTranslationDoF: 0
|
hasTranslationDoF: 0
|
||||||
hasExtraRoot: 0
|
hasExtraRoot: 0
|
||||||
skeletonHasParents: 1
|
skeletonHasParents: 1
|
||||||
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
autoGenerateAvatarMappingIfUnspecified: 1
|
|
||||||
animationType: 2
|
animationType: 2
|
||||||
humanoidOversampling: 1
|
humanoidOversampling: 1
|
||||||
avatarSetup: 1
|
|
||||||
addHumanoidExtraRootOnlyWhenUsingAvatar: 0
|
|
||||||
importBlendShapeDeformPercent: 0
|
|
||||||
remapMaterialsIfMaterialImportModeIsNone: 1
|
|
||||||
additionalBone: 0
|
additionalBone: 0
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -0,0 +1,163 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &-6377978500662273637
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 7
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Hands Transparent
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _RECEIVE_SHADOWS_OFF
|
||||||
|
- _SPECULARHIGHLIGHTS_OFF
|
||||||
|
- _SURFACE_TYPE_TRANSPARENT
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 6
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: 3000
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Transparent
|
||||||
|
disabledShaderPasses:
|
||||||
|
- SHADOWCASTER
|
||||||
|
- DepthOnly
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Bump:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Cube:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _SpecGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- unity_Lightmaps:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- unity_LightmapsInd:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- unity_ShadowMasks:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _AlphaToMask: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BlendModePreserveSpecular: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 10
|
||||||
|
- _DstBlendAlpha: 10
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _FadeEnd: 0.5
|
||||||
|
- _FadeStart: 0.5
|
||||||
|
- _Fresnel: 0
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossinessSource: 0
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Intensity: 0.5
|
||||||
|
- _InvFade: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _OutlineWidth: 0.005
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 0
|
||||||
|
- _Shininess: 0.75
|
||||||
|
- _Smoothness: 0.75
|
||||||
|
- _SmoothnessSource: 1
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecSource: 0
|
||||||
|
- _SpecularHighlights: 0
|
||||||
|
- _SrcBlend: 5
|
||||||
|
- _SrcBlendAlpha: 1
|
||||||
|
- _Surface: 1
|
||||||
|
- _Thickness: 0.5
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
|
- _ZWrite: 0
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 0, g: 0.72188926, b: 1, a: 0.23529412}
|
||||||
|
- _Color: {r: 0, g: 0.72188926, b: 1, a: 0.23529412}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _MyColor: {r: 0.87058824, g: 0.87058824, b: 0.87058824, a: 1}
|
||||||
|
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _ReflectColor: {r: 1, g: 0, b: 0, a: 0.5019608}
|
||||||
|
- _SpecColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e6fdd4b9480500e4ea28cad030e5ddc2
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -1,5 +1,18 @@
|
|||||||
%YAML 1.1
|
%YAML 1.1
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &-6377978500662273637
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 7
|
||||||
--- !u!21 &2100000
|
--- !u!21 &2100000
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
@ -8,22 +21,28 @@ Material:
|
|||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: Hands_solid
|
m_Name: Hands_solid
|
||||||
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
m_ValidKeywords:
|
m_ValidKeywords:
|
||||||
- _EMISSION
|
- _RECEIVE_SHADOWS_OFF
|
||||||
|
- _SPECULARHIGHLIGHTS_OFF
|
||||||
m_InvalidKeywords: []
|
m_InvalidKeywords: []
|
||||||
m_LightmapFlags: 1
|
m_LightmapFlags: 6
|
||||||
m_EnableInstancingVariants: 0
|
m_EnableInstancingVariants: 0
|
||||||
m_DoubleSidedGI: 0
|
m_DoubleSidedGI: 0
|
||||||
m_CustomRenderQueue: -1
|
m_CustomRenderQueue: 2000
|
||||||
stringTagMap: {}
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
disabledShaderPasses: []
|
disabledShaderPasses: []
|
||||||
m_LockedProperties:
|
m_LockedProperties:
|
||||||
m_SavedProperties:
|
m_SavedProperties:
|
||||||
serializedVersion: 3
|
serializedVersion: 3
|
||||||
m_TexEnvs:
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
- _Bump:
|
- _Bump:
|
||||||
m_Texture: {fileID: 0}
|
m_Texture: {fileID: 0}
|
||||||
m_Scale: {x: 1, y: 1}
|
m_Scale: {x: 1, y: 1}
|
||||||
@ -68,17 +87,44 @@ Material:
|
|||||||
m_Texture: {fileID: 0}
|
m_Texture: {fileID: 0}
|
||||||
m_Scale: {x: 1, y: 1}
|
m_Scale: {x: 1, y: 1}
|
||||||
m_Offset: {x: 0, y: 0}
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _SpecGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- unity_Lightmaps:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- unity_LightmapsInd:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- unity_ShadowMasks:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
m_Ints: []
|
m_Ints: []
|
||||||
m_Floats:
|
m_Floats:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _AlphaToMask: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BlendModePreserveSpecular: 1
|
||||||
- _BumpScale: 1
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
- _Cutoff: 0.5
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
- _DetailNormalMapScale: 1
|
- _DetailNormalMapScale: 1
|
||||||
- _DstBlend: 0
|
- _DstBlend: 0
|
||||||
|
- _DstBlendAlpha: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
- _FadeEnd: 0.5
|
- _FadeEnd: 0.5
|
||||||
- _FadeStart: 0.5
|
- _FadeStart: 0.5
|
||||||
- _Fresnel: 0
|
- _Fresnel: 0
|
||||||
- _GlossMapScale: 1
|
- _GlossMapScale: 1
|
||||||
- _Glossiness: 0.5
|
- _Glossiness: 0.5
|
||||||
|
- _GlossinessSource: 0
|
||||||
- _GlossyReflections: 1
|
- _GlossyReflections: 1
|
||||||
- _Intensity: 0.5
|
- _Intensity: 0.5
|
||||||
- _InvFade: 1
|
- _InvFade: 1
|
||||||
@ -87,19 +133,28 @@ Material:
|
|||||||
- _OcclusionStrength: 1
|
- _OcclusionStrength: 1
|
||||||
- _OutlineWidth: 0.005
|
- _OutlineWidth: 0.005
|
||||||
- _Parallax: 0.02
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 0
|
||||||
- _Shininess: 0.75
|
- _Shininess: 0.75
|
||||||
|
- _Smoothness: 0.75
|
||||||
|
- _SmoothnessSource: 1
|
||||||
- _SmoothnessTextureChannel: 0
|
- _SmoothnessTextureChannel: 0
|
||||||
- _SpecularHighlights: 1
|
- _SpecSource: 0
|
||||||
|
- _SpecularHighlights: 0
|
||||||
- _SrcBlend: 1
|
- _SrcBlend: 1
|
||||||
|
- _SrcBlendAlpha: 1
|
||||||
|
- _Surface: 0
|
||||||
- _Thickness: 0.5
|
- _Thickness: 0.5
|
||||||
- _UVSec: 0
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
- _ZWrite: 1
|
- _ZWrite: 1
|
||||||
m_Colors:
|
m_Colors:
|
||||||
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
- _BaseColor: {r: 0.6698113, g: 0.6698113, b: 0.6698113, a: 0.75}
|
||||||
|
- _Color: {r: 0.6698113, g: 0.6698113, b: 0.6698113, a: 0.75}
|
||||||
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
- _MyColor: {r: 0.87058824, g: 0.87058824, b: 0.87058824, a: 1}
|
- _MyColor: {r: 0.87058824, g: 0.87058824, b: 0.87058824, a: 1}
|
||||||
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1}
|
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
- _ReflectColor: {r: 1, g: 0, b: 0, a: 0.5019608}
|
- _ReflectColor: {r: 1, g: 0, b: 0, a: 0.5019608}
|
||||||
- _SpecColor: {r: 0.50735295, g: 0.50735295, b: 0.50735295, a: 1}
|
- _SpecColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
||||||
m_BuildTextureStacks: []
|
m_BuildTextureStacks: []
|
||||||
|
|||||||
@ -1,197 +1,71 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: ca20b3907ff1c794cb89c1ad2cce8282
|
guid: ca20b3907ff1c794cb89c1ad2cce8282
|
||||||
ModelImporter:
|
ModelImporter:
|
||||||
serializedVersion: 22200
|
serializedVersion: 22
|
||||||
internalIDToNameTable:
|
fileIDToRecycleName:
|
||||||
- first:
|
100000: hands:b_l_grip
|
||||||
1: 100000
|
100002: hands:b_l_hand
|
||||||
second: hands:b_l_grip
|
100004: hands:b_l_hand_ignore
|
||||||
- first:
|
100006: hands:b_l_index1
|
||||||
1: 100002
|
100008: hands:b_l_index2
|
||||||
second: hands:b_l_hand
|
100010: hands:b_l_index3
|
||||||
- first:
|
100012: hands:b_l_index_ignore
|
||||||
1: 100004
|
100014: hands:b_l_middle1
|
||||||
second: hands:b_l_hand_ignore
|
100016: hands:b_l_middle2
|
||||||
- first:
|
100018: hands:b_l_middle3
|
||||||
1: 100006
|
100020: hands:b_l_middle_ignore
|
||||||
second: hands:b_l_index1
|
100022: hands:b_l_pinky0
|
||||||
- first:
|
100024: hands:b_l_pinky1
|
||||||
1: 100008
|
100026: hands:b_l_pinky2
|
||||||
second: hands:b_l_index2
|
100028: hands:b_l_pinky3
|
||||||
- first:
|
100030: hands:b_l_pinky_ignore
|
||||||
1: 100010
|
100032: hands:b_l_ring1
|
||||||
second: hands:b_l_index3
|
100034: hands:b_l_ring2
|
||||||
- first:
|
100036: hands:b_l_ring3
|
||||||
1: 100012
|
100038: hands:b_l_ring_ignore
|
||||||
second: hands:b_l_index_ignore
|
100040: hands:b_l_thumb1
|
||||||
- first:
|
100042: hands:b_l_thumb2
|
||||||
1: 100014
|
100044: hands:b_l_thumb3
|
||||||
second: hands:b_l_middle1
|
100046: hands:b_l_thumb_ignore
|
||||||
- first:
|
100048: hands:hands_geom
|
||||||
1: 100016
|
100050: hands:l_hand_world
|
||||||
second: hands:b_l_middle2
|
100052: hands:Lhand
|
||||||
- first:
|
100054: //RootNode
|
||||||
1: 100018
|
400000: hands:b_l_grip
|
||||||
second: hands:b_l_middle3
|
400002: hands:b_l_hand
|
||||||
- first:
|
400004: hands:b_l_hand_ignore
|
||||||
1: 100020
|
400006: hands:b_l_index1
|
||||||
second: hands:b_l_middle_ignore
|
400008: hands:b_l_index2
|
||||||
- first:
|
400010: hands:b_l_index3
|
||||||
1: 100022
|
400012: hands:b_l_index_ignore
|
||||||
second: hands:b_l_pinky0
|
400014: hands:b_l_middle1
|
||||||
- first:
|
400016: hands:b_l_middle2
|
||||||
1: 100024
|
400018: hands:b_l_middle3
|
||||||
second: hands:b_l_pinky1
|
400020: hands:b_l_middle_ignore
|
||||||
- first:
|
400022: hands:b_l_pinky0
|
||||||
1: 100026
|
400024: hands:b_l_pinky1
|
||||||
second: hands:b_l_pinky2
|
400026: hands:b_l_pinky2
|
||||||
- first:
|
400028: hands:b_l_pinky3
|
||||||
1: 100028
|
400030: hands:b_l_pinky_ignore
|
||||||
second: hands:b_l_pinky3
|
400032: hands:b_l_ring1
|
||||||
- first:
|
400034: hands:b_l_ring2
|
||||||
1: 100030
|
400036: hands:b_l_ring3
|
||||||
second: hands:b_l_pinky_ignore
|
400038: hands:b_l_ring_ignore
|
||||||
- first:
|
400040: hands:b_l_thumb1
|
||||||
1: 100032
|
400042: hands:b_l_thumb2
|
||||||
second: hands:b_l_ring1
|
400044: hands:b_l_thumb3
|
||||||
- first:
|
400046: hands:b_l_thumb_ignore
|
||||||
1: 100034
|
400048: hands:hands_geom
|
||||||
second: hands:b_l_ring2
|
400050: hands:l_hand_world
|
||||||
- first:
|
400052: hands:Lhand
|
||||||
1: 100036
|
400054: //RootNode
|
||||||
second: hands:b_l_ring3
|
2100000: default3
|
||||||
- first:
|
2100002: unnamed1
|
||||||
1: 100038
|
4300000: hands:Lhand
|
||||||
second: hands:b_l_ring_ignore
|
7400000: Take 001
|
||||||
- first:
|
7400002: l_hand_skeletal_lowres
|
||||||
1: 100040
|
9500000: //RootNode
|
||||||
second: hands:b_l_thumb1
|
13700000: hands:Lhand
|
||||||
- first:
|
|
||||||
1: 100042
|
|
||||||
second: hands:b_l_thumb2
|
|
||||||
- first:
|
|
||||||
1: 100044
|
|
||||||
second: hands:b_l_thumb3
|
|
||||||
- first:
|
|
||||||
1: 100046
|
|
||||||
second: hands:b_l_thumb_ignore
|
|
||||||
- first:
|
|
||||||
1: 100048
|
|
||||||
second: hands:hands_geom
|
|
||||||
- first:
|
|
||||||
1: 100050
|
|
||||||
second: hands:l_hand_world
|
|
||||||
- first:
|
|
||||||
1: 100052
|
|
||||||
second: hands:Lhand
|
|
||||||
- first:
|
|
||||||
1: 100054
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
4: 400000
|
|
||||||
second: hands:b_l_grip
|
|
||||||
- first:
|
|
||||||
4: 400002
|
|
||||||
second: hands:b_l_hand
|
|
||||||
- first:
|
|
||||||
4: 400004
|
|
||||||
second: hands:b_l_hand_ignore
|
|
||||||
- first:
|
|
||||||
4: 400006
|
|
||||||
second: hands:b_l_index1
|
|
||||||
- first:
|
|
||||||
4: 400008
|
|
||||||
second: hands:b_l_index2
|
|
||||||
- first:
|
|
||||||
4: 400010
|
|
||||||
second: hands:b_l_index3
|
|
||||||
- first:
|
|
||||||
4: 400012
|
|
||||||
second: hands:b_l_index_ignore
|
|
||||||
- first:
|
|
||||||
4: 400014
|
|
||||||
second: hands:b_l_middle1
|
|
||||||
- first:
|
|
||||||
4: 400016
|
|
||||||
second: hands:b_l_middle2
|
|
||||||
- first:
|
|
||||||
4: 400018
|
|
||||||
second: hands:b_l_middle3
|
|
||||||
- first:
|
|
||||||
4: 400020
|
|
||||||
second: hands:b_l_middle_ignore
|
|
||||||
- first:
|
|
||||||
4: 400022
|
|
||||||
second: hands:b_l_pinky0
|
|
||||||
- first:
|
|
||||||
4: 400024
|
|
||||||
second: hands:b_l_pinky1
|
|
||||||
- first:
|
|
||||||
4: 400026
|
|
||||||
second: hands:b_l_pinky2
|
|
||||||
- first:
|
|
||||||
4: 400028
|
|
||||||
second: hands:b_l_pinky3
|
|
||||||
- first:
|
|
||||||
4: 400030
|
|
||||||
second: hands:b_l_pinky_ignore
|
|
||||||
- first:
|
|
||||||
4: 400032
|
|
||||||
second: hands:b_l_ring1
|
|
||||||
- first:
|
|
||||||
4: 400034
|
|
||||||
second: hands:b_l_ring2
|
|
||||||
- first:
|
|
||||||
4: 400036
|
|
||||||
second: hands:b_l_ring3
|
|
||||||
- first:
|
|
||||||
4: 400038
|
|
||||||
second: hands:b_l_ring_ignore
|
|
||||||
- first:
|
|
||||||
4: 400040
|
|
||||||
second: hands:b_l_thumb1
|
|
||||||
- first:
|
|
||||||
4: 400042
|
|
||||||
second: hands:b_l_thumb2
|
|
||||||
- first:
|
|
||||||
4: 400044
|
|
||||||
second: hands:b_l_thumb3
|
|
||||||
- first:
|
|
||||||
4: 400046
|
|
||||||
second: hands:b_l_thumb_ignore
|
|
||||||
- first:
|
|
||||||
4: 400048
|
|
||||||
second: hands:hands_geom
|
|
||||||
- first:
|
|
||||||
4: 400050
|
|
||||||
second: hands:l_hand_world
|
|
||||||
- first:
|
|
||||||
4: 400052
|
|
||||||
second: hands:Lhand
|
|
||||||
- first:
|
|
||||||
4: 400054
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
21: 2100000
|
|
||||||
second: default3
|
|
||||||
- first:
|
|
||||||
21: 2100002
|
|
||||||
second: unnamed1
|
|
||||||
- first:
|
|
||||||
43: 4300000
|
|
||||||
second: hands:Lhand
|
|
||||||
- first:
|
|
||||||
74: 7400000
|
|
||||||
second: Take 001
|
|
||||||
- first:
|
|
||||||
74: 7400002
|
|
||||||
second: l_hand_skeletal_lowres
|
|
||||||
- first:
|
|
||||||
95: 9500000
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
137: 13700000
|
|
||||||
second: hands:Lhand
|
|
||||||
externalObjects:
|
externalObjects:
|
||||||
- first:
|
- first:
|
||||||
type: UnityEngine:Material
|
type: UnityEngine:Material
|
||||||
@ -199,7 +73,7 @@ ModelImporter:
|
|||||||
name: unnamed1
|
name: unnamed1
|
||||||
second: {fileID: 2100000, guid: 3637b758ff163493f8bb8b6d7e96d7ae, type: 2}
|
second: {fileID: 2100000, guid: 3637b758ff163493f8bb8b6d7e96d7ae, type: 2}
|
||||||
materials:
|
materials:
|
||||||
materialImportMode: 1
|
importMaterials: 1
|
||||||
materialName: 0
|
materialName: 0
|
||||||
materialSearch: 1
|
materialSearch: 1
|
||||||
materialLocation: 1
|
materialLocation: 1
|
||||||
@ -208,7 +82,6 @@ ModelImporter:
|
|||||||
bakeSimulation: 0
|
bakeSimulation: 0
|
||||||
resampleCurves: 1
|
resampleCurves: 1
|
||||||
optimizeGameObjects: 0
|
optimizeGameObjects: 0
|
||||||
removeConstantScaleCurves: 0
|
|
||||||
motionNodeName:
|
motionNodeName:
|
||||||
rigImportErrors:
|
rigImportErrors:
|
||||||
rigImportWarnings:
|
rigImportWarnings:
|
||||||
@ -217,7 +90,6 @@ ModelImporter:
|
|||||||
animationRetargetingWarnings:
|
animationRetargetingWarnings:
|
||||||
animationDoRetargetingWarnings: 0
|
animationDoRetargetingWarnings: 0
|
||||||
importAnimatedCustomProperties: 0
|
importAnimatedCustomProperties: 0
|
||||||
importConstraints: 0
|
|
||||||
animationCompression: 1
|
animationCompression: 1
|
||||||
animationRotationError: 0.5
|
animationRotationError: 0.5
|
||||||
animationPositionError: 0.5
|
animationPositionError: 0.5
|
||||||
@ -232,48 +104,32 @@ ModelImporter:
|
|||||||
globalScale: 1
|
globalScale: 1
|
||||||
meshCompression: 0
|
meshCompression: 0
|
||||||
addColliders: 0
|
addColliders: 0
|
||||||
useSRGBMaterialColor: 1
|
|
||||||
sortHierarchyByName: 1
|
|
||||||
importVisibility: 1
|
importVisibility: 1
|
||||||
importBlendShapes: 1
|
importBlendShapes: 1
|
||||||
importCameras: 1
|
importCameras: 1
|
||||||
importLights: 1
|
importLights: 1
|
||||||
nodeNameCollisionStrategy: 0
|
|
||||||
fileIdsGeneration: 1
|
|
||||||
swapUVChannels: 0
|
swapUVChannels: 0
|
||||||
generateSecondaryUV: 1
|
generateSecondaryUV: 0
|
||||||
useFileUnits: 1
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
keepQuads: 0
|
keepQuads: 0
|
||||||
weldVertices: 1
|
weldVertices: 1
|
||||||
bakeAxisConversion: 0
|
|
||||||
preserveHierarchy: 0
|
preserveHierarchy: 0
|
||||||
skinWeightsMode: 0
|
|
||||||
maxBonesPerVertex: 4
|
|
||||||
minBoneWeight: 0.001
|
|
||||||
optimizeBones: 1
|
|
||||||
meshOptimizationFlags: -1
|
|
||||||
indexFormat: 0
|
indexFormat: 0
|
||||||
secondaryUVAngleDistortion: 8
|
secondaryUVAngleDistortion: 8
|
||||||
secondaryUVAreaDistortion: 15
|
secondaryUVAreaDistortion: 15.000001
|
||||||
secondaryUVHardAngle: 88
|
secondaryUVHardAngle: 88
|
||||||
secondaryUVMarginMethod: 1
|
|
||||||
secondaryUVMinLightmapResolution: 1
|
|
||||||
secondaryUVMinObjectScale: 1
|
|
||||||
secondaryUVPackMargin: 4
|
secondaryUVPackMargin: 4
|
||||||
useFileScale: 1
|
useFileScale: 1
|
||||||
strictVertexDataChecks: 0
|
|
||||||
tangentSpace:
|
tangentSpace:
|
||||||
normalSmoothAngle: 60
|
normalSmoothAngle: 60
|
||||||
normalImportMode: 0
|
normalImportMode: 0
|
||||||
tangentImportMode: 0
|
tangentImportMode: 0
|
||||||
normalCalculationMode: 4
|
normalCalculationMode: 4
|
||||||
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
|
|
||||||
blendShapeNormalImportMode: 1
|
|
||||||
normalSmoothingSource: 0
|
|
||||||
referencedClips: []
|
|
||||||
importAnimation: 1
|
importAnimation: 1
|
||||||
|
copyAvatar: 0
|
||||||
humanDescription:
|
humanDescription:
|
||||||
serializedVersion: 3
|
serializedVersion: 2
|
||||||
human: []
|
human: []
|
||||||
skeleton: []
|
skeleton: []
|
||||||
armTwist: 0.5
|
armTwist: 0.5
|
||||||
@ -283,19 +139,14 @@ ModelImporter:
|
|||||||
armStretch: 0.05
|
armStretch: 0.05
|
||||||
legStretch: 0.05
|
legStretch: 0.05
|
||||||
feetSpacing: 0
|
feetSpacing: 0
|
||||||
globalScale: 1
|
|
||||||
rootMotionBoneName:
|
rootMotionBoneName:
|
||||||
|
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
hasTranslationDoF: 0
|
hasTranslationDoF: 0
|
||||||
hasExtraRoot: 0
|
hasExtraRoot: 0
|
||||||
skeletonHasParents: 1
|
skeletonHasParents: 1
|
||||||
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
autoGenerateAvatarMappingIfUnspecified: 1
|
|
||||||
animationType: 2
|
animationType: 2
|
||||||
humanoidOversampling: 1
|
humanoidOversampling: 1
|
||||||
avatarSetup: 1
|
|
||||||
addHumanoidExtraRootOnlyWhenUsingAvatar: 0
|
|
||||||
importBlendShapeDeformPercent: 0
|
|
||||||
remapMaterialsIfMaterialImportModeIsNone: 1
|
|
||||||
additionalBone: 0
|
additionalBone: 0
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -1,197 +1,71 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: d0c255d07fd68f14b94e55d388e7e6bb
|
guid: d0c255d07fd68f14b94e55d388e7e6bb
|
||||||
ModelImporter:
|
ModelImporter:
|
||||||
serializedVersion: 22200
|
serializedVersion: 22
|
||||||
internalIDToNameTable:
|
fileIDToRecycleName:
|
||||||
- first:
|
100000: hands:b_r_grip
|
||||||
1: 100000
|
100002: hands:b_r_hand
|
||||||
second: hands:b_r_grip
|
100004: hands:b_r_hand_ignore
|
||||||
- first:
|
100006: hands:b_r_index1
|
||||||
1: 100002
|
100008: hands:b_r_index2
|
||||||
second: hands:b_r_hand
|
100010: hands:b_r_index3
|
||||||
- first:
|
100012: hands:b_r_index_ignore
|
||||||
1: 100004
|
100014: hands:b_r_middle1
|
||||||
second: hands:b_r_hand_ignore
|
100016: hands:b_r_middle2
|
||||||
- first:
|
100018: hands:b_r_middle3
|
||||||
1: 100006
|
100020: hands:b_r_middle_ignore
|
||||||
second: hands:b_r_index1
|
100022: hands:b_r_pinky0
|
||||||
- first:
|
100024: hands:b_r_pinky1
|
||||||
1: 100008
|
100026: hands:b_r_pinky2
|
||||||
second: hands:b_r_index2
|
100028: hands:b_r_pinky3
|
||||||
- first:
|
100030: hands:b_r_pinky_ignore
|
||||||
1: 100010
|
100032: hands:b_r_ring1
|
||||||
second: hands:b_r_index3
|
100034: hands:b_r_ring2
|
||||||
- first:
|
100036: hands:b_r_ring3
|
||||||
1: 100012
|
100038: hands:b_r_ring_ignore
|
||||||
second: hands:b_r_index_ignore
|
100040: hands:b_r_thumb1
|
||||||
- first:
|
100042: hands:b_r_thumb2
|
||||||
1: 100014
|
100044: hands:b_r_thumb3
|
||||||
second: hands:b_r_middle1
|
100046: hands:b_r_thumb_ignore
|
||||||
- first:
|
100048: hands:hands_geom
|
||||||
1: 100016
|
100050: hands:r_hand_world
|
||||||
second: hands:b_r_middle2
|
100052: hands:Rhand
|
||||||
- first:
|
100054: //RootNode
|
||||||
1: 100018
|
400000: hands:b_r_grip
|
||||||
second: hands:b_r_middle3
|
400002: hands:b_r_hand
|
||||||
- first:
|
400004: hands:b_r_hand_ignore
|
||||||
1: 100020
|
400006: hands:b_r_index1
|
||||||
second: hands:b_r_middle_ignore
|
400008: hands:b_r_index2
|
||||||
- first:
|
400010: hands:b_r_index3
|
||||||
1: 100022
|
400012: hands:b_r_index_ignore
|
||||||
second: hands:b_r_pinky0
|
400014: hands:b_r_middle1
|
||||||
- first:
|
400016: hands:b_r_middle2
|
||||||
1: 100024
|
400018: hands:b_r_middle3
|
||||||
second: hands:b_r_pinky1
|
400020: hands:b_r_middle_ignore
|
||||||
- first:
|
400022: hands:b_r_pinky0
|
||||||
1: 100026
|
400024: hands:b_r_pinky1
|
||||||
second: hands:b_r_pinky2
|
400026: hands:b_r_pinky2
|
||||||
- first:
|
400028: hands:b_r_pinky3
|
||||||
1: 100028
|
400030: hands:b_r_pinky_ignore
|
||||||
second: hands:b_r_pinky3
|
400032: hands:b_r_ring1
|
||||||
- first:
|
400034: hands:b_r_ring2
|
||||||
1: 100030
|
400036: hands:b_r_ring3
|
||||||
second: hands:b_r_pinky_ignore
|
400038: hands:b_r_ring_ignore
|
||||||
- first:
|
400040: hands:b_r_thumb1
|
||||||
1: 100032
|
400042: hands:b_r_thumb2
|
||||||
second: hands:b_r_ring1
|
400044: hands:b_r_thumb3
|
||||||
- first:
|
400046: hands:b_r_thumb_ignore
|
||||||
1: 100034
|
400048: hands:hands_geom
|
||||||
second: hands:b_r_ring2
|
400050: hands:r_hand_world
|
||||||
- first:
|
400052: hands:Rhand
|
||||||
1: 100036
|
400054: //RootNode
|
||||||
second: hands:b_r_ring3
|
2100000: default1
|
||||||
- first:
|
2100002: unnamed1
|
||||||
1: 100038
|
4300000: hands:Rhand
|
||||||
second: hands:b_r_ring_ignore
|
7400000: Take 001
|
||||||
- first:
|
7400002: r_hand_skeletal_lowres
|
||||||
1: 100040
|
9500000: //RootNode
|
||||||
second: hands:b_r_thumb1
|
13700000: hands:Rhand
|
||||||
- first:
|
|
||||||
1: 100042
|
|
||||||
second: hands:b_r_thumb2
|
|
||||||
- first:
|
|
||||||
1: 100044
|
|
||||||
second: hands:b_r_thumb3
|
|
||||||
- first:
|
|
||||||
1: 100046
|
|
||||||
second: hands:b_r_thumb_ignore
|
|
||||||
- first:
|
|
||||||
1: 100048
|
|
||||||
second: hands:hands_geom
|
|
||||||
- first:
|
|
||||||
1: 100050
|
|
||||||
second: hands:r_hand_world
|
|
||||||
- first:
|
|
||||||
1: 100052
|
|
||||||
second: hands:Rhand
|
|
||||||
- first:
|
|
||||||
1: 100054
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
4: 400000
|
|
||||||
second: hands:b_r_grip
|
|
||||||
- first:
|
|
||||||
4: 400002
|
|
||||||
second: hands:b_r_hand
|
|
||||||
- first:
|
|
||||||
4: 400004
|
|
||||||
second: hands:b_r_hand_ignore
|
|
||||||
- first:
|
|
||||||
4: 400006
|
|
||||||
second: hands:b_r_index1
|
|
||||||
- first:
|
|
||||||
4: 400008
|
|
||||||
second: hands:b_r_index2
|
|
||||||
- first:
|
|
||||||
4: 400010
|
|
||||||
second: hands:b_r_index3
|
|
||||||
- first:
|
|
||||||
4: 400012
|
|
||||||
second: hands:b_r_index_ignore
|
|
||||||
- first:
|
|
||||||
4: 400014
|
|
||||||
second: hands:b_r_middle1
|
|
||||||
- first:
|
|
||||||
4: 400016
|
|
||||||
second: hands:b_r_middle2
|
|
||||||
- first:
|
|
||||||
4: 400018
|
|
||||||
second: hands:b_r_middle3
|
|
||||||
- first:
|
|
||||||
4: 400020
|
|
||||||
second: hands:b_r_middle_ignore
|
|
||||||
- first:
|
|
||||||
4: 400022
|
|
||||||
second: hands:b_r_pinky0
|
|
||||||
- first:
|
|
||||||
4: 400024
|
|
||||||
second: hands:b_r_pinky1
|
|
||||||
- first:
|
|
||||||
4: 400026
|
|
||||||
second: hands:b_r_pinky2
|
|
||||||
- first:
|
|
||||||
4: 400028
|
|
||||||
second: hands:b_r_pinky3
|
|
||||||
- first:
|
|
||||||
4: 400030
|
|
||||||
second: hands:b_r_pinky_ignore
|
|
||||||
- first:
|
|
||||||
4: 400032
|
|
||||||
second: hands:b_r_ring1
|
|
||||||
- first:
|
|
||||||
4: 400034
|
|
||||||
second: hands:b_r_ring2
|
|
||||||
- first:
|
|
||||||
4: 400036
|
|
||||||
second: hands:b_r_ring3
|
|
||||||
- first:
|
|
||||||
4: 400038
|
|
||||||
second: hands:b_r_ring_ignore
|
|
||||||
- first:
|
|
||||||
4: 400040
|
|
||||||
second: hands:b_r_thumb1
|
|
||||||
- first:
|
|
||||||
4: 400042
|
|
||||||
second: hands:b_r_thumb2
|
|
||||||
- first:
|
|
||||||
4: 400044
|
|
||||||
second: hands:b_r_thumb3
|
|
||||||
- first:
|
|
||||||
4: 400046
|
|
||||||
second: hands:b_r_thumb_ignore
|
|
||||||
- first:
|
|
||||||
4: 400048
|
|
||||||
second: hands:hands_geom
|
|
||||||
- first:
|
|
||||||
4: 400050
|
|
||||||
second: hands:r_hand_world
|
|
||||||
- first:
|
|
||||||
4: 400052
|
|
||||||
second: hands:Rhand
|
|
||||||
- first:
|
|
||||||
4: 400054
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
21: 2100000
|
|
||||||
second: default1
|
|
||||||
- first:
|
|
||||||
21: 2100002
|
|
||||||
second: unnamed1
|
|
||||||
- first:
|
|
||||||
43: 4300000
|
|
||||||
second: hands:Rhand
|
|
||||||
- first:
|
|
||||||
74: 7400000
|
|
||||||
second: Take 001
|
|
||||||
- first:
|
|
||||||
74: 7400002
|
|
||||||
second: r_hand_skeletal_lowres
|
|
||||||
- first:
|
|
||||||
95: 9500000
|
|
||||||
second: //RootNode
|
|
||||||
- first:
|
|
||||||
137: 13700000
|
|
||||||
second: hands:Rhand
|
|
||||||
externalObjects:
|
externalObjects:
|
||||||
- first:
|
- first:
|
||||||
type: UnityEngine:Material
|
type: UnityEngine:Material
|
||||||
@ -199,7 +73,7 @@ ModelImporter:
|
|||||||
name: unnamed1
|
name: unnamed1
|
||||||
second: {fileID: 2100000, guid: 3637b758ff163493f8bb8b6d7e96d7ae, type: 2}
|
second: {fileID: 2100000, guid: 3637b758ff163493f8bb8b6d7e96d7ae, type: 2}
|
||||||
materials:
|
materials:
|
||||||
materialImportMode: 1
|
importMaterials: 1
|
||||||
materialName: 0
|
materialName: 0
|
||||||
materialSearch: 1
|
materialSearch: 1
|
||||||
materialLocation: 1
|
materialLocation: 1
|
||||||
@ -208,7 +82,6 @@ ModelImporter:
|
|||||||
bakeSimulation: 0
|
bakeSimulation: 0
|
||||||
resampleCurves: 1
|
resampleCurves: 1
|
||||||
optimizeGameObjects: 0
|
optimizeGameObjects: 0
|
||||||
removeConstantScaleCurves: 0
|
|
||||||
motionNodeName:
|
motionNodeName:
|
||||||
rigImportErrors:
|
rigImportErrors:
|
||||||
rigImportWarnings:
|
rigImportWarnings:
|
||||||
@ -217,7 +90,6 @@ ModelImporter:
|
|||||||
animationRetargetingWarnings:
|
animationRetargetingWarnings:
|
||||||
animationDoRetargetingWarnings: 0
|
animationDoRetargetingWarnings: 0
|
||||||
importAnimatedCustomProperties: 0
|
importAnimatedCustomProperties: 0
|
||||||
importConstraints: 0
|
|
||||||
animationCompression: 1
|
animationCompression: 1
|
||||||
animationRotationError: 0.5
|
animationRotationError: 0.5
|
||||||
animationPositionError: 0.5
|
animationPositionError: 0.5
|
||||||
@ -232,48 +104,32 @@ ModelImporter:
|
|||||||
globalScale: 1
|
globalScale: 1
|
||||||
meshCompression: 0
|
meshCompression: 0
|
||||||
addColliders: 0
|
addColliders: 0
|
||||||
useSRGBMaterialColor: 1
|
|
||||||
sortHierarchyByName: 1
|
|
||||||
importVisibility: 1
|
importVisibility: 1
|
||||||
importBlendShapes: 1
|
importBlendShapes: 1
|
||||||
importCameras: 1
|
importCameras: 1
|
||||||
importLights: 1
|
importLights: 1
|
||||||
nodeNameCollisionStrategy: 0
|
|
||||||
fileIdsGeneration: 1
|
|
||||||
swapUVChannels: 0
|
swapUVChannels: 0
|
||||||
generateSecondaryUV: 1
|
generateSecondaryUV: 0
|
||||||
useFileUnits: 1
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
keepQuads: 0
|
keepQuads: 0
|
||||||
weldVertices: 1
|
weldVertices: 1
|
||||||
bakeAxisConversion: 0
|
|
||||||
preserveHierarchy: 0
|
preserveHierarchy: 0
|
||||||
skinWeightsMode: 0
|
|
||||||
maxBonesPerVertex: 4
|
|
||||||
minBoneWeight: 0.001
|
|
||||||
optimizeBones: 1
|
|
||||||
meshOptimizationFlags: -1
|
|
||||||
indexFormat: 0
|
indexFormat: 0
|
||||||
secondaryUVAngleDistortion: 8
|
secondaryUVAngleDistortion: 8
|
||||||
secondaryUVAreaDistortion: 15
|
secondaryUVAreaDistortion: 15.000001
|
||||||
secondaryUVHardAngle: 88
|
secondaryUVHardAngle: 88
|
||||||
secondaryUVMarginMethod: 1
|
|
||||||
secondaryUVMinLightmapResolution: 1
|
|
||||||
secondaryUVMinObjectScale: 1
|
|
||||||
secondaryUVPackMargin: 4
|
secondaryUVPackMargin: 4
|
||||||
useFileScale: 1
|
useFileScale: 1
|
||||||
strictVertexDataChecks: 0
|
|
||||||
tangentSpace:
|
tangentSpace:
|
||||||
normalSmoothAngle: 60
|
normalSmoothAngle: 60
|
||||||
normalImportMode: 0
|
normalImportMode: 0
|
||||||
tangentImportMode: 0
|
tangentImportMode: 0
|
||||||
normalCalculationMode: 4
|
normalCalculationMode: 4
|
||||||
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
|
|
||||||
blendShapeNormalImportMode: 1
|
|
||||||
normalSmoothingSource: 0
|
|
||||||
referencedClips: []
|
|
||||||
importAnimation: 1
|
importAnimation: 1
|
||||||
|
copyAvatar: 0
|
||||||
humanDescription:
|
humanDescription:
|
||||||
serializedVersion: 3
|
serializedVersion: 2
|
||||||
human: []
|
human: []
|
||||||
skeleton: []
|
skeleton: []
|
||||||
armTwist: 0.5
|
armTwist: 0.5
|
||||||
@ -283,19 +139,14 @@ ModelImporter:
|
|||||||
armStretch: 0.05
|
armStretch: 0.05
|
||||||
legStretch: 0.05
|
legStretch: 0.05
|
||||||
feetSpacing: 0
|
feetSpacing: 0
|
||||||
globalScale: 1
|
|
||||||
rootMotionBoneName:
|
rootMotionBoneName:
|
||||||
|
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
hasTranslationDoF: 0
|
hasTranslationDoF: 0
|
||||||
hasExtraRoot: 0
|
hasExtraRoot: 0
|
||||||
skeletonHasParents: 1
|
skeletonHasParents: 1
|
||||||
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
autoGenerateAvatarMappingIfUnspecified: 1
|
|
||||||
animationType: 2
|
animationType: 2
|
||||||
humanoidOversampling: 1
|
humanoidOversampling: 1
|
||||||
avatarSetup: 1
|
|
||||||
addHumanoidExtraRootOnlyWhenUsingAvatar: 0
|
|
||||||
importBlendShapeDeformPercent: 0
|
|
||||||
remapMaterialsIfMaterialImportModeIsNone: 1
|
|
||||||
additionalBone: 0
|
additionalBone: 0
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
8
Assets/Plugins.meta
Normal file
8
Assets/Plugins.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7614f5c67d1ff3542beaf4fe57f2b011
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
9
Assets/Plugins/FMOD.meta
Normal file
9
Assets/Plugins/FMOD.meta
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 06ae579381df01a4a87bb149dec89954
|
||||||
|
folderAsset: yes
|
||||||
|
timeCreated: 1429061260
|
||||||
|
licenseType: Pro
|
||||||
|
DefaultImporter:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Plugins/FMOD/Cache.meta
Normal file
8
Assets/Plugins/FMOD/Cache.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 073efe56830e3114db9d15a0a53828e4
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
47
Assets/Plugins/FMOD/FMODUnity.asmdef
Normal file
47
Assets/Plugins/FMOD/FMODUnity.asmdef
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"name": "FMODUnity",
|
||||||
|
"references": [
|
||||||
|
"Unity.Timeline",
|
||||||
|
"Unity.Addressables",
|
||||||
|
"Unity.ResourceManager",
|
||||||
|
"Unity.RenderPipelines.Universal.Runtime"
|
||||||
|
|
||||||
|
],
|
||||||
|
"includePlatforms": [],
|
||||||
|
"excludePlatforms": [],
|
||||||
|
"allowUnsafeCode": false,
|
||||||
|
"overrideReferences": false,
|
||||||
|
"precompiledReferences": [],
|
||||||
|
"autoReferenced": true,
|
||||||
|
"defineConstraints": [
|
||||||
|
"UNITY_2021_3_OR_NEWER"
|
||||||
|
],
|
||||||
|
"versionDefines": [
|
||||||
|
{
|
||||||
|
"name": "com.unity.timeline",
|
||||||
|
"expression": "1.0.0",
|
||||||
|
"define": "UNITY_TIMELINE_EXIST"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.unity.addressables",
|
||||||
|
"expression": "1.0.0",
|
||||||
|
"define": "UNITY_ADDRESSABLES_EXIST"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.unity.modules.physics",
|
||||||
|
"expression": "1.0.0",
|
||||||
|
"define": "UNITY_PHYSICS_EXIST"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.unity.modules.physics2d",
|
||||||
|
"expression": "1.0.0",
|
||||||
|
"define": "UNITY_PHYSICS2D_EXIST"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.unity.urp",
|
||||||
|
"expression": "1.0.0",
|
||||||
|
"define": "UNITY_URP_EXIST"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"noEngineReferences": false
|
||||||
|
}
|
||||||
7
Assets/Plugins/FMOD/FMODUnity.asmdef.meta
Normal file
7
Assets/Plugins/FMOD/FMODUnity.asmdef.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0c752da273b17c547ae705acf0f2adf2
|
||||||
|
AssemblyDefinitionImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
1053
Assets/Plugins/FMOD/LICENSE.txt
Normal file
1053
Assets/Plugins/FMOD/LICENSE.txt
Normal file
File diff suppressed because it is too large
Load Diff
7
Assets/Plugins/FMOD/LICENSE.txt.meta
Normal file
7
Assets/Plugins/FMOD/LICENSE.txt.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fef88d5e0cfffab458ff59acc0d5a07a
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
14
Assets/Plugins/FMOD/README.txt
Normal file
14
Assets/Plugins/FMOD/README.txt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Welcome to FMOD for Unity
|
||||||
|
|
||||||
|
This package allows you to easily play back audio events created in FMOD Studio
|
||||||
|
within your Unity project.
|
||||||
|
|
||||||
|
The best place to start is with our online documentation:
|
||||||
|
https://fmod.com/docs/2.03/unity
|
||||||
|
|
||||||
|
If you prefer a more step-by-step guide, try our integration tutorial that
|
||||||
|
builds on the familiar Karting Microgame:
|
||||||
|
https://fmod.com/unity-integrate
|
||||||
|
|
||||||
|
For support, join the conversation on our Unity forums:
|
||||||
|
https://qa.fmod.com/c/unity
|
||||||
7
Assets/Plugins/FMOD/README.txt.meta
Normal file
7
Assets/Plugins/FMOD/README.txt.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 081074d1d9d6ab448b88688c3730e8a1
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Plugins/FMOD/Resources.meta
Normal file
8
Assets/Plugins/FMOD/Resources.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7f2018ab6a44ad7458ee0938950d002e
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/Resources/FMODStudioSettings.asset
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/Resources/FMODStudioSettings.asset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7fdd48378732dcd40822ad91167c82a3
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 11400000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Plugins/FMOD/addons.meta
Normal file
8
Assets/Plugins/FMOD/addons.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 850b7bf08237b964b8b005fe703774f9
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Plugins/FMOD/addons/ResonanceAudio.meta
Normal file
8
Assets/Plugins/FMOD/addons/ResonanceAudio.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ce39533effc93ba409e337ba540bf789
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Plugins/FMOD/addons/ResonanceAudio/Editor.meta
Normal file
8
Assets/Plugins/FMOD/addons/ResonanceAudio/Editor.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 93923a20291353a40809350917bab197
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "FMODUnityResonanceEditor",
|
||||||
|
"references": [
|
||||||
|
"FMODUnityResonance"
|
||||||
|
],
|
||||||
|
"includePlatforms": [
|
||||||
|
"Editor"
|
||||||
|
],
|
||||||
|
"excludePlatforms": [],
|
||||||
|
"allowUnsafeCode": false,
|
||||||
|
"overrideReferences": false,
|
||||||
|
"precompiledReferences": [],
|
||||||
|
"autoReferenced": true,
|
||||||
|
"defineConstraints": [
|
||||||
|
"UNITY_2021_3_OR_NEWER"
|
||||||
|
],
|
||||||
|
"versionDefines": [],
|
||||||
|
"noEngineReferences": false
|
||||||
|
}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 194213485063a984b98ce9410892267a
|
||||||
|
AssemblyDefinitionImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,186 @@
|
|||||||
|
// Copyright 2017 Google Inc. All rights reserved.
|
||||||
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
// you may not use this file except in compliance with the License.
|
||||||
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
|
||||||
|
using UnityEngine;
|
||||||
|
using UnityEditor;
|
||||||
|
using System.Collections;
|
||||||
|
using static FMODUnityResonance.FmodResonanceAudioRoom;
|
||||||
|
|
||||||
|
namespace FMODUnityResonance
|
||||||
|
{
|
||||||
|
/// A custom editor for properties on the FmodResonanceAudioRoom script. This appears in the
|
||||||
|
/// Inspector window of a FmodResonanceAudioRoom object.
|
||||||
|
[CustomEditor(typeof(FmodResonanceAudioRoom))]
|
||||||
|
[CanEditMultipleObjects]
|
||||||
|
public class FmodResonanceAudioRoomEditor : Editor
|
||||||
|
{
|
||||||
|
private SerializedProperty leftWall = null;
|
||||||
|
private SerializedProperty rightWall = null;
|
||||||
|
private SerializedProperty floor = null;
|
||||||
|
private SerializedProperty ceiling = null;
|
||||||
|
private SerializedProperty backWall = null;
|
||||||
|
private SerializedProperty frontWall = null;
|
||||||
|
private SerializedProperty reflectivity = null;
|
||||||
|
private SerializedProperty reverbGainDb = null;
|
||||||
|
private SerializedProperty reverbBrightness = null;
|
||||||
|
private SerializedProperty reverbTime = null;
|
||||||
|
private SerializedProperty size = null;
|
||||||
|
|
||||||
|
private GUIContent surfaceMaterialsLabel;
|
||||||
|
private GUIContent surfaceMaterialLabel;
|
||||||
|
private GUIContent reflectivityLabel;
|
||||||
|
private GUIContent reverbGainLabel;
|
||||||
|
private GUIContent reverbPropertiesLabel;
|
||||||
|
private GUIContent reverbBrightnessLabel;
|
||||||
|
private GUIContent reverbTimeLabel;
|
||||||
|
private GUIContent sizeLabel;
|
||||||
|
|
||||||
|
private static readonly string[] SurfaceMaterialDisplay = new string[] {
|
||||||
|
L10n.Tr("Transparent"),
|
||||||
|
L10n.Tr("Acoustic Ceiling Tiles"),
|
||||||
|
L10n.Tr("Brick Bare"),
|
||||||
|
L10n.Tr("Brick Painted"),
|
||||||
|
L10n.Tr("Concrete Block Coarse"),
|
||||||
|
L10n.Tr("Concrete Block Painted"),
|
||||||
|
L10n.Tr("Curtain Heavy"),
|
||||||
|
L10n.Tr("Fiberglass Insulation"),
|
||||||
|
L10n.Tr("Glass Thin"),
|
||||||
|
L10n.Tr("Glass Thick"),
|
||||||
|
L10n.Tr("Grass"),
|
||||||
|
L10n.Tr("Linoleum On Concrete"),
|
||||||
|
L10n.Tr("Marble"),
|
||||||
|
L10n.Tr("Metal"),
|
||||||
|
L10n.Tr("Parquet On Concrete"),
|
||||||
|
L10n.Tr("Plaster Rough"),
|
||||||
|
L10n.Tr("Plaster Smooth"),
|
||||||
|
L10n.Tr("Plywood Panel"),
|
||||||
|
L10n.Tr("Polished Concrete Or Tile"),
|
||||||
|
L10n.Tr("Sheetrock"),
|
||||||
|
L10n.Tr("Water Or Ice Surface"),
|
||||||
|
L10n.Tr("Wood Ceiling"),
|
||||||
|
L10n.Tr("Wood Panel"),
|
||||||
|
};
|
||||||
|
|
||||||
|
private static readonly int[] SurfaceMaterialValues = new int[] {
|
||||||
|
(int)SurfaceMaterial.Transparent,
|
||||||
|
(int)SurfaceMaterial.AcousticCeilingTiles,
|
||||||
|
(int)SurfaceMaterial.BrickBare,
|
||||||
|
(int)SurfaceMaterial.BrickPainted,
|
||||||
|
(int)SurfaceMaterial.ConcreteBlockCoarse,
|
||||||
|
(int)SurfaceMaterial.ConcreteBlockPainted,
|
||||||
|
(int)SurfaceMaterial.CurtainHeavy,
|
||||||
|
(int)SurfaceMaterial.FiberglassInsulation,
|
||||||
|
(int)SurfaceMaterial.GlassThin,
|
||||||
|
(int)SurfaceMaterial.GlassThick,
|
||||||
|
(int)SurfaceMaterial.Grass,
|
||||||
|
(int)SurfaceMaterial.LinoleumOnConcrete,
|
||||||
|
(int)SurfaceMaterial.Marble,
|
||||||
|
(int)SurfaceMaterial.Metal,
|
||||||
|
(int)SurfaceMaterial.ParquetOnConcrete,
|
||||||
|
(int)SurfaceMaterial.PlasterRough,
|
||||||
|
(int)SurfaceMaterial.PlasterSmooth,
|
||||||
|
(int)SurfaceMaterial.PlywoodPanel,
|
||||||
|
(int)SurfaceMaterial.PolishedConcreteOrTile,
|
||||||
|
(int)SurfaceMaterial.Sheetrock,
|
||||||
|
(int)SurfaceMaterial.WaterOrIceSurface,
|
||||||
|
(int)SurfaceMaterial.WoodCeiling,
|
||||||
|
(int)SurfaceMaterial.WoodPanel,
|
||||||
|
};
|
||||||
|
|
||||||
|
private void OnEnable()
|
||||||
|
{
|
||||||
|
surfaceMaterialsLabel = new GUIContent(L10n.Tr("Surface Materials"),
|
||||||
|
L10n.Tr("Room surface materials to calculate the acoustic properties of the room."));
|
||||||
|
surfaceMaterialLabel = new GUIContent(L10n.Tr("Surface Material"),
|
||||||
|
L10n.Tr("Surface material used to calculate the acoustic properties of the room."));
|
||||||
|
reflectivityLabel = new GUIContent(L10n.Tr("Reflectivity"),
|
||||||
|
L10n.Tr("Adjusts what proportion of the direct sound is reflected back by each surface, after an appropriate delay. Reverberation is unaffected by this setting."));
|
||||||
|
reverbGainLabel = new GUIContent(L10n.Tr("Gain (dB)"),
|
||||||
|
L10n.Tr("Applies a gain adjustment to the reverberation in the room. The default value will leave reverb unaffected."));
|
||||||
|
reverbPropertiesLabel = new GUIContent(L10n.Tr("Reverb Properties"),
|
||||||
|
L10n.Tr("Parameters to adjust the reverb properties of the room."));
|
||||||
|
reverbBrightnessLabel = new GUIContent(L10n.Tr("Brightness"),
|
||||||
|
L10n.Tr("Adjusts the balance between high and low frequencies in the reverb."));
|
||||||
|
reverbTimeLabel = new GUIContent(L10n.Tr("Time"),
|
||||||
|
L10n.Tr("Adjusts the overall duration of the reverb by a positive scaling factor."));
|
||||||
|
sizeLabel = new GUIContent(L10n.Tr("Size"), L10n.Tr("Sets the room dimensions."));
|
||||||
|
leftWall = serializedObject.FindProperty("LeftWall");
|
||||||
|
rightWall = serializedObject.FindProperty("RightWall");
|
||||||
|
floor = serializedObject.FindProperty("Floor");
|
||||||
|
ceiling = serializedObject.FindProperty("Ceiling");
|
||||||
|
backWall = serializedObject.FindProperty("BackWall");
|
||||||
|
frontWall = serializedObject.FindProperty("FrontWall");
|
||||||
|
reflectivity = serializedObject.FindProperty("Reflectivity");
|
||||||
|
reverbGainDb = serializedObject.FindProperty("ReverbGainDb");
|
||||||
|
reverbBrightness = serializedObject.FindProperty("ReverbBrightness");
|
||||||
|
reverbTime = serializedObject.FindProperty("ReverbTime");
|
||||||
|
size = serializedObject.FindProperty("Size");
|
||||||
|
}
|
||||||
|
|
||||||
|
/// @cond
|
||||||
|
public override void OnInspectorGUI()
|
||||||
|
{
|
||||||
|
serializedObject.Update();
|
||||||
|
|
||||||
|
// Add clickable script field, as would have been provided by DrawDefaultInspector()
|
||||||
|
MonoScript script = MonoScript.FromMonoBehaviour(target as MonoBehaviour);
|
||||||
|
EditorGUI.BeginDisabledGroup(true);
|
||||||
|
EditorGUILayout.ObjectField("Script", script, typeof(MonoScript), false);
|
||||||
|
EditorGUI.EndDisabledGroup();
|
||||||
|
EditorGUILayout.LabelField(surfaceMaterialsLabel);
|
||||||
|
++EditorGUI.indentLevel;
|
||||||
|
DrawSurfaceMaterial(leftWall, L10n.Tr("Left Wall"));
|
||||||
|
DrawSurfaceMaterial(rightWall, L10n.Tr("Right Wall"));
|
||||||
|
DrawSurfaceMaterial(floor, L10n.Tr("Floor"));
|
||||||
|
DrawSurfaceMaterial(ceiling, L10n.Tr("Ceiling"));
|
||||||
|
DrawSurfaceMaterial(backWall, L10n.Tr("Back Wall"));
|
||||||
|
DrawSurfaceMaterial(frontWall, L10n.Tr("Front Wall"));
|
||||||
|
--EditorGUI.indentLevel;
|
||||||
|
|
||||||
|
EditorGUILayout.Separator();
|
||||||
|
|
||||||
|
EditorGUILayout.Slider(reflectivity, 0.0f, FmodResonanceAudio.MaxReflectivity, reflectivityLabel);
|
||||||
|
|
||||||
|
EditorGUILayout.Separator();
|
||||||
|
|
||||||
|
EditorGUILayout.LabelField(reverbPropertiesLabel);
|
||||||
|
++EditorGUI.indentLevel;
|
||||||
|
EditorGUILayout.Slider(reverbGainDb, FmodResonanceAudio.MinGainDb, FmodResonanceAudio.MaxGainDb,
|
||||||
|
reverbGainLabel);
|
||||||
|
EditorGUILayout.Slider(reverbBrightness, FmodResonanceAudio.MinReverbBrightness,
|
||||||
|
FmodResonanceAudio.MaxReverbBrightness, reverbBrightnessLabel);
|
||||||
|
EditorGUILayout.Slider(reverbTime, 0.0f, FmodResonanceAudio.MaxReverbTime, reverbTimeLabel);
|
||||||
|
--EditorGUI.indentLevel;
|
||||||
|
|
||||||
|
EditorGUILayout.Separator();
|
||||||
|
|
||||||
|
EditorGUILayout.PropertyField(size, sizeLabel);
|
||||||
|
|
||||||
|
serializedObject.ApplyModifiedProperties();
|
||||||
|
}
|
||||||
|
/// @endcond
|
||||||
|
|
||||||
|
private void DrawSurfaceMaterial(SerializedProperty surfaceMaterial, string displayName)
|
||||||
|
{
|
||||||
|
EditorGUILayout.BeginHorizontal();
|
||||||
|
|
||||||
|
GUIContent labelContent = new GUIContent(displayName, surfaceMaterialLabel.tooltip);
|
||||||
|
EditorGUILayout.LabelField(labelContent, GUILayout.Width(150));
|
||||||
|
surfaceMaterial.intValue = EditorGUILayout.IntPopup(
|
||||||
|
surfaceMaterial.intValue, SurfaceMaterialDisplay, SurfaceMaterialValues);
|
||||||
|
|
||||||
|
EditorGUILayout.EndHorizontal();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 935c6716e27bd481e97897dd9e1de595
|
||||||
|
timeCreated: 1511395157
|
||||||
|
licenseType: Pro
|
||||||
|
MonoImporter:
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
#if UNITY_2020_2_OR_NEWER
|
||||||
|
[assembly: UnityEditor.Localization]
|
||||||
|
#endif
|
||||||
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6711f1f86af21644c897cc89748266f6
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
195
Assets/Plugins/FMOD/addons/ResonanceAudio/Editor/zh_hans.po
Normal file
195
Assets/Plugins/FMOD/addons/ResonanceAudio/Editor/zh_hans.po
Normal file
@ -0,0 +1,195 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: FMOD for Unity\n"
|
||||||
|
"POT-Creation-Date: 2024-12-20 15:03+1100\n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: zh_hans\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Generator: Poedit 3.5\n"
|
||||||
|
"X-Poedit-KeywordsList: ;L10n.Tr\n"
|
||||||
|
"X-Poedit-Basepath: .\n"
|
||||||
|
"X-Poedit-SearchPath-0: .\n"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:51
|
||||||
|
msgid "Transparent"
|
||||||
|
msgstr "透明"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:52
|
||||||
|
msgid "Acoustic Ceiling Tiles"
|
||||||
|
msgstr "吸音天花板瓦"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:53
|
||||||
|
msgid "Brick Bare"
|
||||||
|
msgstr "裸砖"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:54
|
||||||
|
msgid "Brick Painted"
|
||||||
|
msgstr "涂漆砖"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:55
|
||||||
|
msgid "Concrete Block Coarse"
|
||||||
|
msgstr "粗糙混凝土块"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:56
|
||||||
|
msgid "Concrete Block Painted"
|
||||||
|
msgstr "涂漆混凝土块"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:57
|
||||||
|
msgid "Curtain Heavy"
|
||||||
|
msgstr "厚重窗帘"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:58
|
||||||
|
msgid "Fiberglass Insulation"
|
||||||
|
msgstr "玻璃纤维绝缘"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:59
|
||||||
|
msgid "Glass Thin"
|
||||||
|
msgstr "薄玻璃"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:60
|
||||||
|
msgid "Glass Thick"
|
||||||
|
msgstr "厚玻璃"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:61
|
||||||
|
msgid "Grass"
|
||||||
|
msgstr "草地"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:62
|
||||||
|
msgid "Linoleum On Concrete"
|
||||||
|
msgstr "沥青混凝土"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:63
|
||||||
|
msgid "Marble"
|
||||||
|
msgstr "大理石"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:64
|
||||||
|
msgid "Metal"
|
||||||
|
msgstr "金属"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:65
|
||||||
|
msgid "Parquet On Concrete"
|
||||||
|
msgstr "混凝土上的镶木地板"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:66
|
||||||
|
msgid "Plaster Rough"
|
||||||
|
msgstr "粗糙石膏"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:67
|
||||||
|
msgid "Plaster Smooth"
|
||||||
|
msgstr "光滑石膏"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:68
|
||||||
|
msgid "Plywood Panel"
|
||||||
|
msgstr "胶合板"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:69
|
||||||
|
msgid "Polished Concrete Or Tile"
|
||||||
|
msgstr "抛光混凝土或瓷砖"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:70
|
||||||
|
msgid "Sheetrock"
|
||||||
|
msgstr "石膏板"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:71
|
||||||
|
msgid "Water Or Ice Surface"
|
||||||
|
msgstr "水面或冰面"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:72
|
||||||
|
msgid "Wood Ceiling"
|
||||||
|
msgstr "木质天花板"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:73
|
||||||
|
msgid "Wood Panel"
|
||||||
|
msgstr "木板"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:104
|
||||||
|
msgid "Surface Materials"
|
||||||
|
msgstr "表面材质"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:105
|
||||||
|
msgid "Room surface materials to calculate the acoustic properties of the room."
|
||||||
|
msgstr "用于计算房间声学属性的房间表面材质。"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:106
|
||||||
|
msgid "Surface Material"
|
||||||
|
msgstr "表面材质"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:107
|
||||||
|
msgid "Surface material used to calculate the acoustic properties of the room."
|
||||||
|
msgstr "用于计算房间声学属性的表面材质。"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:108
|
||||||
|
msgid "Reflectivity"
|
||||||
|
msgstr "反射率"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:109
|
||||||
|
msgid "Adjusts what proportion of the direct sound is reflected back by each surface, after an appropriate delay. Reverberation is unaffected by this setting."
|
||||||
|
msgstr "调整每个表面在适当延迟后反射回直接声音的比例。混响效果不受此设置影响。"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:110
|
||||||
|
msgid "Gain (dB)"
|
||||||
|
msgstr "增加增益(分贝)"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:111
|
||||||
|
msgid "Applies a gain adjustment to the reverberation in the room. The default value will leave reverb unaffected."
|
||||||
|
msgstr "对房间中的混响应用增益调整。默认值将不影响混响效果。"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:112
|
||||||
|
msgid "Reverb Properties"
|
||||||
|
msgstr "混响属性"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:113
|
||||||
|
msgid "Parameters to adjust the reverb properties of the room."
|
||||||
|
msgstr "用于调整房间混响属性的参数。"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:114
|
||||||
|
msgid "Brightness"
|
||||||
|
msgstr "亮度"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:115
|
||||||
|
msgid "Adjusts the balance between high and low frequencies in the reverb."
|
||||||
|
msgstr "调整混响中高频和低频之间的平衡。"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:116
|
||||||
|
msgid "Time"
|
||||||
|
msgstr "时间"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:117
|
||||||
|
msgid "Adjusts the overall duration of the reverb by a positive scaling factor."
|
||||||
|
msgstr "通过正比例缩放因子调整混响的整体持续时间。"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:118
|
||||||
|
msgid "Size"
|
||||||
|
msgstr "尺寸"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:118
|
||||||
|
msgid "Sets the room dimensions."
|
||||||
|
msgstr "设置房间的尺寸。"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:144
|
||||||
|
msgid "Left Wall"
|
||||||
|
msgstr "左墙"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:145
|
||||||
|
msgid "Right Wall"
|
||||||
|
msgstr "右墙"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:146
|
||||||
|
msgid "Floor"
|
||||||
|
msgstr "地板"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:147
|
||||||
|
msgid "Ceiling"
|
||||||
|
msgstr "天花板"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:148
|
||||||
|
msgid "Back Wall"
|
||||||
|
msgstr "后墙"
|
||||||
|
|
||||||
|
#: FmodResonanceAudioRoomEditor.cs:149
|
||||||
|
msgid "Front Wall"
|
||||||
|
msgstr "前墙"
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: df892acb3265e0043b3bb1b8981b5aeb
|
||||||
|
LocalizationImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Plugins/FMOD/addons/ResonanceAudio/Scripts.meta
Normal file
8
Assets/Plugins/FMOD/addons/ResonanceAudio/Scripts.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 05a6a02c28ee77a49b6fcadf67aff3b7
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "FMODUnityResonance",
|
||||||
|
"references": [
|
||||||
|
"FMODUnity"
|
||||||
|
],
|
||||||
|
"includePlatforms": [],
|
||||||
|
"excludePlatforms": [],
|
||||||
|
"allowUnsafeCode": false,
|
||||||
|
"overrideReferences": false,
|
||||||
|
"precompiledReferences": [],
|
||||||
|
"autoReferenced": true,
|
||||||
|
"defineConstraints": [
|
||||||
|
"UNITY_2021_3_OR_NEWER"
|
||||||
|
],
|
||||||
|
"versionDefines": [],
|
||||||
|
"noEngineReferences": false
|
||||||
|
}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 44d09cf463b68274884d8a3c8a94e528
|
||||||
|
AssemblyDefinitionImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,290 @@
|
|||||||
|
// Copyright 2017 Google Inc. All rights reserved.
|
||||||
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
// you may not use this file except in compliance with the License.
|
||||||
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
|
||||||
|
using UnityEngine;
|
||||||
|
using System;
|
||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
using FMODUnity;
|
||||||
|
|
||||||
|
namespace FMODUnityResonance
|
||||||
|
{
|
||||||
|
/// This is the main Resonance Audio class that communicates with the FMOD Unity integration. Native
|
||||||
|
/// functions of the system can only be called through this class to preserve the internal system
|
||||||
|
/// functionality.
|
||||||
|
public static class FmodResonanceAudio
|
||||||
|
{
|
||||||
|
/// Maximum allowed gain value in decibels.
|
||||||
|
public const float MaxGainDb = 24.0f;
|
||||||
|
|
||||||
|
/// Minimum allowed gain value in decibels.
|
||||||
|
public const float MinGainDb = -24.0f;
|
||||||
|
|
||||||
|
/// Maximum allowed reverb brightness modifier value.
|
||||||
|
public const float MaxReverbBrightness = 1.0f;
|
||||||
|
|
||||||
|
/// Minimum allowed reverb brightness modifier value.
|
||||||
|
public const float MinReverbBrightness = -1.0f;
|
||||||
|
|
||||||
|
/// Maximum allowed reverb time modifier value.
|
||||||
|
public const float MaxReverbTime = 3.0f;
|
||||||
|
|
||||||
|
/// Maximum allowed reflectivity multiplier of a room surface material.
|
||||||
|
public const float MaxReflectivity = 2.0f;
|
||||||
|
|
||||||
|
// Right-handed to left-handed matrix converter (and vice versa).
|
||||||
|
private static readonly Matrix4x4 flipZ = Matrix4x4.Scale(new Vector3(1, 1, -1));
|
||||||
|
|
||||||
|
// Get a handle to the Resonance Audio Listener FMOD Plugin.
|
||||||
|
private static readonly string listenerPluginName = "Resonance Audio Listener";
|
||||||
|
|
||||||
|
// Size of |RoomProperties| struct in bytes.
|
||||||
|
private static readonly int roomPropertiesSize = Marshal.SizeOf<RoomProperties>();
|
||||||
|
|
||||||
|
// Plugin data parameter index for the room properties.
|
||||||
|
private static readonly int roomPropertiesIndex = 1;
|
||||||
|
|
||||||
|
// Boundaries instance to be used in room detection logic.
|
||||||
|
private static Bounds bounds = new Bounds(Vector3.zero, Vector3.zero);
|
||||||
|
|
||||||
|
// Container to store the currently active rooms in the scene.
|
||||||
|
private static List<FmodResonanceAudioRoom> enabledRooms = new List<FmodResonanceAudioRoom>();
|
||||||
|
|
||||||
|
// Current listener position.
|
||||||
|
private static FMOD.VECTOR listenerPositionFmod = new FMOD.VECTOR();
|
||||||
|
|
||||||
|
// FMOD Resonance Audio Listener Plugin.
|
||||||
|
private static FMOD.DSP listenerPlugin;
|
||||||
|
|
||||||
|
/// Updates the room effects of the environment with given |room| properties.
|
||||||
|
/// @note This should only be called from the main Unity thread.
|
||||||
|
public static void UpdateAudioRoom(FmodResonanceAudioRoom room, bool roomEnabled)
|
||||||
|
{
|
||||||
|
// Update the enabled rooms list.
|
||||||
|
if (roomEnabled)
|
||||||
|
{
|
||||||
|
if (!enabledRooms.Contains(room))
|
||||||
|
{
|
||||||
|
enabledRooms.Add(room);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
enabledRooms.Remove(room);
|
||||||
|
}
|
||||||
|
// Update the current room effects to be applied.
|
||||||
|
if (enabledRooms.Count > 0)
|
||||||
|
{
|
||||||
|
FmodResonanceAudioRoom currentRoom = enabledRooms[enabledRooms.Count - 1];
|
||||||
|
RoomProperties roomProperties = GetRoomProperties(currentRoom);
|
||||||
|
// Pass the room properties into a pointer.
|
||||||
|
IntPtr roomPropertiesPtr = Marshal.AllocHGlobal(roomPropertiesSize);
|
||||||
|
Marshal.StructureToPtr(roomProperties, roomPropertiesPtr, false);
|
||||||
|
ListenerPlugin.setParameterData(roomPropertiesIndex, GetBytes(roomPropertiesPtr,
|
||||||
|
roomPropertiesSize));
|
||||||
|
Marshal.FreeHGlobal(roomPropertiesPtr);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Set the room properties to a null room, which will effectively disable the room effects.
|
||||||
|
ListenerPlugin.setParameterData(roomPropertiesIndex, GetBytes(IntPtr.Zero, 0));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Returns whether the listener is currently inside the given |room| boundaries.
|
||||||
|
public static bool IsListenerInsideRoom(FmodResonanceAudioRoom room)
|
||||||
|
{
|
||||||
|
// Compute the room position relative to the listener.
|
||||||
|
FMOD.VECTOR unused;
|
||||||
|
RuntimeManager.CoreSystem.get3DListenerAttributes(0, out listenerPositionFmod, out unused,
|
||||||
|
out unused, out unused);
|
||||||
|
Vector3 listenerPosition = new Vector3(listenerPositionFmod.x, listenerPositionFmod.y,
|
||||||
|
listenerPositionFmod.z);
|
||||||
|
Vector3 relativePosition = listenerPosition - room.transform.position;
|
||||||
|
Quaternion rotationInverse = Quaternion.Inverse(room.transform.rotation);
|
||||||
|
// Set the size of the room as the boundary and return whether the listener is inside.
|
||||||
|
bounds.size = Vector3.Scale(room.transform.lossyScale, room.Size);
|
||||||
|
return bounds.Contains(rotationInverse * relativePosition);
|
||||||
|
}
|
||||||
|
|
||||||
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
|
private struct RoomProperties
|
||||||
|
{
|
||||||
|
// Center position of the room in world space.
|
||||||
|
public float PositionX;
|
||||||
|
public float PositionY;
|
||||||
|
public float PositionZ;
|
||||||
|
|
||||||
|
// Rotation (quaternion) of the room in world space.
|
||||||
|
public float RotationX;
|
||||||
|
public float RotationY;
|
||||||
|
public float RotationZ;
|
||||||
|
public float RotationW;
|
||||||
|
|
||||||
|
// Size of the shoebox room in world space.
|
||||||
|
public float DimensionsX;
|
||||||
|
public float DimensionsY;
|
||||||
|
public float DimensionsZ;
|
||||||
|
|
||||||
|
// Material name of each surface of the shoebox room.
|
||||||
|
public FmodResonanceAudioRoom.SurfaceMaterial MaterialLeft;
|
||||||
|
public FmodResonanceAudioRoom.SurfaceMaterial MaterialRight;
|
||||||
|
public FmodResonanceAudioRoom.SurfaceMaterial MaterialBottom;
|
||||||
|
public FmodResonanceAudioRoom.SurfaceMaterial MaterialTop;
|
||||||
|
public FmodResonanceAudioRoom.SurfaceMaterial MaterialFront;
|
||||||
|
public FmodResonanceAudioRoom.SurfaceMaterial MaterialBack;
|
||||||
|
|
||||||
|
// User defined uniform scaling factor for reflectivity. This parameter has no effect when set
|
||||||
|
// to 1.0f.
|
||||||
|
public float ReflectionScalar;
|
||||||
|
|
||||||
|
// User defined reverb tail gain multiplier. This parameter has no effect when set to 0.0f.
|
||||||
|
public float ReverbGain;
|
||||||
|
|
||||||
|
// Adjusts the reverberation time across all frequency bands. RT60 values are multiplied by this
|
||||||
|
// factor. Has no effect when set to 1.0f.
|
||||||
|
public float ReverbTime;
|
||||||
|
|
||||||
|
// Controls the slope of a line from the lowest to the highest RT60 values (increases high
|
||||||
|
// frequency RT60s when positive, decreases when negative). Has no effect when set to 0.0f.
|
||||||
|
public float ReverbBrightness;
|
||||||
|
};
|
||||||
|
|
||||||
|
// Returns the FMOD Resonance Audio Listener Plugin.
|
||||||
|
private static FMOD.DSP ListenerPlugin
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (!listenerPlugin.hasHandle())
|
||||||
|
{
|
||||||
|
listenerPlugin = Initialize();
|
||||||
|
}
|
||||||
|
return listenerPlugin;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Converts given |db| value to its amplitude equivalent where 'dB = 20 * log10(amplitude)'.
|
||||||
|
private static float ConvertAmplitudeFromDb(float db)
|
||||||
|
{
|
||||||
|
return Mathf.Pow(10.0f, 0.05f * db);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Converts given |position| and |rotation| from Unity space to audio space.
|
||||||
|
private static void ConvertAudioTransformFromUnity(ref Vector3 position,
|
||||||
|
ref Quaternion rotation)
|
||||||
|
{
|
||||||
|
// Compose the transformation matrix.
|
||||||
|
Matrix4x4 transformMatrix = Matrix4x4.TRS(position, rotation, Vector3.one);
|
||||||
|
// Convert the transformation matrix from left-handed to right-handed.
|
||||||
|
transformMatrix = flipZ * transformMatrix * flipZ;
|
||||||
|
// Update |position| and |rotation| respectively.
|
||||||
|
position = transformMatrix.GetColumn(3);
|
||||||
|
rotation = Quaternion.LookRotation(transformMatrix.GetColumn(2), transformMatrix.GetColumn(1));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns a byte array of |length| created from |ptr|.
|
||||||
|
private static byte[] GetBytes(IntPtr ptr, int length)
|
||||||
|
{
|
||||||
|
if (ptr != IntPtr.Zero)
|
||||||
|
{
|
||||||
|
byte[] byteArray = new byte[length];
|
||||||
|
Marshal.Copy(ptr, byteArray, 0, length);
|
||||||
|
return byteArray;
|
||||||
|
}
|
||||||
|
// Return an empty array if the pointer is null.
|
||||||
|
return new byte[1];
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns room properties of the given |room|.
|
||||||
|
private static RoomProperties GetRoomProperties(FmodResonanceAudioRoom room)
|
||||||
|
{
|
||||||
|
RoomProperties roomProperties;
|
||||||
|
Vector3 position = room.transform.position;
|
||||||
|
Quaternion rotation = room.transform.rotation;
|
||||||
|
Vector3 scale = Vector3.Scale(room.transform.lossyScale, room.Size);
|
||||||
|
ConvertAudioTransformFromUnity(ref position, ref rotation);
|
||||||
|
roomProperties.PositionX = position.x;
|
||||||
|
roomProperties.PositionY = position.y;
|
||||||
|
roomProperties.PositionZ = position.z;
|
||||||
|
roomProperties.RotationX = rotation.x;
|
||||||
|
roomProperties.RotationY = rotation.y;
|
||||||
|
roomProperties.RotationZ = rotation.z;
|
||||||
|
roomProperties.RotationW = rotation.w;
|
||||||
|
roomProperties.DimensionsX = scale.x;
|
||||||
|
roomProperties.DimensionsY = scale.y;
|
||||||
|
roomProperties.DimensionsZ = scale.z;
|
||||||
|
roomProperties.MaterialLeft = room.LeftWall;
|
||||||
|
roomProperties.MaterialRight = room.RightWall;
|
||||||
|
roomProperties.MaterialBottom = room.Floor;
|
||||||
|
roomProperties.MaterialTop = room.Ceiling;
|
||||||
|
roomProperties.MaterialFront = room.FrontWall;
|
||||||
|
roomProperties.MaterialBack = room.BackWall;
|
||||||
|
roomProperties.ReverbGain = ConvertAmplitudeFromDb(room.ReverbGainDb);
|
||||||
|
roomProperties.ReverbTime = room.ReverbTime;
|
||||||
|
roomProperties.ReverbBrightness = room.ReverbBrightness;
|
||||||
|
roomProperties.ReflectionScalar = room.Reflectivity;
|
||||||
|
return roomProperties;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Initializes and returns the FMOD Resonance Audio Listener Plugin.
|
||||||
|
private static FMOD.DSP Initialize()
|
||||||
|
{
|
||||||
|
// Search through all busses on in banks.
|
||||||
|
int numBanks = 0;
|
||||||
|
FMOD.DSP dsp = new FMOD.DSP();
|
||||||
|
FMOD.Studio.Bank[] banks = null;
|
||||||
|
RuntimeManager.StudioSystem.getBankCount(out numBanks);
|
||||||
|
RuntimeManager.StudioSystem.getBankList(out banks);
|
||||||
|
for (int currentBank = 0; currentBank < numBanks; ++currentBank)
|
||||||
|
{
|
||||||
|
int numBusses = 0;
|
||||||
|
FMOD.Studio.Bus[] busses = null;
|
||||||
|
banks[currentBank].getBusCount(out numBusses);
|
||||||
|
banks[currentBank].getBusList(out busses);
|
||||||
|
for (int currentBus = 0; currentBus < numBusses; ++currentBus)
|
||||||
|
{
|
||||||
|
// Make sure the channel group of the current bus is assigned properly.
|
||||||
|
string busPath = null;
|
||||||
|
busses[currentBus].getPath(out busPath);
|
||||||
|
RuntimeManager.StudioSystem.getBus(busPath, out busses[currentBus]);
|
||||||
|
busses[currentBus].lockChannelGroup();
|
||||||
|
RuntimeManager.StudioSystem.flushCommands();
|
||||||
|
FMOD.ChannelGroup channelGroup;
|
||||||
|
busses[currentBus].getChannelGroup(out channelGroup);
|
||||||
|
if (channelGroup.hasHandle())
|
||||||
|
{
|
||||||
|
int numDsps = 0;
|
||||||
|
channelGroup.getNumDSPs(out numDsps);
|
||||||
|
for (int currentDsp = 0; currentDsp < numDsps; ++currentDsp)
|
||||||
|
{
|
||||||
|
channelGroup.getDSP(currentDsp, out dsp);
|
||||||
|
string dspNameSb;
|
||||||
|
int unusedInt = 0;
|
||||||
|
uint unusedUint = 0;
|
||||||
|
dsp.getInfo(out dspNameSb, out unusedUint, out unusedInt, out unusedInt, out unusedInt);
|
||||||
|
if (dspNameSb.ToString().Equals(listenerPluginName) && dsp.hasHandle())
|
||||||
|
{
|
||||||
|
return dsp;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
busses[currentBus].unlockChannelGroup();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
RuntimeUtils.DebugLogError(listenerPluginName + " not found in the FMOD project.");
|
||||||
|
return dsp;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6794e6301575a445d8588930a0752568
|
||||||
|
timeCreated: 1511395157
|
||||||
|
licenseType: Pro
|
||||||
|
MonoImporter:
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,121 @@
|
|||||||
|
// Copyright 2017 Google Inc. All rights reserved.
|
||||||
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
// you may not use this file except in compliance with the License.
|
||||||
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
|
||||||
|
using UnityEngine;
|
||||||
|
using UnityEngine.Serialization;
|
||||||
|
using System.Collections;
|
||||||
|
|
||||||
|
namespace FMODUnityResonance
|
||||||
|
{
|
||||||
|
/// Resonance Audio room component that simulates environmental effects of a room with respect to
|
||||||
|
/// the properties of the attached game object.
|
||||||
|
[AddComponentMenu("ResonanceAudio/FmodResonanceAudioRoom")]
|
||||||
|
public class FmodResonanceAudioRoom : MonoBehaviour
|
||||||
|
{
|
||||||
|
/// Material type that determines the acoustic properties of a room surface.
|
||||||
|
public enum SurfaceMaterial
|
||||||
|
{
|
||||||
|
Transparent = 0, ///< Transparent
|
||||||
|
AcousticCeilingTiles = 1, ///< Acoustic ceiling tiles
|
||||||
|
BrickBare = 2, ///< Brick, bare
|
||||||
|
BrickPainted = 3, ///< Brick, painted
|
||||||
|
ConcreteBlockCoarse = 4, ///< Concrete block, coarse
|
||||||
|
ConcreteBlockPainted = 5, ///< Concrete block, painted
|
||||||
|
CurtainHeavy = 6, ///< Curtain, heavy
|
||||||
|
FiberglassInsulation = 7, ///< Fiberglass insulation
|
||||||
|
GlassThin = 8, ///< Glass, thin
|
||||||
|
GlassThick = 9, ///< Glass, thick
|
||||||
|
Grass = 10, ///< Grass
|
||||||
|
LinoleumOnConcrete = 11, ///< Linoleum on concrete
|
||||||
|
Marble = 12, ///< Marble
|
||||||
|
Metal = 13, ///< Galvanized sheet metal
|
||||||
|
ParquetOnConcrete = 14, ///< Parquet on concrete
|
||||||
|
PlasterRough = 15, ///< Plaster, rough
|
||||||
|
PlasterSmooth = 16, ///< Plaster, smooth
|
||||||
|
PlywoodPanel = 17, ///< Plywood panel
|
||||||
|
PolishedConcreteOrTile = 18, ///< Polished concrete or tile
|
||||||
|
Sheetrock = 19, ///< Sheetrock
|
||||||
|
WaterOrIceSurface = 20, ///< Water or ice surface
|
||||||
|
WoodCeiling = 21, ///< Wood ceiling
|
||||||
|
WoodPanel = 22 ///< Wood panel
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Room surface material in negative x direction.
|
||||||
|
[FormerlySerializedAs("leftWall")]
|
||||||
|
public SurfaceMaterial LeftWall = SurfaceMaterial.ConcreteBlockCoarse;
|
||||||
|
|
||||||
|
/// Room surface material in positive x direction.
|
||||||
|
[FormerlySerializedAs("rightWall")]
|
||||||
|
public SurfaceMaterial RightWall = SurfaceMaterial.ConcreteBlockCoarse;
|
||||||
|
|
||||||
|
/// Room surface material in negative y direction.
|
||||||
|
[FormerlySerializedAs("floor")]
|
||||||
|
public SurfaceMaterial Floor = SurfaceMaterial.ParquetOnConcrete;
|
||||||
|
|
||||||
|
/// Room surface material in positive y direction.
|
||||||
|
[FormerlySerializedAs("ceiling")]
|
||||||
|
public SurfaceMaterial Ceiling = SurfaceMaterial.PlasterRough;
|
||||||
|
|
||||||
|
/// Room surface material in negative z direction.
|
||||||
|
[FormerlySerializedAs("backWall")]
|
||||||
|
public SurfaceMaterial BackWall = SurfaceMaterial.ConcreteBlockCoarse;
|
||||||
|
|
||||||
|
/// Room surface material in positive z direction.
|
||||||
|
[FormerlySerializedAs("frontWall")]
|
||||||
|
public SurfaceMaterial FrontWall = SurfaceMaterial.ConcreteBlockCoarse;
|
||||||
|
|
||||||
|
/// Reflectivity scalar for each surface of the room.
|
||||||
|
[FormerlySerializedAs("reflectivity")]
|
||||||
|
public float Reflectivity = 1.0f;
|
||||||
|
|
||||||
|
/// Reverb gain modifier in decibels.
|
||||||
|
[FormerlySerializedAs("reverbGainDb")]
|
||||||
|
public float ReverbGainDb = 0.0f;
|
||||||
|
|
||||||
|
/// Reverb brightness modifier.
|
||||||
|
[FormerlySerializedAs("reverbBrightness")]
|
||||||
|
public float ReverbBrightness = 0.0f;
|
||||||
|
|
||||||
|
/// Reverb time modifier.
|
||||||
|
[FormerlySerializedAs("reverbTime")]
|
||||||
|
public float ReverbTime = 1.0f;
|
||||||
|
|
||||||
|
/// Size of the room (normalized with respect to scale of the game object).
|
||||||
|
[FormerlySerializedAs("size")]
|
||||||
|
public Vector3 Size = Vector3.one;
|
||||||
|
|
||||||
|
private void OnEnable()
|
||||||
|
{
|
||||||
|
FmodResonanceAudio.UpdateAudioRoom(this, FmodResonanceAudio.IsListenerInsideRoom(this));
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnDisable()
|
||||||
|
{
|
||||||
|
FmodResonanceAudio.UpdateAudioRoom(this, false);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Update()
|
||||||
|
{
|
||||||
|
FmodResonanceAudio.UpdateAudioRoom(this, FmodResonanceAudio.IsListenerInsideRoom(this));
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnDrawGizmosSelected()
|
||||||
|
{
|
||||||
|
// Draw shoebox model wireframe of the room.
|
||||||
|
Gizmos.color = Color.yellow;
|
||||||
|
Gizmos.matrix = transform.localToWorldMatrix;
|
||||||
|
Gizmos.DrawWireCube(Vector3.zero, Size);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6b0c5e63920ee4f55b7ec5248525af4b
|
||||||
|
timeCreated: 1511395157
|
||||||
|
licenseType: Pro
|
||||||
|
MonoImporter:
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Plugins/FMOD/images.meta
Normal file
8
Assets/Plugins/FMOD/images.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 27e5eef2bd66ffe429eebdc4579b7231
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/AddIcon.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/AddIcon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
57
Assets/Plugins/FMOD/images/AddIcon.png.meta
Normal file
57
Assets/Plugins/FMOD/images/AddIcon.png.meta
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 3300e81f02e64924eb7cb7782713b126
|
||||||
|
timeCreated: 1455151837
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
linearTexture: 1
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 7
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -3
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
textureType: 2
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/ArrowIcon.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/ArrowIcon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
57
Assets/Plugins/FMOD/images/ArrowIcon.png.meta
Normal file
57
Assets/Plugins/FMOD/images/ArrowIcon.png.meta
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 01c0101f357b9da4ba78b8f58c290f86
|
||||||
|
timeCreated: 1455161898
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
linearTexture: 1
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 7
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -3
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
textureType: 2
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/BankIcon.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/BankIcon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
55
Assets/Plugins/FMOD/images/BankIcon.png.meta
Normal file
55
Assets/Plugins/FMOD/images/BankIcon.png.meta
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a7e06068a7215854a84bf5ed8280ed15
|
||||||
|
timeCreated: 1433208188
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
linearTexture: 1
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: .25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 8
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: .5, y: .5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
textureType: 2
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/Border.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/Border.png
(Stored with Git LFS)
Normal file
Binary file not shown.
57
Assets/Plugins/FMOD/images/Border.png.meta
Normal file
57
Assets/Plugins/FMOD/images/Border.png.meta
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 40848578d1961334d820821bec6175a4
|
||||||
|
timeCreated: 1455150446
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
linearTexture: 1
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 7
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -3
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
textureType: 2
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/BrowserIcon.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/BrowserIcon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
57
Assets/Plugins/FMOD/images/BrowserIcon.png.meta
Normal file
57
Assets/Plugins/FMOD/images/BrowserIcon.png.meta
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c783b763d12874147876e070661b66ab
|
||||||
|
timeCreated: 1455688158
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
linearTexture: 1
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 7
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -3
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
textureType: 2
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/ContinuousParameterIcon.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/ContinuousParameterIcon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
92
Assets/Plugins/FMOD/images/ContinuousParameterIcon.png.meta
Normal file
92
Assets/Plugins/FMOD/images/ContinuousParameterIcon.png.meta
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b92803770616fc747bc3c40ffaec0a42
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: -1
|
||||||
|
wrapV: -1
|
||||||
|
wrapW: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/CopyIcon.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/CopyIcon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
57
Assets/Plugins/FMOD/images/CopyIcon.png.meta
Normal file
57
Assets/Plugins/FMOD/images/CopyIcon.png.meta
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6e164dcb85fc8ad4b9ab2f1e883862d2
|
||||||
|
timeCreated: 1455688729
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
linearTexture: 0
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 7
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
textureType: -1
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/CrossYellow.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/CrossYellow.png
(Stored with Git LFS)
Normal file
Binary file not shown.
88
Assets/Plugins/FMOD/images/CrossYellow.png.meta
Normal file
88
Assets/Plugins/FMOD/images/CrossYellow.png.meta
Normal file
@ -0,0 +1,88 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 348d2265b48c67342a4db2a7062813fa
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 9
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: -1
|
||||||
|
wrapV: -1
|
||||||
|
wrapW: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 2
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/Delete.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/Delete.png
(Stored with Git LFS)
Normal file
Binary file not shown.
55
Assets/Plugins/FMOD/images/Delete.png.meta
Normal file
55
Assets/Plugins/FMOD/images/Delete.png.meta
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 196080340db65c44883dd3f599556fb9
|
||||||
|
timeCreated: 1434604329
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
linearTexture: 1
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: .25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 8
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: .5, y: .5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
textureType: 2
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/DiscreteParameterIcon.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/DiscreteParameterIcon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
92
Assets/Plugins/FMOD/images/DiscreteParameterIcon.png.meta
Normal file
92
Assets/Plugins/FMOD/images/DiscreteParameterIcon.png.meta
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 509563e7079a6ed4cbf3b3240327e702
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: -1
|
||||||
|
wrapV: -1
|
||||||
|
wrapW: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/EventIcon.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/EventIcon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
55
Assets/Plugins/FMOD/images/EventIcon.png.meta
Normal file
55
Assets/Plugins/FMOD/images/EventIcon.png.meta
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a602f206f9cb31f439c79a2fe23687c5
|
||||||
|
timeCreated: 1432616010
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
linearTexture: 1
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: .25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 8
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -3
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: .5, y: .5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
textureType: 2
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/FMODLogoBlack.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/FMODLogoBlack.png
(Stored with Git LFS)
Normal file
Binary file not shown.
144
Assets/Plugins/FMOD/images/FMODLogoBlack.png.meta
Normal file
144
Assets/Plugins/FMOD/images/FMODLogoBlack.png.meta
Normal file
@ -0,0 +1,144 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 36e46b3c334e47e41a0b4ff2f26905ea
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 1
|
||||||
|
wrapV: 1
|
||||||
|
wrapW: 1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Android
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: PS4
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: iPhone
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/FMODLogoWhite.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/FMODLogoWhite.png
(Stored with Git LFS)
Normal file
Binary file not shown.
144
Assets/Plugins/FMOD/images/FMODLogoWhite.png.meta
Normal file
144
Assets/Plugins/FMOD/images/FMODLogoWhite.png.meta
Normal file
@ -0,0 +1,144 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8fd8ccb8d7e81d943b28ea7975c7185d
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 1
|
||||||
|
wrapV: 1
|
||||||
|
wrapW: 1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Android
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: PS4
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: iPhone
|
||||||
|
maxTextureSize: 256
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/FolderIconClosed.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/FolderIconClosed.png
(Stored with Git LFS)
Normal file
Binary file not shown.
55
Assets/Plugins/FMOD/images/FolderIconClosed.png.meta
Normal file
55
Assets/Plugins/FMOD/images/FolderIconClosed.png.meta
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 70efeb6d97126f843b30b8ed62d18a4f
|
||||||
|
timeCreated: 1432621560
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
linearTexture: 1
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: .25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 8
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -3
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: .5, y: .5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
textureType: 2
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/FolderIconOpen.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/FolderIconOpen.png
(Stored with Git LFS)
Normal file
Binary file not shown.
55
Assets/Plugins/FMOD/images/FolderIconOpen.png.meta
Normal file
55
Assets/Plugins/FMOD/images/FolderIconOpen.png.meta
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d2b54e4f7f80b9448a41d3c5985f5672
|
||||||
|
timeCreated: 1432621574
|
||||||
|
licenseType: Free
|
||||||
|
TextureImporter:
|
||||||
|
fileIDToRecycleName: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
linearTexture: 1
|
||||||
|
correctGamma: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: .25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 8
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: -3
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
filterMode: -1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: -1
|
||||||
|
wrapMode: 1
|
||||||
|
nPOTScale: 0
|
||||||
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: .5, y: .5}
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
alphaIsTransparency: 1
|
||||||
|
textureType: 2
|
||||||
|
buildTargetSettings: []
|
||||||
|
spriteSheet:
|
||||||
|
sprites: []
|
||||||
|
spritePackingTag:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/LabeledParameterIcon.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/LabeledParameterIcon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
92
Assets/Plugins/FMOD/images/LabeledParameterIcon.png.meta
Normal file
92
Assets/Plugins/FMOD/images/LabeledParameterIcon.png.meta
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b4d696e5c0be6f44bb2f02aa41320656
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: -1
|
||||||
|
wrapV: -1
|
||||||
|
wrapW: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Plugins/FMOD/images/LevelMeter.png
(Stored with Git LFS)
Normal file
BIN
Assets/Plugins/FMOD/images/LevelMeter.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user