Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
4ee4c466d7 | 2 years ago |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"version": "1.0", |
||||||
|
"components": [ |
||||||
|
"Microsoft.VisualStudio.Workload.ManagedGame" |
||||||
|
] |
||||||
|
} |
@ -1,5 +1,5 @@ |
|||||||
fileFormatVersion: 2 |
fileFormatVersion: 2 |
||||||
guid: b9fb1cbb4f9138c4fa5cec58c8a64e5b |
guid: 07114486ae13cfe4880866b99bfbb3b2 |
||||||
folderAsset: yes |
folderAsset: yes |
||||||
DefaultImporter: |
DefaultImporter: |
||||||
externalObjects: {} |
externalObjects: {} |
@ -0,0 +1,62 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!1 &2380089083381102300 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 2380089083381102302} |
||||||
|
- component: {fileID: 2380089083381102301} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavmeshCar |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &2380089083381102302 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 2380089083381102300} |
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} |
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 0} |
||||||
|
m_RootOrder: 0 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
--- !u!114 &2380089083381102301 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 2380089083381102300} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 7a5ac11cc976e418e8d13136b07e1f52, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_AgentTypeID: -1372625422 |
||||||
|
m_CollectObjects: 0 |
||||||
|
m_Size: {x: 10, y: 10, z: 10} |
||||||
|
m_Center: {x: 0, y: 2, z: 0} |
||||||
|
m_LayerMask: |
||||||
|
serializedVersion: 2 |
||||||
|
m_Bits: 32768 |
||||||
|
m_UseGeometry: 0 |
||||||
|
m_DefaultArea: 0 |
||||||
|
m_IgnoreNavMeshAgent: 1 |
||||||
|
m_IgnoreNavMeshObstacle: 1 |
||||||
|
m_OverrideTileSize: 0 |
||||||
|
m_TileSize: 256 |
||||||
|
m_OverrideVoxelSize: 0 |
||||||
|
m_VoxelSize: 0.1 |
||||||
|
m_BuildHeightMesh: 0 |
||||||
|
m_NavMeshData: {fileID: 0} |
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 2743fa356736aa54dacf2a2dfc10ba70 |
||||||
|
PrefabImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,396 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!1 &7355037758890435898 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 7355037758890435899} |
||||||
|
- component: {fileID: 7355037758890435900} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavMesh Link (2) |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &7355037758890435899 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037758890435898} |
||||||
|
m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} |
||||||
|
m_LocalPosition: {x: -97.58, y: 21.88, z: -30.84} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 7355037759622897694} |
||||||
|
m_RootOrder: 2 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} |
||||||
|
--- !u!114 &7355037758890435900 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037758890435898} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 6eeb5dc026fdf4b488bc7ae0138ab719, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_AgentTypeID: 0 |
||||||
|
m_StartPoint: {x: -0.000000022006212, y: 0, z: -0.9854272} |
||||||
|
m_EndPoint: {x: -0.00000024343174, y: 0, z: 0.872025} |
||||||
|
m_Width: 0 |
||||||
|
m_CostModifier: -1 |
||||||
|
m_Bidirectional: 1 |
||||||
|
m_AutoUpdatePosition: 0 |
||||||
|
m_Area: 0 |
||||||
|
--- !u!1 &7355037759075965970 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 7355037759075965971} |
||||||
|
- component: {fileID: 7355037759075965972} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavMesh Link (1) |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &7355037759075965971 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037759075965970} |
||||||
|
m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} |
||||||
|
m_LocalPosition: {x: -97.58, y: 21.88, z: -34.35} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 7355037759622897694} |
||||||
|
m_RootOrder: 1 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} |
||||||
|
--- !u!114 &7355037759075965972 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037759075965970} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 6eeb5dc026fdf4b488bc7ae0138ab719, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_AgentTypeID: 0 |
||||||
|
m_StartPoint: {x: -0.000000022006212, y: 0, z: -0.9854272} |
||||||
|
m_EndPoint: {x: -0.00000024343174, y: 0, z: 0.872025} |
||||||
|
m_Width: 0 |
||||||
|
m_CostModifier: -1 |
||||||
|
m_Bidirectional: 1 |
||||||
|
m_AutoUpdatePosition: 0 |
||||||
|
m_Area: 0 |
||||||
|
--- !u!1 &7355037759592862883 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 7355037759592862884} |
||||||
|
- component: {fileID: 7355037759592862885} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavMesh Link (6) |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &7355037759592862884 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037759592862883} |
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} |
||||||
|
m_LocalPosition: {x: 3.223, y: 21.88, z: 14.426} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 7355037759622897694} |
||||||
|
m_RootOrder: 6 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
--- !u!114 &7355037759592862885 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037759592862883} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 6eeb5dc026fdf4b488bc7ae0138ab719, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_AgentTypeID: 0 |
||||||
|
m_StartPoint: {x: -0.00000026526908, y: 0, z: -0.79177964} |
||||||
|
m_EndPoint: {x: -0.00000041281092, y: 0, z: 0.4458911} |
||||||
|
m_Width: 0 |
||||||
|
m_CostModifier: -1 |
||||||
|
m_Bidirectional: 1 |
||||||
|
m_AutoUpdatePosition: 0 |
||||||
|
m_Area: 0 |
||||||
|
--- !u!1 &7355037759602312295 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 7355037759602312312} |
||||||
|
- component: {fileID: 7355037759602312313} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavMesh Link (4) |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &7355037759602312312 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037759602312295} |
||||||
|
m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} |
||||||
|
m_LocalPosition: {x: -69.529, y: 21.88, z: 15.454} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 7355037759622897694} |
||||||
|
m_RootOrder: 4 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} |
||||||
|
--- !u!114 &7355037759602312313 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037759602312295} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 6eeb5dc026fdf4b488bc7ae0138ab719, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_AgentTypeID: 0 |
||||||
|
m_StartPoint: {x: -0.00000026526908, y: 0, z: -0.79177964} |
||||||
|
m_EndPoint: {x: -0.00000041281092, y: 0, z: 0.4458911} |
||||||
|
m_Width: 0 |
||||||
|
m_CostModifier: -1 |
||||||
|
m_Bidirectional: 1 |
||||||
|
m_AutoUpdatePosition: 0 |
||||||
|
m_Area: 0 |
||||||
|
--- !u!1 &7355037759622897693 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 7355037759622897694} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavmeshLinkSoldier |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &7355037759622897694 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037759622897693} |
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} |
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: |
||||||
|
- {fileID: 7355037760772243787} |
||||||
|
- {fileID: 7355037759075965971} |
||||||
|
- {fileID: 7355037758890435899} |
||||||
|
- {fileID: 7355037760575379612} |
||||||
|
- {fileID: 7355037759602312312} |
||||||
|
- {fileID: 7355037760067979831} |
||||||
|
- {fileID: 7355037759592862884} |
||||||
|
m_Father: {fileID: 0} |
||||||
|
m_RootOrder: 0 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
--- !u!1 &7355037760067979830 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 7355037760067979831} |
||||||
|
- component: {fileID: 7355037760067979976} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavMesh Link (5) |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &7355037760067979831 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037760067979830} |
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} |
||||||
|
m_LocalPosition: {x: -57.09, y: 21.88, z: 13.45} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 7355037759622897694} |
||||||
|
m_RootOrder: 5 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
--- !u!114 &7355037760067979976 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037760067979830} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 6eeb5dc026fdf4b488bc7ae0138ab719, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_AgentTypeID: 0 |
||||||
|
m_StartPoint: {x: -0.00000026526908, y: 0, z: -0.79177964} |
||||||
|
m_EndPoint: {x: 0.0430336, y: 0, z: 1.3434238} |
||||||
|
m_Width: 0 |
||||||
|
m_CostModifier: -1 |
||||||
|
m_Bidirectional: 1 |
||||||
|
m_AutoUpdatePosition: 0 |
||||||
|
m_Area: 0 |
||||||
|
--- !u!1 &7355037760575379611 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 7355037760575379612} |
||||||
|
- component: {fileID: 7355037760575379613} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavMesh Link (3) |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &7355037760575379612 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037760575379611} |
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} |
||||||
|
m_LocalPosition: {x: -99.963, y: 21.88, z: -17.195} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 7355037759622897694} |
||||||
|
m_RootOrder: 3 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
--- !u!114 &7355037760575379613 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037760575379611} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 6eeb5dc026fdf4b488bc7ae0138ab719, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_AgentTypeID: 0 |
||||||
|
m_StartPoint: {x: -0.000000022006212, y: 0, z: -0.9854272} |
||||||
|
m_EndPoint: {x: -0.00000024343174, y: 0, z: 0.872025} |
||||||
|
m_Width: 0 |
||||||
|
m_CostModifier: -1 |
||||||
|
m_Bidirectional: 1 |
||||||
|
m_AutoUpdatePosition: 0 |
||||||
|
m_Area: 0 |
||||||
|
--- !u!1 &7355037760772243786 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 7355037760772243787} |
||||||
|
- component: {fileID: 7355037760772243788} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavMesh Link |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &7355037760772243787 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037760772243786} |
||||||
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} |
||||||
|
m_LocalPosition: {x: 96.36, y: 6.732, z: 42.99} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 7355037759622897694} |
||||||
|
m_RootOrder: 0 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
--- !u!114 &7355037760772243788 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7355037760772243786} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 6eeb5dc026fdf4b488bc7ae0138ab719, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_AgentTypeID: 0 |
||||||
|
m_StartPoint: {x: -0.009735107, y: 0, z: -0.58861923} |
||||||
|
m_EndPoint: {x: -0.091552734, y: 0, z: 0.7137642} |
||||||
|
m_Width: 0 |
||||||
|
m_CostModifier: -1 |
||||||
|
m_Bidirectional: 1 |
||||||
|
m_AutoUpdatePosition: 0 |
||||||
|
m_Area: 0 |
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: f0035db8e1fcac3419048e078d49f4bd |
||||||
|
PrefabImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 4a58a30e9431b5c4d9033b022826e31a |
||||||
|
PrefabImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 936e06daa5653074d8e9a1a6e72fd9af |
||||||
|
PrefabImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,62 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!1 &4703827535018651897 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 4703827535018651898} |
||||||
|
- component: {fileID: 4703827535018651899} |
||||||
|
m_Layer: 0 |
||||||
|
m_Name: NavmeshSoldier |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!4 &4703827535018651898 |
||||||
|
Transform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 4703827535018651897} |
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} |
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 0} |
||||||
|
m_RootOrder: 0 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
--- !u!114 &4703827535018651899 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 4703827535018651897} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 7a5ac11cc976e418e8d13136b07e1f52, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_AgentTypeID: 0 |
||||||
|
m_CollectObjects: 0 |
||||||
|
m_Size: {x: 10, y: 10, z: 10} |
||||||
|
m_Center: {x: 0, y: 2, z: 0} |
||||||
|
m_LayerMask: |
||||||
|
serializedVersion: 2 |
||||||
|
m_Bits: 98304 |
||||||
|
m_UseGeometry: 0 |
||||||
|
m_DefaultArea: 0 |
||||||
|
m_IgnoreNavMeshAgent: 1 |
||||||
|
m_IgnoreNavMeshObstacle: 1 |
||||||
|
m_OverrideTileSize: 0 |
||||||
|
m_TileSize: 256 |
||||||
|
m_OverrideVoxelSize: 0 |
||||||
|
m_VoxelSize: 0.07666667 |
||||||
|
m_BuildHeightMesh: 0 |
||||||
|
m_NavMeshData: {fileID: 0} |
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: d1ef081a16ee84d40b11d430fcf33c9d |
||||||
|
PrefabImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: e1dc756bbbf216e42b3894c6c0131650 |
||||||
|
PrefabImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -1,5 +1,5 @@ |
|||||||
fileFormatVersion: 2 |
fileFormatVersion: 2 |
||||||
guid: 8c84dfa860af9d5439018405cda713ed |
guid: 5d54de1b5124c344797edae3f59ce32e |
||||||
folderAsset: yes |
folderAsset: yes |
||||||
DefaultImporter: |
DefaultImporter: |
||||||
externalObjects: {} |
externalObjects: {} |
@ -1,5 +1,5 @@ |
|||||||
fileFormatVersion: 2 |
fileFormatVersion: 2 |
||||||
guid: ab16545e1d91014468a2ee03fc66207c |
guid: b382b72b01ad04844a0115a962f58496 |
||||||
folderAsset: yes |
folderAsset: yes |
||||||
DefaultImporter: |
DefaultImporter: |
||||||
externalObjects: {} |
externalObjects: {} |
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 09aaecdaed0b2664093c13b9abab49a8 |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: buildingscene |
||||||
|
assetBundleVariant: |
@ -0,0 +1,126 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 199a5117d935faa4886b46b35bfd48b7 |
||||||
|
ModelImporter: |
||||||
|
serializedVersion: 23 |
||||||
|
fileIDToRecycleName: |
||||||
|
100000: B1_Xunlu |
||||||
|
100002: F1_wall |
||||||
|
100004: LT10(B1-F1,1.8) |
||||||
|
100006: LT10(B1-F1,1.8) 1 |
||||||
|
100008: LT11(B1-F1,1.8) |
||||||
|
100010: LT11(B1-F1,1.8) 1 |
||||||
|
100012: //RootNode |
||||||
|
400000: B1_Xunlu |
||||||
|
400002: F1_wall |
||||||
|
400004: LT10(B1-F1,1.8) |
||||||
|
400006: LT10(B1-F1,1.8) 1 |
||||||
|
400008: LT11(B1-F1,1.8) |
||||||
|
400010: LT11(B1-F1,1.8) 1 |
||||||
|
400012: //RootNode |
||||||
|
2100000: Floor_color |
||||||
|
2100002: Wall_Color |
||||||
|
2100004: LT1 |
||||||
|
2300000: B1_Xunlu |
||||||
|
2300002: F1_wall |
||||||
|
2300004: LT10(B1-F1,1.8) |
||||||
|
2300006: LT10(B1-F1,1.8) 1 |
||||||
|
2300008: LT11(B1-F1,1.8) |
||||||
|
2300010: LT11(B1-F1,1.8) 1 |
||||||
|
3300000: B1_Xunlu |
||||||
|
3300002: F1_wall |
||||||
|
3300004: LT10(B1-F1,1.8) |
||||||
|
3300006: LT10(B1-F1,1.8) 1 |
||||||
|
3300008: LT11(B1-F1,1.8) |
||||||
|
3300010: LT11(B1-F1,1.8) 1 |
||||||
|
4300000: B1_Xunlu |
||||||
|
4300002: F1_wall |
||||||
|
4300004: LT11(B1-F1,1.8) |
||||||
|
4300006: LT11(B1-F1,1.8) |
||||||
|
4300008: LT10(B1-F1,1.8) |
||||||
|
4300010: LT10(B1-F1,1.8) |
||||||
|
externalObjects: {} |
||||||
|
materials: |
||||||
|
importMaterials: 1 |
||||||
|
materialName: 0 |
||||||
|
materialSearch: 1 |
||||||
|
materialLocation: 1 |
||||||
|
animations: |
||||||
|
legacyGenerateAnimations: 4 |
||||||
|
bakeSimulation: 0 |
||||||
|
resampleCurves: 1 |
||||||
|
optimizeGameObjects: 0 |
||||||
|
motionNodeName: |
||||||
|
rigImportErrors: |
||||||
|
rigImportWarnings: |
||||||
|
animationImportErrors: |
||||||
|
animationImportWarnings: |
||||||
|
animationRetargetingWarnings: |
||||||
|
animationDoRetargetingWarnings: 0 |
||||||
|
importAnimatedCustomProperties: 0 |
||||||
|
importConstraints: 0 |
||||||
|
animationCompression: 1 |
||||||
|
animationRotationError: 0.5 |
||||||
|
animationPositionError: 0.5 |
||||||
|
animationScaleError: 0.5 |
||||||
|
animationWrapMode: 0 |
||||||
|
extraExposedTransformPaths: [] |
||||||
|
extraUserProperties: [] |
||||||
|
clipAnimations: [] |
||||||
|
isReadable: 1 |
||||||
|
meshes: |
||||||
|
lODScreenPercentages: [] |
||||||
|
globalScale: 1 |
||||||
|
meshCompression: 0 |
||||||
|
addColliders: 0 |
||||||
|
useSRGBMaterialColor: 1 |
||||||
|
importVisibility: 1 |
||||||
|
importBlendShapes: 1 |
||||||
|
importCameras: 1 |
||||||
|
importLights: 1 |
||||||
|
swapUVChannels: 0 |
||||||
|
generateSecondaryUV: 0 |
||||||
|
useFileUnits: 1 |
||||||
|
optimizeMeshForGPU: 1 |
||||||
|
keepQuads: 0 |
||||||
|
weldVertices: 1 |
||||||
|
preserveHierarchy: 0 |
||||||
|
indexFormat: 0 |
||||||
|
secondaryUVAngleDistortion: 8 |
||||||
|
secondaryUVAreaDistortion: 15.000001 |
||||||
|
secondaryUVHardAngle: 88 |
||||||
|
secondaryUVPackMargin: 4 |
||||||
|
useFileScale: 1 |
||||||
|
previousCalculatedGlobalScale: 1 |
||||||
|
hasPreviousCalculatedGlobalScale: 0 |
||||||
|
tangentSpace: |
||||||
|
normalSmoothAngle: 60 |
||||||
|
normalImportMode: 0 |
||||||
|
tangentImportMode: 3 |
||||||
|
normalCalculationMode: 4 |
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 |
||||||
|
blendShapeNormalImportMode: 1 |
||||||
|
normalSmoothingSource: 0 |
||||||
|
importAnimation: 1 |
||||||
|
copyAvatar: 0 |
||||||
|
humanDescription: |
||||||
|
serializedVersion: 2 |
||||||
|
human: [] |
||||||
|
skeleton: [] |
||||||
|
armTwist: 0.5 |
||||||
|
foreArmTwist: 0.5 |
||||||
|
upperLegTwist: 0.5 |
||||||
|
legTwist: 0.5 |
||||||
|
armStretch: 0.05 |
||||||
|
legStretch: 0.05 |
||||||
|
feetSpacing: 0 |
||||||
|
rootMotionBoneName: |
||||||
|
hasTranslationDoF: 0 |
||||||
|
hasExtraRoot: 0 |
||||||
|
skeletonHasParents: 1 |
||||||
|
lastHumanDescriptionAvatarSource: {instanceID: 0} |
||||||
|
animationType: 0 |
||||||
|
humanoidOversampling: 1 |
||||||
|
additionalBone: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -1,5 +1,5 @@ |
|||||||
fileFormatVersion: 2 |
fileFormatVersion: 2 |
||||||
guid: 28e5b96b8ef7ca84cb21fab9f29ebddd |
guid: 45f5943eb0553c0438f7740daaa1ff2b |
||||||
folderAsset: yes |
folderAsset: yes |
||||||
DefaultImporter: |
DefaultImporter: |
||||||
externalObjects: {} |
externalObjects: {} |
@ -0,0 +1,160 @@ |
|||||||
|
using System.Collections; |
||||||
|
using System.Collections.Generic; |
||||||
|
using UnityEngine; |
||||||
|
using UnityEditor; |
||||||
|
using System.IO; |
||||||
|
using System; |
||||||
|
|
||||||
|
public class DeleteMissingScripts : EditorWindow |
||||||
|
{ |
||||||
|
[MenuItem("Tools/移除丢失的脚本")] |
||||||
|
public static void RemoveMissingScript() |
||||||
|
{ |
||||||
|
GameObject[] pAllObjects = (GameObject[])Resources.FindObjectsOfTypeAll(typeof(GameObject)); |
||||||
|
int r; |
||||||
|
int j; |
||||||
|
for (int i = 0; i < pAllObjects.Length; i++) |
||||||
|
|
||||||
|
{ |
||||||
|
if (pAllObjects[i].hideFlags == HideFlags.None)//HideFlags.None 获取Hierarchy面板所有Object |
||||||
|
|
||||||
|
{ |
||||||
|
var components = pAllObjects[i].GetComponents<Component>(); |
||||||
|
|
||||||
|
var serializedObject = new SerializedObject(pAllObjects[i]); // 将object序列化 |
||||||
|
|
||||||
|
var prop = serializedObject.FindProperty("m_Component"); //得到object的Component序列化数组 |
||||||
|
|
||||||
|
r = 0; |
||||||
|
for (j = 0; j < components.Length; j++) |
||||||
|
|
||||||
|
{ |
||||||
|
if (components[j] == null) |
||||||
|
|
||||||
|
{ |
||||||
|
prop.DeleteArrayElementAtIndex(j - r); |
||||||
|
|
||||||
|
r++; |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
serializedObject.ApplyModifiedProperties(); |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
[MenuItem("Tools/添加缺失克隆类型")] |
||||||
|
public static void AddCloneTypes() |
||||||
|
{ |
||||||
|
Transform[] obj = Selection.GetTransforms(SelectionMode.Deep); |
||||||
|
for (int i = 0; i < obj.Length; i++) |
||||||
|
{ |
||||||
|
if (obj[i].GetComponent<CloneableEnums>()) |
||||||
|
{ |
||||||
|
var types = obj[i].GetComponent<CloneableEnums>().CloneableTypes; |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[MenuItem("Tools/添加克隆类型帮助类(非油罐类型)")] |
||||||
|
public static void AddCloneTypesHelper() |
||||||
|
{ |
||||||
|
Transform[] obj = Selection.GetTransforms(SelectionMode.Deep); |
||||||
|
for (int i = 0; i < obj.Length; i++) |
||||||
|
{ |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
[MenuItem("Tools/检查是否有没有添加的克隆类型")] |
||||||
|
public static void CheckEmptyCloneTypes() |
||||||
|
{ |
||||||
|
Transform[] obj = Selection.GetTransforms(SelectionMode.Deep); |
||||||
|
for (int i = 0; i < obj.Length; i++) |
||||||
|
{ |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
private static bool FindShiNei(Transform p) |
||||||
|
{ |
||||||
|
if (p.name.ToLower() == "shinei") |
||||||
|
{ |
||||||
|
return true; |
||||||
|
} |
||||||
|
else |
||||||
|
{ |
||||||
|
if (p.parent != null) |
||||||
|
{ |
||||||
|
return FindShiNei(p.parent); |
||||||
|
} |
||||||
|
else |
||||||
|
{ |
||||||
|
return false; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
[MenuItem("MyTools/LgsTools/智能检测/Remove Missing-MonoBehavior Component")] |
||||||
|
static public void RemoveMissComponent() |
||||||
|
{ |
||||||
|
//此处地址为根地址,代码会从这个地址的文件夹下开始遍历里面的所有文件夹的所有预置体以及它的子物体 |
||||||
|
string path = Application.dataPath + "/17GuiGangWYGC"; |
||||||
|
string[] getFoder = Directory.GetDirectories(path); |
||||||
|
searchFile(getFoder); |
||||||
|
} |
||||||
|
|
||||||
|
//递归遍历文件夹 |
||||||
|
static public void searchFile(string[] path) |
||||||
|
{ |
||||||
|
foreach (string item in path) |
||||||
|
{ |
||||||
|
string[] getFile = Directory.GetFiles(item); |
||||||
|
foreach (string file in getFile) |
||||||
|
{ |
||||||
|
FileInfo fileInfo = new FileInfo(file); |
||||||
|
if (fileInfo.Extension.Equals(".Prefab", StringComparison.CurrentCultureIgnoreCase)) |
||||||
|
{ |
||||||
|
CheckMissMonoBehavior(file); |
||||||
|
} |
||||||
|
} |
||||||
|
string[] getFoder = Directory.GetDirectories(item); |
||||||
|
searchFile(getFoder); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
/// <summary> |
||||||
|
/// 删除一个Prefab上的空脚本 |
||||||
|
/// </summary> |
||||||
|
/// <param name="path">prefab路径 例Assets/Resources/FriendInfo.prefab</param> |
||||||
|
static void CheckMissMonoBehavior(string path) |
||||||
|
{ |
||||||
|
//先截取路径,使路径从ASSETS开始 |
||||||
|
int index = path.IndexOf("Assets/", StringComparison.CurrentCultureIgnoreCase); |
||||||
|
string newPath = path.Substring(index); |
||||||
|
GameObject obj = AssetDatabase.LoadAssetAtPath(newPath, typeof(GameObject)) as GameObject; |
||||||
|
//实例化物体 |
||||||
|
GameObject go = PrefabUtility.InstantiatePrefab(obj) as GameObject; |
||||||
|
//递归删除 |
||||||
|
searchChild(go); |
||||||
|
// 将数据替换到asset |
||||||
|
|
||||||
|
PrefabUtility.SaveAsPrefabAsset(go, newPath); |
||||||
|
|
||||||
|
go.hideFlags = HideFlags.HideAndDontSave; |
||||||
|
//删除掉实例化的对象 |
||||||
|
DestroyImmediate(go); |
||||||
|
} |
||||||
|
//递归物体的子物体 |
||||||
|
static public void searchChild(GameObject gameObject) |
||||||
|
{ |
||||||
|
int number = GameObjectUtility.RemoveMonoBehavioursWithMissingScript(gameObject); |
||||||
|
if (gameObject.transform.childCount > 0) |
||||||
|
{ |
||||||
|
for (int i = 0; i < gameObject.transform.childCount; i++) |
||||||
|
{ |
||||||
|
searchChild(gameObject.transform.GetChild(i).gameObject); |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 485baef95b3f1434fa86b05364a545a9 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
Before Width: | Height: | Size: 800 KiB After Width: | Height: | Size: 788 KiB |
Before Width: | Height: | Size: 746 KiB After Width: | Height: | Size: 745 KiB |
Before Width: | Height: | Size: 583 KiB After Width: | Height: | Size: 669 KiB |
@ -1,8 +0,0 @@ |
|||||||
fileFormatVersion: 2 |
|
||||||
guid: 8e5eaf544413baf459087155a43e5b4d |
|
||||||
NativeFormatImporter: |
|
||||||
externalObjects: {} |
|
||||||
mainObjectFileID: 23800000 |
|
||||||
userData: |
|
||||||
assetBundleName: |
|
||||||
assetBundleVariant: |
|
@ -1,8 +0,0 @@ |
|||||||
fileFormatVersion: 2 |
|
||||||
guid: fe146f76deccf004dbad9a9391b5a89b |
|
||||||
NativeFormatImporter: |
|
||||||
externalObjects: {} |
|
||||||
mainObjectFileID: 23800000 |
|
||||||
userData: |
|
||||||
assetBundleName: |
|
||||||
assetBundleVariant: |
|
@ -1,9 +0,0 @@ |
|||||||
fileFormatVersion: 2 |
|
||||||
guid: 4854b9ada2961b544afec0a5111e5620 |
|
||||||
timeCreated: 1528168047 |
|
||||||
licenseType: Pro |
|
||||||
NativeFormatImporter: |
|
||||||
mainObjectFileID: 23800000 |
|
||||||
userData: |
|
||||||
assetBundleName: |
|
||||||
assetBundleVariant: |
|
@ -1,9 +0,0 @@ |
|||||||
fileFormatVersion: 2 |
|
||||||
guid: b7fc031d782a22a41a89870b769a16cb |
|
||||||
timeCreated: 1528165978 |
|
||||||
licenseType: Pro |
|
||||||
NativeFormatImporter: |
|
||||||
mainObjectFileID: 23800000 |
|
||||||
userData: |
|
||||||
assetBundleName: |
|
||||||
assetBundleVariant: |
|
@ -1,9 +0,0 @@ |
|||||||
fileFormatVersion: 2 |
|
||||||
guid: 0470234944b163749bbc28f0268db316 |
|
||||||
timeCreated: 1528168042 |
|
||||||
licenseType: Pro |
|
||||||
NativeFormatImporter: |
|
||||||
mainObjectFileID: 23800000 |
|
||||||
userData: |
|
||||||
assetBundleName: |
|
||||||
assetBundleVariant: |
|
@ -1,9 +0,0 @@ |
|||||||
fileFormatVersion: 2 |
|
||||||
guid: 90b5a6c2082aced479647e8be3e6462d |
|
||||||
timeCreated: 1528165184 |
|
||||||
licenseType: Pro |
|
||||||
NativeFormatImporter: |
|
||||||
mainObjectFileID: 23800000 |
|
||||||
userData: |
|
||||||
assetBundleName: |
|
||||||
assetBundleVariant: |
|
@ -1,5 +1,5 @@ |
|||||||
fileFormatVersion: 2 |
fileFormatVersion: 2 |
||||||
guid: c29d4ec45ad681b4b8703f53e6bdbad1 |
guid: d8d77aa48bcaf624c8cbc243126d9b68 |
||||||
NativeFormatImporter: |
NativeFormatImporter: |
||||||
externalObjects: {} |
externalObjects: {} |
||||||
mainObjectFileID: 23800000 |
mainObjectFileID: 23800000 |
@ -1,5 +1,5 @@ |
|||||||
fileFormatVersion: 2 |
fileFormatVersion: 2 |
||||||
guid: fb97f379c93ae4143aaea7d70702d013 |
guid: 58e6c1dc991b2be42886ead2f814275a |
||||||
NativeFormatImporter: |
NativeFormatImporter: |
||||||
externalObjects: {} |
externalObjects: {} |
||||||
mainObjectFileID: 23800000 |
mainObjectFileID: 23800000 |
After Width: | Height: | Size: 289 KiB |
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: e9c55ed4085cc324cabd69d52a7c7a95 |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -1,54 +1,36 @@ |
|||||||
[ |
[ |
||||||
{ |
{ |
||||||
"SceneName": "维多利亚酒店", |
"SceneName": "吾悦广场", |
||||||
"AllRoadPos": [ |
"AllRoadPos": [ |
||||||
{ |
{ |
||||||
"x": -331.1, |
"x": 381.1, |
||||||
"y": 52.2 |
"y": -248.8 |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"x": -329.7, |
"x": 109.2, |
||||||
"y": 19.7 |
"y": -263.6 |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"x": 231.0, |
"x": 0, |
||||||
"y": 10.2 |
"y": -174 |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"x": 231.7, |
"x": -189.5, |
||||||
"y": 55.9 |
"y": -164.1 |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"x": 254.7, |
"x": -306, |
||||||
"y": 55.8 |
"y": -218.9 |
||||||
} |
|
||||||
], |
|
||||||
"ImagePath": "Police/PoliceTexture/行车路线.jpg" |
|
||||||
}, |
|
||||||
{ |
|
||||||
"SceneName": "建设路商业街", |
|
||||||
"AllRoadPos": [ |
|
||||||
{ |
|
||||||
"x": -414.8, |
|
||||||
"y": -250.4 |
|
||||||
}, |
|
||||||
{ |
|
||||||
"x": -419.9, |
|
||||||
"y": -275.4 |
|
||||||
}, |
|
||||||
{ |
|
||||||
"x": -182.7, |
|
||||||
"y": -275.4 |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"x": 215.9, |
"x": -341.4, |
||||||
"y": 24.6 |
"y": 0 |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"x": 254, |
"x": -334.9, |
||||||
"y": 181.7 |
"y": 249.2 |
||||||
} |
} |
||||||
], |
], |
||||||
"ImagePath": "Police/PoliceTexture/建设路1.png" |
"ImagePath": "Police/PoliceTexture/吾悦广场.png" |
||||||
} |
} |
||||||
] |
] |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 267da450d5d4bd643a68c9e83e490c7a |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: e4e472ac71c9f1f41849252302054a82 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: d03bde602cf2b544aa0f35ae158133b9 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 3d63ed17d4f53d74e8bc277cb7e69d44 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 70cdb14ad8dc2594eb855ffe9663ec06 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 3f088dcb29eb7af47a90294b623990f9 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: d4010617539fd2b4d97d29d0cd6a9058 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
After Width: | Height: | Size: 289 KiB |
@ -0,0 +1,88 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: b67c933294d5bcc4a89ac09c11ee6f43 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 0 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 1 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: df93ba3816759a04bb8d2d586f0f0a38 |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
After Width: | Height: | Size: 305 KiB |
@ -0,0 +1,88 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: a9180ee5dc64a434ab1eaeb504adaff6 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: -1 |
||||||
|
wrapV: -1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 1 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 0 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 0 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 0 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |