同步所有预制体材质
This commit is contained in:
parent
6d0c21b060
commit
bdef3fa1ed
|
@ -1,41 +0,0 @@
|
|||
using System.IO;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
public class FbxTextureExtractor : MonoBehaviour
|
||||
{
|
||||
public string fbxFolder = "Assets/GameAssets/Models/»ú¹ñÄÚÉ豸/°å¿¨";
|
||||
public string textureFolder = "Assets/Textures_/";
|
||||
|
||||
void Start()
|
||||
{
|
||||
UnpackTextures();
|
||||
}
|
||||
|
||||
|
||||
[ContextMenu("-------")]
|
||||
void UnpackTextures()
|
||||
{
|
||||
string[] fbxFiles = Directory.GetFiles(fbxFolder, "*.fbx");
|
||||
foreach (string fbxFile in fbxFiles)
|
||||
{
|
||||
string fbxPath = fbxFile.Replace(Application.dataPath, "Assets");
|
||||
Object fbxPrefab = AssetDatabase.LoadMainAssetAtPath(fbxPath);
|
||||
Object[] dependencies = EditorUtility.CollectDependencies(new Object[] { fbxPrefab });
|
||||
foreach (Object obj in dependencies)
|
||||
{
|
||||
if (obj is Texture2D)
|
||||
{
|
||||
string texturePath = AssetDatabase.GetAssetPath(obj);
|
||||
string newTexturePath = textureFolder + obj.name + ".jpg";
|
||||
if (File.Exists(newTexturePath))
|
||||
{
|
||||
FileUtil.DeleteFileOrDirectory(newTexturePath);
|
||||
}
|
||||
FileUtil.CopyFileOrDirectory(texturePath, newTexturePath);
|
||||
AssetDatabase.ImportAsset(newTexturePath);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: d58fd9eb06de8d445b68f447d82ec2e0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -67,7 +67,7 @@ MeshRenderer:
|
|||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: 62da69df5b84d7f4b946e077491c707c, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
|
|
|
@ -147,7 +147,7 @@ MeshRenderer:
|
|||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: e42c6248974bcee4c8792898fd906674, type: 2}
|
||||
- {fileID: 2100000, guid: 2d08de0be4b8085478888a962c3a74c9, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
|
|
|
@ -816,7 +816,7 @@ MeshRenderer:
|
|||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: ceba2d68eec9dcc40864ca8ce012d6b2, type: 2}
|
||||
- {fileID: 2100000, guid: bae9d112f2ddd7345967d041e1189ddc, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 8729520005150010014}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &5026429536609156993
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5cda637d423e95a4e96753f610ba11f1, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: 53a6ea32b66877f4f811139c51424123, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1413009201644189788}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &3420500788506750275
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 4e3712034676f7540b555649051df6b8, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 59b3a1104cbe4ab4c9a9aed7ccbdd810, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: d5d22b6e25b0d2247ab653afa9527dc3, type: 2}
|
||||
- {fileID: 2100000, guid: a31d6a4dc1517a34f96b04f27f067140, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 4e3712034676f7540b555649051df6b8, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: bbbe2b6918eda8d409807cf8ede4b023, type: 2}
|
||||
- {fileID: 2100000, guid: 59b3a1104cbe4ab4c9a9aed7ccbdd810, type: 2}
|
||||
- {fileID: 2100000, guid: 7a2ef6e935679534a894b0af47440c1c, type: 2}
|
||||
- {fileID: 2100000, guid: cd753e6b09d44ee4ca3ec65fe8b12077, type: 2}
|
||||
- {fileID: 2100000, guid: d5d22b6e25b0d2247ab653afa9527dc3, type: 2}
|
||||
- {fileID: 2100000, guid: a31d6a4dc1517a34f96b04f27f067140, type: 2}
|
||||
- {fileID: 2100000, guid: 4a8a2156a741f7d43b02ad9388c04ec4, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: b298d0f62e61cc042b8bd598d082bd94, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7707466559121765578}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &6202126041337094613
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: c1d478e91dba08e47bb596f01133bf86, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 468ad295664494e4d82ea298061373c6, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7446845423984812479}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &6610309315224204448
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 387f8f2e40e22cd46b7020f26620e1c3, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: b5dd4a8d63a6731418f1dd99afd7838c, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2928148981528195947}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &1461089075088303732
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,12 +66,12 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 3547259809161086277}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &999356260240216154
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 48612608fd2588046bc0218c0cfa1759, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: b5151be299690364ea2211f61267eb84, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 5951375629719396319}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &7958849705329822400
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 387f8f2e40e22cd46b7020f26620e1c3, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: b5dd4a8d63a6731418f1dd99afd7838c, type: 2}
|
||||
- {fileID: 2100000, guid: 4de8c26cf073c4b4d8232b64acf0b3c4, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 4829740415595986825}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &9215108556155349654
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 387f8f2e40e22cd46b7020f26620e1c3, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: b5dd4a8d63a6731418f1dd99afd7838c, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6302396489425981203}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &7751423999025404428
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,12 +66,12 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 795106820640671196}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &4029809385620918467
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 387f8f2e40e22cd46b7020f26620e1c3, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: b5dd4a8d63a6731418f1dd99afd7838c, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6046127725122036579}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &8001808124509255292
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 387f8f2e40e22cd46b7020f26620e1c3, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: b5dd4a8d63a6731418f1dd99afd7838c, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 3295821983869350906}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &1250056313238185701
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 511c01b1bb2da9d468061a11e0042b8b, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 308bd5536be008644a2b3dc4625d0cce, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: c039f507426bc8b449fb7978d628e95e, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
- {fileID: 2100000, guid: 204d0d4218e32054e81e5f600dcd7c01, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 307805301817918031}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &4080683970233734992
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: c3b76f9548a72f146b5f859d67470f53, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: a59859105095c004c8e8ad289a6a9549, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6485333337090271192}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &7414195433481499335
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: ad897d62ab5cc2f4ca57640ce5d407e3, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 1a7d1711d2e5032458cda5557c355978, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6952447032986348238}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &6672090013907419089
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 09840b15ac8ac204ea41761988fd3441, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: b2867f43f0b3e6945971e057c097f5ed, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1136604069981497674}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &3684521021219404885
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 95b787533a87a92438b7cf1bb88e42de, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 9922aa33151e51d418fad61c5f6c508b, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -61,13 +61,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 1f297f5e67e806d46a8ea116e5b82474, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 6ecb1157ed68c434e9126b22d84e138f, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: b2a6ba5f26244a440a64b9090c0929e1, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: 10896afeea4025241ba7e5227976fa30, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
@ -117,7 +117,7 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 3932338091388544826}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
|
@ -125,7 +125,7 @@ Transform:
|
|||
- {fileID: 2309663395400085724}
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!114 &3635626218515087793
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 907027258722998610}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &3490961812012698701
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: d145e7256dd1dc4438e1b38d61f1270e, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 653fa9199393907419179a263c89ad93, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2049899315929792972}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &2348274988222551251
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: cf2a565c6fee28f47868af7d16e5ac7b, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 6ecb1157ed68c434e9126b22d84e138f, type: 2}
|
||||
- {fileID: 2100000, guid: 0072bace24ff42248af8567ba0f39d01, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 13fa465344856364e89cbcb784d3c605, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: 10896afeea4025241ba7e5227976fa30, type: 2}
|
||||
- {fileID: 2100000, guid: 989ea2304d7a66a4191fbc60d7eba457, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 977209284106383656}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &3561139574520456247
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,16 +66,16 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 8e135bf8cbc43f443aae60554baf9a68, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 09840b15ac8ac204ea41761988fd3441, type: 2}
|
||||
- {fileID: 2100000, guid: f14ed683703c84643a1c3c72131b2709, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 7da34a9f58826cf49bb671d57e635842, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
- {fileID: 2100000, guid: b2867f43f0b3e6945971e057c097f5ed, type: 2}
|
||||
- {fileID: 2100000, guid: f820843438d1a704b88cdf3f6da24522, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2078268198124229769}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &2320328884279624086
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,15 +66,15 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: e3c5abea3dbbf544b954b7eaca778e01, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 09840b15ac8ac204ea41761988fd3441, type: 2}
|
||||
- {fileID: 2100000, guid: f14ed683703c84643a1c3c72131b2709, type: 2}
|
||||
- {fileID: 2100000, guid: 6ecb1157ed68c434e9126b22d84e138f, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 129dbff36d1e09240a4668136a526994, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: b2867f43f0b3e6945971e057c097f5ed, type: 2}
|
||||
- {fileID: 2100000, guid: f820843438d1a704b88cdf3f6da24522, type: 2}
|
||||
- {fileID: 2100000, guid: 10896afeea4025241ba7e5227976fa30, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 660144776735115178}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &3876830809006478005
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,12 +66,12 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 919cd5b3597a01d49b99e38022fe813d, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
- {fileID: 2100000, guid: d8afc8233d0ecc846a4a60897529b7c4, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1521395102558095398}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &3024483745345428793
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,12 +66,12 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 919cd5b3597a01d49b99e38022fe813d, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
- {fileID: 2100000, guid: d8afc8233d0ecc846a4a60897529b7c4, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 5028561193107134185}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &8731638529111114742
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: ebfa04ce4b4fc0140b79b28d47cfc710, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 58c40c9aea5779b4f8a4d3626e73b827, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 4729060880752558210}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &9026608836379448733
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,12 +66,12 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 38cfd88bc57b8634c8383ac88306944d, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 815fcf4bf3eac8c44a94802c45499896, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 182241033217551610}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &4495569313273608677
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: bcd75b83690e3c4448af7e7ccaada5d5, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: edb6bf36c5cfb364e90022fc82ef129d, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 3181815531716565823}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &1210376930863746592
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: ebfa04ce4b4fc0140b79b28d47cfc710, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 58c40c9aea5779b4f8a4d3626e73b827, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -61,13 +61,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 42c47703eb1795d4fbd9d01a09018307, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: 3c65be4593bcd164188f11c0b9d60605, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
@ -117,7 +117,7 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7652365354192245570}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
|
@ -125,7 +125,7 @@ Transform:
|
|||
- {fileID: 8083513460306069128}
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!114 &1765214073126508779
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1015908255586753163}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &3674145737053949844
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: a5f48eefff2c5274ca3096c260ec842c, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 5810c1fb761a3b54bb6ed561512ebb66, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 3221225518986598424}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &1175471058608835847
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: cca2cee85e134884aa1a14901e765161, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: b097174cc4dcf1b48aa1bda6e6fa9a34, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 631014067725784734}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &3757625837444039553
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,12 +66,12 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 2bf41b73b2e56f64a8230f2841bb77ce, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
- {fileID: 2100000, guid: 4f57d996fc823c24a99bf2cccdefeaa4, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 8403130633103759351}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &5222453680462430952
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,13 +66,13 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 2bf41b73b2e56f64a8230f2841bb77ce, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 110f0332242bb784f814d4dabd757cbd, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: 4f57d996fc823c24a99bf2cccdefeaa4, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: f401da9e617004c4d9a134ea419dff7b, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7908789448724668483}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &5847256850057672028
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,18 +66,18 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: dc2557d2d27de0042a42c14c984ae517, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: ef85846894a4fb046b8d26d917f4c3c4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e3b784eb20b1e44aa06b2e585411649, type: 2}
|
||||
- {fileID: 2100000, guid: 88764af3a08778340a4081d965ad9e22, type: 2}
|
||||
- {fileID: 2100000, guid: 3a20900f78d23944fa74a39408bb1673, type: 2}
|
||||
- {fileID: 2100000, guid: 6d9208c68507e7a4ca8824ff54d1d961, type: 2}
|
||||
- {fileID: 2100000, guid: edc498df842beb349b6516978df64579, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: 5c52abdcff56485478bc687db8e35d7f, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: fa5365c332b476d438ce7530ba515aa4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e5684df0e3c9db48b9430d8a95710a2, type: 2}
|
||||
- {fileID: 2100000, guid: 2ef444bfd01694743ab33fafeb693c80, type: 2}
|
||||
- {fileID: 2100000, guid: 4c4be8b7becbfbe4796a63b48bf402d6, type: 2}
|
||||
- {fileID: 2100000, guid: e9cf79e8b82263342ad03eee20559eaf, type: 2}
|
||||
- {fileID: 2100000, guid: 96cfcade25a465a498ea68c8fd7913da, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2160388155579241852}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &2386686444505415779
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,19 +66,19 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: fb18721a719b7974a9ce23f0a4a57934, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: ef85846894a4fb046b8d26d917f4c3c4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e3b784eb20b1e44aa06b2e585411649, type: 2}
|
||||
- {fileID: 2100000, guid: de1f58374e83585488cac876a504f155, type: 2}
|
||||
- {fileID: 2100000, guid: 8890ed8688dbea848ad1a5c319dd5688, type: 2}
|
||||
- {fileID: 2100000, guid: 57b1b00e88934aa4a9b02655391742ff, type: 2}
|
||||
- {fileID: 2100000, guid: ae8e47e0a0093084fa5657018f7a9dd7, type: 2}
|
||||
- {fileID: 2100000, guid: edc498df842beb349b6516978df64579, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: 437ec63481174dd4d8cbb2169997c99a, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: fa5365c332b476d438ce7530ba515aa4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e5684df0e3c9db48b9430d8a95710a2, type: 2}
|
||||
- {fileID: 2100000, guid: 8eaf4e7d5a3ca4348bce8d65462d94a1, type: 2}
|
||||
- {fileID: 2100000, guid: 7163ce7ed0c8fb14eb0dc862bbec2cf5, type: 2}
|
||||
- {fileID: 2100000, guid: 0a2c9d2381f1aee4eb526d4febc4581a, type: 2}
|
||||
- {fileID: 2100000, guid: 1bdf50309d1131e47bdd0243e8cd3e88, type: 2}
|
||||
- {fileID: 2100000, guid: 96cfcade25a465a498ea68c8fd7913da, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 5902683238541494785}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &7858359242159578910
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,17 +66,17 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: dc2557d2d27de0042a42c14c984ae517, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: ef85846894a4fb046b8d26d917f4c3c4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e3b784eb20b1e44aa06b2e585411649, type: 2}
|
||||
- {fileID: 2100000, guid: 6d9208c68507e7a4ca8824ff54d1d961, type: 2}
|
||||
- {fileID: 2100000, guid: 8f710b868ecee1c4d91fee462b0c601e, type: 2}
|
||||
- {fileID: 2100000, guid: edc498df842beb349b6516978df64579, type: 2}
|
||||
- {fileID: 2100000, guid: 5c52abdcff56485478bc687db8e35d7f, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: fa5365c332b476d438ce7530ba515aa4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e5684df0e3c9db48b9430d8a95710a2, type: 2}
|
||||
- {fileID: 2100000, guid: e9cf79e8b82263342ad03eee20559eaf, type: 2}
|
||||
- {fileID: 2100000, guid: 8851f7d408b238949bff7c2e5a0d78d0, type: 2}
|
||||
- {fileID: 2100000, guid: 96cfcade25a465a498ea68c8fd7913da, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2760023373335495465}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &1921235608656631350
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,14 +66,14 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: a8d5aefb0f0b2bb47ba9c15a52b15b8c, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: ef85846894a4fb046b8d26d917f4c3c4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e3b784eb20b1e44aa06b2e585411649, type: 2}
|
||||
- {fileID: 2100000, guid: 923f7ec07b3bdbc488fbefc389cb8ee7, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: fa5365c332b476d438ce7530ba515aa4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e5684df0e3c9db48b9430d8a95710a2, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 8301995605897374457}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &5751824864266862566
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,16 +66,16 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 0a3c50463ba9bfc43b68a2235fe1120c, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: ef85846894a4fb046b8d26d917f4c3c4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e3b784eb20b1e44aa06b2e585411649, type: 2}
|
||||
- {fileID: 2100000, guid: edc498df842beb349b6516978df64579, type: 2}
|
||||
- {fileID: 2100000, guid: 6d9208c68507e7a4ca8824ff54d1d961, type: 2}
|
||||
- {fileID: 2100000, guid: f1a781de08e20b24eb410aafde9e3e84, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: fa5365c332b476d438ce7530ba515aa4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e5684df0e3c9db48b9430d8a95710a2, type: 2}
|
||||
- {fileID: 2100000, guid: 96cfcade25a465a498ea68c8fd7913da, type: 2}
|
||||
- {fileID: 2100000, guid: e9cf79e8b82263342ad03eee20559eaf, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 3386009928340401628}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &1304228799366543555
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,18 +66,18 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 0694a96123bb4c14e823e81f116668e2, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: ef85846894a4fb046b8d26d917f4c3c4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e3b784eb20b1e44aa06b2e585411649, type: 2}
|
||||
- {fileID: 2100000, guid: c8c6b888de6616e4dbfebe764c9c0cb5, type: 2}
|
||||
- {fileID: 2100000, guid: 2cc20cea238ad834890220e751d545c0, type: 2}
|
||||
- {fileID: 2100000, guid: 3a20900f78d23944fa74a39408bb1673, type: 2}
|
||||
- {fileID: 2100000, guid: edc498df842beb349b6516978df64579, type: 2}
|
||||
- {fileID: 2100000, guid: 289c8321e55e1a941bf058a89cd0f96b, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: fa5365c332b476d438ce7530ba515aa4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e5684df0e3c9db48b9430d8a95710a2, type: 2}
|
||||
- {fileID: 2100000, guid: fce4dbba0fb5a264c8e3fea2066fd186, type: 2}
|
||||
- {fileID: 2100000, guid: 1b77a18fcec789d4eaf08cf971a62fa5, type: 2}
|
||||
- {fileID: 2100000, guid: 4c4be8b7becbfbe4796a63b48bf402d6, type: 2}
|
||||
- {fileID: 2100000, guid: 96cfcade25a465a498ea68c8fd7913da, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6721112669486109861}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &7035250873767264698
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,19 +66,19 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: e26fa25ef6318664e8b203533d915be1, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: ef85846894a4fb046b8d26d917f4c3c4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e3b784eb20b1e44aa06b2e585411649, type: 2}
|
||||
- {fileID: 2100000, guid: 0694a96123bb4c14e823e81f116668e2, type: 2}
|
||||
- {fileID: 2100000, guid: 2cc20cea238ad834890220e751d545c0, type: 2}
|
||||
- {fileID: 2100000, guid: 3a20900f78d23944fa74a39408bb1673, type: 2}
|
||||
- {fileID: 2100000, guid: 6d9208c68507e7a4ca8824ff54d1d961, type: 2}
|
||||
- {fileID: 2100000, guid: edc498df842beb349b6516978df64579, type: 2}
|
||||
- {fileID: 2100000, guid: 6b852de7dae8a3941bb3a63d66f5deec, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: fa5365c332b476d438ce7530ba515aa4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e5684df0e3c9db48b9430d8a95710a2, type: 2}
|
||||
- {fileID: 2100000, guid: 289c8321e55e1a941bf058a89cd0f96b, type: 2}
|
||||
- {fileID: 2100000, guid: 1b77a18fcec789d4eaf08cf971a62fa5, type: 2}
|
||||
- {fileID: 2100000, guid: 4c4be8b7becbfbe4796a63b48bf402d6, type: 2}
|
||||
- {fileID: 2100000, guid: e9cf79e8b82263342ad03eee20559eaf, type: 2}
|
||||
- {fileID: 2100000, guid: 96cfcade25a465a498ea68c8fd7913da, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
|
@ -30,14 +30,14 @@ Transform:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 3044341668631501711}
|
||||
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
|
||||
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||
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_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0}
|
||||
--- !u!33 &1647094428345306768
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -66,19 +66,19 @@ MeshRenderer:
|
|||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 8a5a33be631d3f941915c81a0d839243, type: 2}
|
||||
- {fileID: 2100000, guid: 8ad833b64f7db264ab85e67067125571, type: 2}
|
||||
- {fileID: 2100000, guid: 9974b757a4433194f91e83bde26de069, type: 2}
|
||||
- {fileID: 2100000, guid: 722bf212f2e508f448346cf72aba269e, type: 2}
|
||||
- {fileID: 2100000, guid: 5c1a90a20a054e840aa965ea456f15a1, type: 2}
|
||||
- {fileID: 2100000, guid: 5b0d38b1a0aa3cb4782fba4b9a528774, type: 2}
|
||||
- {fileID: 2100000, guid: ef85846894a4fb046b8d26d917f4c3c4, type: 2}
|
||||
- {fileID: 2100000, guid: 8e3b784eb20b1e44aa06b2e585411649, type: 2}
|
||||
- {fileID: 2100000, guid: 3a20900f78d23944fa74a39408bb1673, type: 2}
|
||||
- {fileID: 2100000, guid: 6d9208c68507e7a4ca8824ff54d1d961, type: 2}
|
||||
- {fileID: 2100000, guid: 6712fee6e5ea6a0468c2687842a034d7, type: 2}
|
||||
- {fileID: 2100000, guid: d6818abd7fb32c2409e6d6d0c1b1fc3b, type: 2}
|
||||
- {fileID: 2100000, guid: edc498df842beb349b6516978df64579, type: 2}
|
||||
- {fileID: 2100000, guid: 4044fda017558b84986dbd02c7bd143a, type: 2}
|
||||
- {fileID: 2100000, guid: 7876e3bdb59592c4f815fedde787c37e, type: 2}
|
||||
- {fileID: 2100000, guid: 48f115dd1ac80274aa23e34e54805269, type: 2}
|
||||
- {fileID: 2100000, guid: bd12e094389412d4d89510614ac2c164, type: 2}
|
||||
- {fileID: 2100000, guid: ce4d94322c65882478c9c6dc0a92d168, type: 2}
|
||||
- {fileID: 2100000, guid: 10236623513f12c4cb82923408ab50f2, type: 2}
|
||||
- {fileID: 2100000, guid: 0d549e2f2b0754b4ca1906386e1e03e6, type: 2}
|
||||
- {fileID: 2100000, guid: 8e5684df0e3c9db48b9430d8a95710a2, type: 2}
|
||||
- {fileID: 2100000, guid: 4c4be8b7becbfbe4796a63b48bf402d6, type: 2}
|
||||
- {fileID: 2100000, guid: e9cf79e8b82263342ad03eee20559eaf, type: 2}
|
||||
- {fileID: 2100000, guid: b2e5941912dfa18478f841c9d2dfd5b4, type: 2}
|
||||
- {fileID: 2100000, guid: ac9c48212e601a84d851f3bfbfab5211, type: 2}
|
||||
- {fileID: 2100000, guid: 96cfcade25a465a498ea68c8fd7913da, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue