모험가 방패, 수호기사 메이스 및 방패

This commit is contained in:
Ino 2025-05-08 15:44:51 +09:00
parent 50c0463c17
commit fed3bcfb3a
56 changed files with 364 additions and 198 deletions

View File

@ -234,9 +234,9 @@ public static class MyEditorUtil
var shield = FindDeepChild(prefabAsset.transform, strName); var shield = FindDeepChild(prefabAsset.transform, strName);
if (shield == null) shield = new GameObject(strName).transform; if (shield == null) shield = new GameObject(strName).transform;
shield.parent = wristL; shield.parent = wristL;
shield.localPosition = new Vector3(0.1238701f, -0.02092049f, -0.1054159f); shield.localPosition = new Vector3(0.0184f, -0.0158f, 0.0261f);
shield.localEulerAngles = new Vector3(32.28088f, 2.733658f, 4.798194f); shield.localEulerAngles = new Vector3(-21.84897f, 162.9937f, -171.4406f);
shield.localScale = Vector3.one * 0.5f; shield.localScale = Vector3.one * 0.6f;
list_tr.Add(shield); list_tr.Add(shield);
} }
if (wristR != null) if (wristR != null)

View File

@ -87,7 +87,8 @@ messageinfo 엄청 느린 버그
작업 내역 노션에 남겨두기 몬스터 투사체 보완
펫 투사체 보완

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -7948,7 +7948,7 @@ Animator:
m_GameObject: {fileID: 1996061924472238} m_GameObject: {fileID: 1996061924472238}
m_Enabled: 1 m_Enabled: 1
m_Avatar: {fileID: 9000000, guid: e5326b54f49cc50479cbf8508dc0e805, type: 3} m_Avatar: {fileID: 9000000, guid: e5326b54f49cc50479cbf8508dc0e805, type: 3}
m_Controller: {fileID: 9100000, guid: 97b462930f9fa3d4bb4811cd31f37540, type: 2} m_Controller: {fileID: 9100000, guid: 6febc7f686bdf2548a2da7524ba3d184, type: 2}
m_CullingMode: 1 m_CullingMode: 1
m_UpdateMode: 0 m_UpdateMode: 0
m_ApplyRootMotion: 0 m_ApplyRootMotion: 0
@ -7958,8 +7958,8 @@ Animator:
are already bound by a Humanoid avatar. These transforms can only be changed are already bound by a Humanoid avatar. These transforms can only be changed
by Humanoid clips.\n\tTransform 'Jaw_M'\n\tTransform 'Eye1_R'\n\tTransform 'Eye1_L'\n\tTransform by Humanoid clips.\n\tTransform 'Jaw_M'\n\tTransform 'Eye1_R'\n\tTransform 'Eye1_L'\n\tTransform
'Jaw_M'\n\tTransform 'Eye1_R'\n\tTransform 'Eye1_L'\n\tTransform 'Jaw_M'\n\tTransform 'Jaw_M'\n\tTransform 'Eye1_R'\n\tTransform 'Eye1_L'\n\tTransform 'Jaw_M'\n\tTransform
'Eye1_R'\n\tTransform 'Eye1_L'\n\tFrom animation clip 'CastspellB_wing'\n\tFrom 'Eye1_R'\n\tTransform 'Eye1_L'\n\tFrom animation clip 'CastspellC_wing'\n\tFrom
animation clip 'CastspellC_wing'" animation clip 'CastspellB_wing'"
m_HasTransformHierarchy: 1 m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1 m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0 m_KeepAnimatorStateOnDisable: 0
@ -8388,10 +8388,10 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8517193716552266895} m_GameObject: {fileID: 8517193716552266895}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4236912519050090} m_Father: {fileID: 4236912519050090}
m_LocalEulerAnglesHint: {x: 71.286, y: -141.465, z: 220.533} m_LocalEulerAnglesHint: {x: -21.849, y: -197.006, z: 188.559}

View File

@ -8095,9 +8095,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5594537285902446288} m_GameObject: {fileID: 5594537285902446288}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4431527025099852} m_Father: {fileID: 4431527025099852}

View File

@ -7795,9 +7795,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 413357437579823031} m_GameObject: {fileID: 413357437579823031}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4594316561073512} m_Father: {fileID: 4594316561073512}

View File

@ -8226,9 +8226,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7710426802992193476} m_GameObject: {fileID: 7710426802992193476}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 1858651050560932511} m_Father: {fileID: 1858651050560932511}

View File

@ -7953,9 +7953,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7278842742645142964} m_GameObject: {fileID: 7278842742645142964}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 464036} m_Father: {fileID: 464036}

View File

@ -8361,9 +8361,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7971910973731001116} m_GameObject: {fileID: 7971910973731001116}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4730888573602516} m_Father: {fileID: 4730888573602516}

View File

@ -7994,9 +7994,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1352987694638396538} m_GameObject: {fileID: 1352987694638396538}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4161203402794322} m_Father: {fileID: 4161203402794322}

View File

@ -7993,9 +7993,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6455350124494218318} m_GameObject: {fileID: 6455350124494218318}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4871640572621698} m_Father: {fileID: 4871640572621698}

View File

@ -8522,9 +8522,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8103688932639454788} m_GameObject: {fileID: 8103688932639454788}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4214689094687420} m_Father: {fileID: 4214689094687420}

View File

@ -8450,9 +8450,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3416341469589118225} m_GameObject: {fileID: 3416341469589118225}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4061269680731828} m_Father: {fileID: 4061269680731828}

View File

@ -8244,9 +8244,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4277001604560759789} m_GameObject: {fileID: 4277001604560759789}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4711832540179962} m_Father: {fileID: 4711832540179962}

View File

@ -7918,9 +7918,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3175304485881892831} m_GameObject: {fileID: 3175304485881892831}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4867928080760968} m_Father: {fileID: 4867928080760968}

View File

@ -8243,9 +8243,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2912042880765608611} m_GameObject: {fileID: 2912042880765608611}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4736763034011548} m_Father: {fileID: 4736763034011548}

View File

@ -8295,9 +8295,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6694068724477633711} m_GameObject: {fileID: 6694068724477633711}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4841069917492220} m_Father: {fileID: 4841069917492220}

View File

@ -8027,9 +8027,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4354828572341065104} m_GameObject: {fileID: 4354828572341065104}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4330734417645574} m_Father: {fileID: 4330734417645574}

View File

@ -7851,9 +7851,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5458419196700313637} m_GameObject: {fileID: 5458419196700313637}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4450011615736522} m_Father: {fileID: 4450011615736522}

View File

@ -8099,9 +8099,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4115604912190396700} m_GameObject: {fileID: 4115604912190396700}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4687386993098816} m_Father: {fileID: 4687386993098816}

View File

@ -9359,9 +9359,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4719712500969748853} m_GameObject: {fileID: 4719712500969748853}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4325943270518638} m_Father: {fileID: 4325943270518638}

View File

@ -8661,9 +8661,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6339148932797668265} m_GameObject: {fileID: 6339148932797668265}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4529916138027990} m_Father: {fileID: 4529916138027990}

View File

@ -8105,9 +8105,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1784156288766114223} m_GameObject: {fileID: 1784156288766114223}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4181183523559066} m_Father: {fileID: 4181183523559066}

View File

@ -8875,9 +8875,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1147973933469737437} m_GameObject: {fileID: 1147973933469737437}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4250600554841390} m_Father: {fileID: 4250600554841390}

View File

@ -8975,9 +8975,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4268752796006392696} m_GameObject: {fileID: 4268752796006392696}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4706139812816154} m_Father: {fileID: 4706139812816154}

View File

@ -8649,9 +8649,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6571136213643959129} m_GameObject: {fileID: 6571136213643959129}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4207884840713264} m_Father: {fileID: 4207884840713264}

View File

@ -9153,9 +9153,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6449435125631073707} m_GameObject: {fileID: 6449435125631073707}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4856024700114978} m_Father: {fileID: 4856024700114978}

View File

@ -24,9 +24,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 648444163298236639} m_GameObject: {fileID: 648444163298236639}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 9027481392152618453} m_Father: {fileID: 9027481392152618453}

View File

@ -8139,9 +8139,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3791333472147596863} m_GameObject: {fileID: 3791333472147596863}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4741208885031902} m_Father: {fileID: 4741208885031902}

View File

@ -8324,9 +8324,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8910466508274381302} m_GameObject: {fileID: 8910466508274381302}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4027058764531014} m_Father: {fileID: 4027058764531014}

View File

@ -8101,9 +8101,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2250549738181224666} m_GameObject: {fileID: 2250549738181224666}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4170455280881652} m_Father: {fileID: 4170455280881652}

View File

@ -7894,9 +7894,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 855138551315280014} m_GameObject: {fileID: 855138551315280014}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4555101114326164} m_Father: {fileID: 4555101114326164}

View File

@ -7953,9 +7953,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7985645168303622090} m_GameObject: {fileID: 7985645168303622090}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4117794133949324} m_Father: {fileID: 4117794133949324}

View File

@ -7156,9 +7156,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2140336824754174379} m_GameObject: {fileID: 2140336824754174379}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4000013065044634} m_Father: {fileID: 4000013065044634}

View File

@ -7597,9 +7597,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1507305625733065826} m_GameObject: {fileID: 1507305625733065826}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4000011682272322} m_Father: {fileID: 4000011682272322}

View File

@ -7438,9 +7438,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7348517007781517713} m_GameObject: {fileID: 7348517007781517713}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4000011861289018} m_Father: {fileID: 4000011861289018}

View File

@ -7834,9 +7834,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2251646609118789875} m_GameObject: {fileID: 2251646609118789875}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4000012761963742} m_Father: {fileID: 4000012761963742}

View File

@ -6943,9 +6943,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7210244287970694284} m_GameObject: {fileID: 7210244287970694284}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4000010232836470} m_Father: {fileID: 4000010232836470}

View File

@ -8129,9 +8129,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 806159649244063649} m_GameObject: {fileID: 806159649244063649}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4293555890657406} m_Father: {fileID: 4293555890657406}

View File

@ -8140,9 +8140,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8107912194079532722} m_GameObject: {fileID: 8107912194079532722}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4429836273382280} m_Father: {fileID: 4429836273382280}

View File

@ -7840,9 +7840,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5120586211136638020} m_GameObject: {fileID: 5120586211136638020}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4623007661995676} m_Father: {fileID: 4623007661995676}

View File

@ -8284,9 +8284,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8617111810661604326} m_GameObject: {fileID: 8617111810661604326}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4037062621167130} m_Father: {fileID: 4037062621167130}

View File

@ -8442,9 +8442,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7402302479566240938} m_GameObject: {fileID: 7402302479566240938}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 407420} m_Father: {fileID: 407420}

View File

@ -8517,9 +8517,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7872107146404660842} m_GameObject: {fileID: 7872107146404660842}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 464596} m_Father: {fileID: 464596}

View File

@ -6838,9 +6838,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5951608146257205075} m_GameObject: {fileID: 5951608146257205075}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4000012339234178} m_Father: {fileID: 4000012339234178}

View File

@ -7044,9 +7044,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6912714373086198028} m_GameObject: {fileID: 6912714373086198028}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4161985683607140} m_Father: {fileID: 4161985683607140}

View File

@ -8145,9 +8145,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6986067468041130996} m_GameObject: {fileID: 6986067468041130996}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4000013251042054} m_Father: {fileID: 4000013251042054}

View File

@ -8035,9 +8035,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7113476997610137} m_GameObject: {fileID: 7113476997610137}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4000011815927492} m_Father: {fileID: 4000011815927492}

View File

@ -8107,9 +8107,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8965662049131459370} m_GameObject: {fileID: 8965662049131459370}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0.2786292, y: 0.011259659, z: 0.03357322, w: 0.95974576} m_LocalRotation: {x: -0.9704682, y: 0.044523407, z: -0.13079222, w: 0.1977437}
m_LocalPosition: {x: 0.1238701, y: -0.02092049, z: -0.1054159} m_LocalPosition: {x: 0.0184, y: -0.0158, z: 0.0261}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 0.6, y: 0.6, z: 0.6}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 4885089533627634} m_Father: {fileID: 4885089533627634}

View File

@ -0,0 +1,85 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &5813198129328447996
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6622385243307785030}
- component: {fileID: 7802675332966331619}
- component: {fileID: 5452835048509784105}
m_Layer: 0
m_Name: PP_Theme_08_Mace_003
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6622385243307785030
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5813198129328447996}
serializedVersion: 2
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &7802675332966331619
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5813198129328447996}
m_Mesh: {fileID: 1952094491240357779, guid: 2bcb623fbe37c2740944d5fa08a4aa7d, type: 3}
--- !u!23 &5452835048509784105
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5813198129328447996}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 1ed5c689ba8eacc4c8e9d3b8ba968880, 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
m_AdditionalVertexStreams: {fileID: 0}

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: ac033262c40835046a44a3251dc956bb guid: 7100f332fc1bd7540af7913700c21f58
PrefabImporter: PrefabImporter:
externalObjects: {} externalObjects: {}
userData: userData:

View File

@ -0,0 +1,85 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &5493605352347743955
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5149554302103022697}
- component: {fileID: 8131600764618433484}
- component: {fileID: 6286401133207394054}
m_Layer: 0
m_Name: PP_Theme_08_Shield_003
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5149554302103022697
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5493605352347743955}
serializedVersion: 2
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &8131600764618433484
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5493605352347743955}
m_Mesh: {fileID: -5254109733937121227, guid: a19cb99d6280ed448906e6f24021f7ed, type: 3}
--- !u!23 &6286401133207394054
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5493605352347743955}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 1ed5c689ba8eacc4c8e9d3b8ba968880, 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
m_AdditionalVertexStreams: {fileID: 0}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8de9d66fed94fcc4ab5cb8bc349ad59d
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,6 +1,6 @@
%YAML 1.1 %YAML 1.1
%TAG !u! tag:unity3d.com,2011: %TAG !u! tag:unity3d.com,2011:
--- !u!1 &6787387448437762921 --- !u!1 &2568213467345401851
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
@ -8,83 +8,50 @@ GameObject:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
serializedVersion: 6 serializedVersion: 6
m_Component: m_Component:
- component: {fileID: 2832569193149088172} - component: {fileID: 2949840328004169025}
- component: {fileID: 2251847863510262500}
- component: {fileID: 4081630131067590190}
- component: {fileID: 2251847863510262501}
m_Layer: 0 m_Layer: 0
m_Name: ProjectileStart m_Name: PP_Theme_10_Shield_003
m_TagString: Untagged m_TagString: Untagged
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 1 m_IsActive: 1
--- !u!4 &2832569193149088172 --- !u!4 &2949840328004169025
Transform: Transform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6787387448437762921} m_GameObject: {fileID: 2568213467345401851}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -0.275, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 8460559123811799068}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &8460559123811503228
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8460559123811799068}
- component: {fileID: 8460559123808407556}
- component: {fileID: 8460559123809505988}
m_Layer: 0
m_Name: Shield
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8460559123811799068
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8460559123811503228}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0 m_Children: []
m_Children:
- {fileID: 2832569193149088172}
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &8460559123808407556 --- !u!33 &2251847863510262500
MeshFilter: MeshFilter:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8460559123811503228} m_GameObject: {fileID: 2568213467345401851}
m_Mesh: {fileID: 4300022, guid: 3f573783ed1075a4fa5eaca382b84ce6, type: 3} m_Mesh: {fileID: -8215309143957443684, guid: 3f91d4d033ca3364f93c043faf814423, type: 3}
--- !u!23 &8460559123809505988 --- !u!23 &4081630131067590190
MeshRenderer: MeshRenderer:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8460559123811503228} m_GameObject: {fileID: 2568213467345401851}
m_Enabled: 1 m_Enabled: 1
m_CastShadows: 1 m_CastShadows: 1
m_ReceiveShadows: 1 m_ReceiveShadows: 1
m_DynamicOccludee: 1 m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1 m_MotionVectors: 1
m_LightProbeUsage: 1 m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1 m_ReflectionProbeUsage: 1
@ -93,7 +60,7 @@ MeshRenderer:
m_RenderingLayerMask: 1 m_RenderingLayerMask: 1
m_RendererPriority: 0 m_RendererPriority: 0
m_Materials: m_Materials:
- {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - {fileID: 2100000, guid: 1ed5c689ba8eacc4c8e9d3b8ba968880, type: 2}
m_StaticBatchInfo: m_StaticBatchInfo:
firstSubMesh: 0 firstSubMesh: 0
subMeshCount: 0 subMeshCount: 0
@ -115,3 +82,17 @@ MeshRenderer:
m_SortingLayer: 0 m_SortingLayer: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0} m_AdditionalVertexStreams: {fileID: 0}
--- !u!64 &2251847863510262501
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2568213467345401851}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 4
m_Convex: 1
m_CookingOptions: 30
m_Mesh: {fileID: -8215309143957443684, guid: 3f91d4d033ca3364f93c043faf814423, type: 3}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 5a0e8efc6d86b6b41b593a0c8f769f8d
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: