diff --git a/Assets/Resources/Data/CharacterData.asset b/Assets/Resources/Data/CharacterData.asset index b7e1c4c8d..78466aed8 100644 --- a/Assets/Resources/Data/CharacterData.asset +++ b/Assets/Resources/Data/CharacterData.asset @@ -31,10 +31,10 @@ MonoBehaviour: _sphereColliderRadius: 7.2 _sphereColliderRadiusIncrease: 1.365 _healthPoints: 100 - _walkSpeed: 4.6 - _runSpeed: 7.4 - _inBattleWalkSpeed: 2 - _inBattleRunSpeed: 3 + _walkSpeed: 10 + _runSpeed: 15 + _inBattleWalkSpeed: 5 + _inBattleRunSpeed: 10 _jumpHorizontalForce: 4.56 _jumpVerticalForce: 4.52 _groundCheckHeight: 1.2 @@ -61,6 +61,6 @@ MonoBehaviour: _rollFrameDistance: 5.55 _rollAnimationSpeed: 1 _characterStatsSettings: - _physicalPower: 2 + _physicalPower: 0.5 _physicalDamageResistance: 0.25 _stunProbabilityResistance: 0.075 diff --git a/Assets/Resources/Data/LocationData.asset b/Assets/Resources/Data/LocationData.asset index 8703c0e2a..3d446a8f0 100644 --- a/Assets/Resources/Data/LocationData.asset +++ b/Assets/Resources/Data/LocationData.asset @@ -25,3 +25,19 @@ MonoBehaviour: _position: {x: 0, y: 0, z: 0} _eulers: {x: 0, y: 0, z: 0} _scale: {x: 0, y: 0, z: 0} + - _spawnData: + _spawningDataType: 3 + _spawningEnemyData: {fileID: 11400000, guid: 43398a2c55450574da94b5cc7b25fbca, + type: 2} + _spawnPosition: + _position: {x: 0, y: 0, z: 0} + _eulers: {x: 0, y: 0, z: 0} + _scale: {x: 0, y: 0, z: 0} + - _spawnData: + _spawningDataType: 4 + _spawningEnemyData: {fileID: 11400000, guid: 6f4d6585a6392aa458b855cea773e197, + type: 2} + _spawnPosition: + _position: {x: 0, y: 0, z: 0} + _eulers: {x: 0, y: 0, z: 0} + _scale: {x: 0, y: 0, z: 0} diff --git a/Assets/Resources/Data/RatData.asset b/Assets/Resources/Data/RatData.asset new file mode 100644 index 000000000..7ca3a3175 --- /dev/null +++ b/Assets/Resources/Data/RatData.asset @@ -0,0 +1,29 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8fb2be35384bf3642965f30412720131, type: 3} + m_Name: RatData + m_EditorClassIdentifier: + BaseStats: + MaxHealth: 10 + BaseStats: + _physicalPower: 0 + _physicalDamageResistance: 0 + _stunProbabilityResistance: 0 + Prefab: {fileID: 4477071089374910064, guid: 4f85483daea38534dab53d71e6c8e51a, + type: 3} + RatStats: + RunningRadius: 10 + MoveSpeed: 0.3 + JumpHeight: 0 + ViewRadius: 10 + ViewAngle: 120 + CanIdle: 1 diff --git a/Assets/Resources/Data/RatData.asset.meta b/Assets/Resources/Data/RatData.asset.meta new file mode 100644 index 000000000..289ba3eaa --- /dev/null +++ b/Assets/Resources/Data/RatData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6f4d6585a6392aa458b855cea773e197 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Rat 1.prefab b/Assets/Resources/Rat 1.prefab new file mode 100644 index 000000000..3bf23fcce --- /dev/null +++ b/Assets/Resources/Rat 1.prefab @@ -0,0 +1,418 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2245880166136033208 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2245880166136033214} + - component: {fileID: 2245880166136033215} + - component: {fileID: 2245880166136033212} + - component: {fileID: 2245880166136033213} + - component: {fileID: 2245880166136033210} + - component: {fileID: 2245880166136033211} + m_Layer: 0 + m_Name: Rat 1 + m_TagString: Rabbit + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2245880166136033214 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2245880166136033208} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.2957201, y: 0.66236395, z: 1.4378495} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_Children: + - {fileID: 5265560998916428047} + - {fileID: 5265560998758330424} + - {fileID: 5265560999150818291} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2245880166136033215 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2245880166136033208} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &2245880166136033212 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2245880166136033208} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!136 &2245880166136033213 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2245880166136033208} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + m_Radius: 0.5 + m_Height: 2 + m_Direction: 1 + m_Center: {x: 0, y: 0, z: 0} +--- !u!54 &2245880166136033210 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2245880166136033208} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &2245880166136033211 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2245880166136033208} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ca8c0632839b858468e5195b7c0fc210, type: 3} + m_Name: + m_EditorClassIdentifier: + _type: 0 +--- !u!1 &5265560998758330425 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5265560998758330424} + - component: {fileID: 5265560998758330429} + - component: {fileID: 5265560998758330426} + - component: {fileID: 5265560998758330427} + m_Layer: 0 + m_Name: EyeLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5265560998758330424 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560998758330425} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.05, y: 0.98, z: -0.18} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_Children: [] + m_Father: {fileID: 2245880166136033214} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5265560998758330429 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560998758330425} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &5265560998758330426 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560998758330425} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!135 &5265560998758330427 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560998758330425} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Radius: 0.5 + m_Center: {x: 0, y: 0, z: 0} +--- !u!1 &5265560998916428044 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5265560998916428047} + - component: {fileID: 5265560998916428032} + - component: {fileID: 5265560998916428033} + - component: {fileID: 5265560998916428046} + m_Layer: 0 + m_Name: EyeRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5265560998916428047 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560998916428044} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.04, y: 0.98, z: 0.18} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_Children: [] + m_Father: {fileID: 2245880166136033214} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5265560998916428032 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560998916428044} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &5265560998916428033 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560998916428044} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!135 &5265560998916428046 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560998916428044} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Radius: 0.5 + m_Center: {x: 0, y: 0, z: 0} +--- !u!1 &5265560999150818288 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5265560999150818291} + - component: {fileID: 5265560999150818292} + - component: {fileID: 5265560999150818293} + - component: {fileID: 5265560999150818290} + m_Layer: 0 + m_Name: Nose + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5265560999150818291 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560999150818288} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.15, y: 0.95, z: 0} + m_LocalScale: {x: 0.2, y: 0.2, z: 0.2} + m_Children: [] + m_Father: {fileID: 2245880166136033214} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5265560999150818292 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560999150818288} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &5265560999150818293 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560999150818288} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!136 &5265560999150818290 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5265560999150818288} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + m_Radius: 0.5 + m_Height: 2 + m_Direction: 1 + m_Center: {x: 0, y: 0, z: 0} diff --git a/Assets/Resources/Rat 1.prefab.meta b/Assets/Resources/Rat 1.prefab.meta new file mode 100644 index 000000000..e70897c65 --- /dev/null +++ b/Assets/Resources/Rat 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e2a8b85b7c411a944836e1a031ecef76 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Rat.prefab b/Assets/Resources/Rat.prefab new file mode 100644 index 000000000..201f7295e --- /dev/null +++ b/Assets/Resources/Rat.prefab @@ -0,0 +1,129 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6213278396531185042 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6213278396531185044} + - component: {fileID: 6213278396531185045} + - component: {fileID: 6213278396531185046} + - component: {fileID: 6213278396531185047} + - component: {fileID: 6213278396531185040} + - component: {fileID: 6213278396531185041} + m_Layer: 0 + m_Name: Rat + m_TagString: Rabbit + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6213278396531185044 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6213278396531185042} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 1.1059251, y: 0.16166043, z: -1.2192259} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6213278396531185045 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6213278396531185042} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &6213278396531185046 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6213278396531185042} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!136 &6213278396531185047 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6213278396531185042} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + m_Radius: 0.5 + m_Height: 2 + m_Direction: 1 + m_Center: {x: 0, y: 0, z: 0} +--- !u!54 &6213278396531185040 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6213278396531185042} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &6213278396531185041 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6213278396531185042} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ca8c0632839b858468e5195b7c0fc210, type: 3} + m_Name: + m_EditorClassIdentifier: + _type: 0 diff --git a/Assets/Resources/Rat.prefab.meta b/Assets/Resources/Rat.prefab.meta new file mode 100644 index 000000000..d66885d09 --- /dev/null +++ b/Assets/Resources/Rat.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 820afe2dd7cb6714a95ad9bd5a32c5f8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Rat2.prefab b/Assets/Resources/Rat2.prefab new file mode 100644 index 000000000..f8a599d04 --- /dev/null +++ b/Assets/Resources/Rat2.prefab @@ -0,0 +1,587 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2249615465771451159 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7597503008723229096} + - component: {fileID: 8134877313405322784} + m_Layer: 0 + m_Name: Trail + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7597503008723229096 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2249615465771451159} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 2, y: 2, z: 2} + m_Children: [] + m_Father: {fileID: 2640654069695165060} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!96 &8134877313405322784 +TrailRenderer: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2249615465771451159} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10306, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Time: 0.3 + m_Parameters: + serializedVersion: 3 + widthMultiplier: 1 + widthCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0.0057803467 + value: 0.20261252 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorGradient: + serializedVersion: 2 + key0: {r: 0.74509805, g: 1, b: 0.21226418, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + numCornerVertices: 0 + numCapVertices: 0 + alignment: 0 + textureMode: 0 + shadowBias: 0.5 + generateLightingData: 0 + m_MinVertexDistance: 0.1 + m_Autodestruct: 0 + m_Emitting: 1 +--- !u!1 &2640654069695165058 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2640654069695165060} + - component: {fileID: 2640654069695165061} + - component: {fileID: 2640654069695165062} + - component: {fileID: 2640654069695165063} + - component: {fileID: 2640654069695165056} + - component: {fileID: 2640654069695165057} + m_Layer: 0 + m_Name: Rat2 + m_TagString: Rabbit + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2640654069695165060 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2640654069695165058} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -2.9762456, y: 0.84, z: -7.886647} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_Children: + - {fileID: 8258620035315797045} + - {fileID: 8258620035692014850} + - {fileID: 8258620036088172233} + - {fileID: 4291795198143487252} + - {fileID: 7597503008723229096} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2640654069695165061 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2640654069695165058} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &2640654069695165062 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2640654069695165058} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!136 &2640654069695165063 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2640654069695165058} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + m_Radius: 0.5 + m_Height: 2 + m_Direction: 1 + m_Center: {x: 0, y: 0, z: 0} +--- !u!54 &2640654069695165056 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2640654069695165058} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &2640654069695165057 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2640654069695165058} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ca8c0632839b858468e5195b7c0fc210, type: 3} + m_Name: + m_EditorClassIdentifier: + _type: 0 +--- !u!1 &4291795198143487251 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4291795198143487252} + - component: {fileID: 4291795198143487255} + - component: {fileID: 4291795198143487254} + m_Layer: 0 + m_Name: Tail + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4291795198143487252 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4291795198143487251} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.15, y: -1.06, z: 0} + m_LocalScale: {x: 0.2, y: 0.45, z: 0.2} + m_Children: [] + m_Father: {fileID: 2640654069695165060} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4291795198143487255 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4291795198143487251} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4291795198143487254 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4291795198143487251} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8258620035315797046 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8258620035315797045} + - component: {fileID: 8258620035315797050} + - component: {fileID: 8258620035315797051} + m_Layer: 0 + m_Name: EyeRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8258620035315797045 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8258620035315797046} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.04, y: 0.98, z: 0.18} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_Children: [] + m_Father: {fileID: 2640654069695165060} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8258620035315797050 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8258620035315797046} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &8258620035315797051 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8258620035315797046} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8258620035692014851 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8258620035692014850} + - component: {fileID: 8258620035692014855} + - component: {fileID: 8258620035692014848} + m_Layer: 0 + m_Name: EyeLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8258620035692014850 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8258620035692014851} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.05, y: 0.98, z: -0.18} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_Children: [] + m_Father: {fileID: 2640654069695165060} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8258620035692014855 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8258620035692014851} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &8258620035692014848 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8258620035692014851} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8258620036088172234 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8258620036088172233} + - component: {fileID: 8258620036088172238} + - component: {fileID: 8258620036088172239} + m_Layer: 0 + m_Name: Nose + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8258620036088172233 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8258620036088172234} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.15, y: 1.13, z: 0} + m_LocalScale: {x: 0.3, y: 0.4, z: 0.4} + m_Children: [] + m_Father: {fileID: 2640654069695165060} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8258620036088172238 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8258620036088172234} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &8258620036088172239 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8258620036088172234} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/Resources/Rat2.prefab.meta b/Assets/Resources/Rat2.prefab.meta new file mode 100644 index 000000000..d5cd00fdc --- /dev/null +++ b/Assets/Resources/Rat2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c8a7a14fed633f34c9bd3d2280086d0b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Rat3.prefab b/Assets/Resources/Rat3.prefab new file mode 100644 index 000000000..1d4301190 --- /dev/null +++ b/Assets/Resources/Rat3.prefab @@ -0,0 +1,10135 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &413348017707034597 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8352906507211947354} + - component: {fileID: 7665231419734155986} + m_Layer: 0 + m_Name: Trail + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8352906507211947354 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 413348017707034597} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 2, y: 2, z: 2} + m_Children: [] + m_Father: {fileID: 4477071089374910070} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!96 &7665231419734155986 +TrailRenderer: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 413348017707034597} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10306, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Time: 0.3 + m_Parameters: + serializedVersion: 3 + widthMultiplier: 1 + widthCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0.0057803467 + value: 0.20261252 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorGradient: + serializedVersion: 2 + key0: {r: 0.74509805, g: 1, b: 0.21226418, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + numCornerVertices: 0 + numCapVertices: 0 + alignment: 0 + textureMode: 0 + shadowBias: 0.5 + generateLightingData: 0 + m_MinVertexDistance: 0.1 + m_Autodestruct: 0 + m_Emitting: 1 +--- !u!1 &1910859459625760090 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1910859459625760089} + - component: {fileID: 1910859459625760069} + - component: {fileID: 1910859459625760070} + - component: {fileID: 1910859459625760071} + - component: {fileID: 1910859459625760088} + m_Layer: 0 + m_Name: EyeRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1910859459625760089 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1910859459625760090} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.05, y: 0.98, z: 0.18} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_Children: [] + m_Father: {fileID: 4477071089374910070} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1910859459625760069 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1910859459625760090} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &1910859459625760070 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1910859459625760090} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!198 &1910859459625760071 +ParticleSystem: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1910859459625760090} + serializedVersion: 7 + lengthInSec: 5 + simulationSpeed: 1 + stopAction: 0 + cullingMode: 0 + ringBufferMode: 0 + ringBufferLoopRange: {x: 0, y: 1} + looping: 1 + prewarm: 0 + playOnAwake: 1 + useUnscaledTime: 0 + autoRandomSeed: 1 + useRigidbodyForVelocity: 1 + startDelay: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + moveWithTransform: 0 + moveWithCustomTransform: {fileID: 0} + scalingMode: 1 + randomSeed: 0 + InitialModule: + serializedVersion: 3 + enabled: 1 + startLifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 2 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startColor: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 0.042452812, b: 0.042452812, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + startSize: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotation: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + randomizeRotationDirection: 0 + maxNumParticles: 1000 + size3D: 0 + rotation3D: 0 + gravityModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + ShapeModule: + serializedVersion: 6 + enabled: 1 + type: 4 + angle: 40 + length: 5 + boxThickness: {x: 0, y: 0, z: 0} + radiusThickness: 1 + donutRadius: 0.2 + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 280, y: 0, z: 0} + m_Scale: {x: 1, y: 1, z: 1} + placementMode: 0 + m_MeshMaterialIndex: 0 + m_MeshNormalOffset: 0 + m_MeshSpawn: + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Mesh: {fileID: 0} + m_MeshRenderer: {fileID: 0} + m_SkinnedMeshRenderer: {fileID: 0} + m_Sprite: {fileID: 0} + m_SpriteRenderer: {fileID: 0} + m_UseMeshMaterialIndex: 0 + m_UseMeshColors: 1 + alignToDirection: 0 + m_Texture: {fileID: 0} + m_TextureClipChannel: 3 + m_TextureClipThreshold: 0 + m_TextureUVChannel: 0 + m_TextureColorAffectsParticles: 1 + m_TextureAlphaAffectsParticles: 1 + m_TextureBilinearFiltering: 0 + randomDirectionAmount: 0 + sphericalDirectionAmount: 0 + randomPositionAmount: 0 + radius: + value: 0.5 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + arc: + value: 360 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + EmissionModule: + enabled: 1 + serializedVersion: 4 + rateOverTime: + serializedVersion: 2 + minMaxState: 0 + scalar: 10 + minScalar: 10 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rateOverDistance: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BurstCount: 0 + m_Bursts: [] + SizeModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + RotationModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7853982 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + ColorModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + UVModule: + serializedVersion: 2 + enabled: 0 + mode: 0 + timeMode: 0 + fps: 30 + frameOverTime: + serializedVersion: 2 + minMaxState: 1 + scalar: 0.9999 + minScalar: 0.9999 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startFrame: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedRange: {x: 0, y: 1} + tilesX: 1 + tilesY: 1 + animationType: 0 + rowIndex: 0 + cycles: 1 + uvChannelMask: -1 + rowMode: 1 + sprites: + - sprite: {fileID: 0} + flipU: 0 + flipV: 0 + VelocityModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + radial: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + InheritVelocityModule: + enabled: 0 + m_Mode: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + LifetimeByEmitterSpeedModule: + enabled: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -0.8 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.2 + inSlope: -0.8 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Range: {x: 0, y: 1} + ForceModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + randomizePerFrame: 0 + ExternalForcesModule: + serializedVersion: 2 + enabled: 0 + multiplierCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + influenceFilter: 0 + influenceMask: + serializedVersion: 2 + m_Bits: 4294967295 + influenceList: [] + ClampVelocityModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + magnitude: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxis: 0 + inWorldSpace: 0 + multiplyDragByParticleSize: 1 + multiplyDragByParticleVelocity: 1 + dampen: 0 + drag: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + NoiseModule: + enabled: 0 + strength: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + frequency: 0.5 + damping: 1 + octaves: 1 + octaveMultiplier: 0.5 + octaveScale: 2 + quality: 2 + scrollSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remap: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 2 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 2 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapY: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 2 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 2 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapZ: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 2 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 2 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapEnabled: 0 + positionAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rotationAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + sizeAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + SizeBySpeedModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + range: {x: 0, y: 1} + separateAxes: 0 + RotationBySpeedModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7853982 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + range: {x: 0, y: 1} + ColorBySpeedModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + range: {x: 0, y: 1} + CollisionModule: + enabled: 0 + serializedVersion: 4 + type: 0 + collisionMode: 0 + colliderForce: 0 + multiplyColliderForceByParticleSize: 0 + multiplyColliderForceByParticleSpeed: 0 + multiplyColliderForceByCollisionAngle: 1 + m_Planes: [] + m_Dampen: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Bounce: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_EnergyLossOnCollision: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minKillSpeed: 0 + maxKillSpeed: 10000 + radiusScale: 1 + collidesWith: + serializedVersion: 2 + m_Bits: 4294967295 + maxCollisionShapes: 256 + quality: 0 + voxelSize: 0.5 + collisionMessages: 0 + collidesWithDynamic: 1 + interiorCollisions: 0 + TriggerModule: + enabled: 0 + serializedVersion: 2 + inside: 1 + outside: 0 + enter: 0 + exit: 0 + colliderQueryMode: 0 + radiusScale: 1 + primitives: [] + SubModule: + serializedVersion: 2 + enabled: 0 + subEmitters: + - serializedVersion: 3 + emitter: {fileID: 0} + type: 0 + properties: 0 + emitProbability: 1 + LightsModule: + enabled: 0 + ratio: 0 + light: {fileID: 0} + randomDistribution: 1 + color: 1 + range: 1 + intensity: 1 + rangeCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + intensityCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + maxLights: 20 + TrailModule: + enabled: 0 + mode: 0 + ratio: 1 + lifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minVertexDistance: 0.2 + textureMode: 0 + ribbonCount: 1 + shadowBias: 0.5 + worldSpace: 0 + dieWithParticles: 1 + sizeAffectsWidth: 1 + sizeAffectsLifetime: 0 + inheritParticleColor: 1 + generateLightingData: 0 + splitSubEmitterRibbons: 0 + attachRibbonsToTransform: 0 + colorOverLifetime: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + widthOverTrail: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorOverTrail: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + CustomDataModule: + enabled: 0 + mode0: 0 + vectorComponentCount0: 4 + color0: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel0: Color + vector0_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_0: X + vector0_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_1: Y + vector0_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_2: Z + vector0_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_3: W + mode1: 0 + vectorComponentCount1: 4 + color1: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel1: Color + vector1_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_0: X + vector1_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_1: Y + vector1_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_2: Z + vector1_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_3: W +--- !u!199 &1910859459625760088 +ParticleSystemRenderer: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1910859459625760090} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: b01bef707e0569249b6a5b6cca7dd1f6, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_RenderMode: 4 + m_SortMode: 0 + m_MinParticleSize: 0 + m_MaxParticleSize: 0.5 + m_CameraVelocityScale: 0 + m_VelocityScale: 0 + m_LengthScale: 2 + m_SortingFudge: 0 + m_NormalDirection: 1 + m_ShadowBias: 0 + m_RenderAlignment: 0 + m_Pivot: {x: 0, y: 0, z: 0} + m_Flip: {x: 0, y: 0, z: 0} + m_UseCustomVertexStreams: 0 + m_EnableGPUInstancing: 1 + m_ApplyActiveColorSpace: 1 + m_AllowRoll: 1 + m_FreeformStretching: 0 + m_RotateWithStretchDirection: 1 + m_VertexStreams: 00010304 + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} + m_Mesh1: {fileID: 0} + m_Mesh2: {fileID: 0} + m_Mesh3: {fileID: 0} + m_MaskInteraction: 0 +--- !u!1 &2381058897530304993 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2381058897530304998} + - component: {fileID: 2381058897530304997} + - component: {fileID: 2381058897530304996} + m_Layer: 0 + m_Name: Tail + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2381058897530304998 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2381058897530304993} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.15, y: -1.06, z: 0} + m_LocalScale: {x: 0.2, y: 0.45, z: 0.2} + m_Children: [] + m_Father: {fileID: 4477071089374910070} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2381058897530304997 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2381058897530304993} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &2381058897530304996 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2381058897530304993} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4477071089374910064 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4477071089374910070} + - component: {fileID: 4477071089374910071} + - component: {fileID: 4477071089374910068} + - component: {fileID: 4477071089374910069} + - component: {fileID: 4477071089374910066} + - component: {fileID: 4477071089374910067} + m_Layer: 0 + m_Name: Rat2 1 + m_TagString: Rabbit + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4477071089374910070 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4477071089374910064} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -5.186178, y: 0.97, z: -11.202713} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_Children: + - {fileID: 7500815166965729776} + - {fileID: 1910859459625760089} + - {fileID: 7500815167680670267} + - {fileID: 2381058897530304998} + - {fileID: 8352906507211947354} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4477071089374910071 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4477071089374910064} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4477071089374910068 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4477071089374910064} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!136 &4477071089374910069 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4477071089374910064} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + m_Radius: 0.5 + m_Height: 2 + m_Direction: 1 + m_Center: {x: 0, y: 0, z: 0} +--- !u!54 &4477071089374910066 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4477071089374910064} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &4477071089374910067 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4477071089374910064} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ca8c0632839b858468e5195b7c0fc210, type: 3} + m_Name: + m_EditorClassIdentifier: + _type: 0 +--- !u!1 &7500815166965729777 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7500815166965729776} + - component: {fileID: 7500815166965729781} + - component: {fileID: 7500815166965729778} + - component: {fileID: 1910859459444941381} + - component: {fileID: 1910859459444941382} + m_Layer: 0 + m_Name: EyeLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7500815166965729776 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7500815166965729777} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.05, y: 0.98, z: -0.18} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_Children: [] + m_Father: {fileID: 4477071089374910070} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7500815166965729781 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7500815166965729777} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &7500815166965729778 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7500815166965729777} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!198 &1910859459444941381 +ParticleSystem: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7500815166965729777} + serializedVersion: 7 + lengthInSec: 5 + simulationSpeed: 1 + stopAction: 0 + cullingMode: 0 + ringBufferMode: 0 + ringBufferLoopRange: {x: 0, y: 1} + looping: 1 + prewarm: 0 + playOnAwake: 1 + useUnscaledTime: 0 + autoRandomSeed: 1 + useRigidbodyForVelocity: 1 + startDelay: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + moveWithTransform: 0 + moveWithCustomTransform: {fileID: 0} + scalingMode: 1 + randomSeed: 0 + InitialModule: + serializedVersion: 3 + enabled: 1 + startLifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 2 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startColor: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 0.042452812, b: 0.042452812, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + startSize: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotation: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + randomizeRotationDirection: 0 + maxNumParticles: 1000 + size3D: 0 + rotation3D: 0 + gravityModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + ShapeModule: + serializedVersion: 6 + enabled: 1 + type: 4 + angle: 40 + length: 5 + boxThickness: {x: 0, y: 0, z: 0} + radiusThickness: 1 + donutRadius: 0.2 + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 260, y: 0, z: 0} + m_Scale: {x: 1, y: 1, z: 1} + placementMode: 0 + m_MeshMaterialIndex: 0 + m_MeshNormalOffset: 0 + m_MeshSpawn: + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Mesh: {fileID: 0} + m_MeshRenderer: {fileID: 0} + m_SkinnedMeshRenderer: {fileID: 0} + m_Sprite: {fileID: 0} + m_SpriteRenderer: {fileID: 0} + m_UseMeshMaterialIndex: 0 + m_UseMeshColors: 1 + alignToDirection: 0 + m_Texture: {fileID: 0} + m_TextureClipChannel: 3 + m_TextureClipThreshold: 0 + m_TextureUVChannel: 0 + m_TextureColorAffectsParticles: 1 + m_TextureAlphaAffectsParticles: 1 + m_TextureBilinearFiltering: 0 + randomDirectionAmount: 0 + sphericalDirectionAmount: 0 + randomPositionAmount: 0 + radius: + value: 0.5 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + arc: + value: 360 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + EmissionModule: + enabled: 1 + serializedVersion: 4 + rateOverTime: + serializedVersion: 2 + minMaxState: 0 + scalar: 10 + minScalar: 10 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rateOverDistance: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BurstCount: 0 + m_Bursts: [] + SizeModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + RotationModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7853982 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + ColorModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + UVModule: + serializedVersion: 2 + enabled: 0 + mode: 0 + timeMode: 0 + fps: 30 + frameOverTime: + serializedVersion: 2 + minMaxState: 1 + scalar: 0.9999 + minScalar: 0.9999 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startFrame: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedRange: {x: 0, y: 1} + tilesX: 1 + tilesY: 1 + animationType: 0 + rowIndex: 0 + cycles: 1 + uvChannelMask: -1 + rowMode: 1 + sprites: + - sprite: {fileID: 0} + flipU: 0 + flipV: 0 + VelocityModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + radial: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + InheritVelocityModule: + enabled: 0 + m_Mode: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + LifetimeByEmitterSpeedModule: + enabled: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -0.8 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.2 + inSlope: -0.8 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Range: {x: 0, y: 1} + ForceModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + randomizePerFrame: 0 + ExternalForcesModule: + serializedVersion: 2 + enabled: 0 + multiplierCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + influenceFilter: 0 + influenceMask: + serializedVersion: 2 + m_Bits: 4294967295 + influenceList: [] + ClampVelocityModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + magnitude: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxis: 0 + inWorldSpace: 0 + multiplyDragByParticleSize: 1 + multiplyDragByParticleVelocity: 1 + dampen: 0 + drag: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + NoiseModule: + enabled: 0 + strength: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + frequency: 0.5 + damping: 1 + octaves: 1 + octaveMultiplier: 0.5 + octaveScale: 2 + quality: 2 + scrollSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remap: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 2 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 2 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapY: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 2 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 2 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapZ: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 2 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 2 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapEnabled: 0 + positionAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rotationAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + sizeAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + SizeBySpeedModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + range: {x: 0, y: 1} + separateAxes: 0 + RotationBySpeedModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7853982 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + range: {x: 0, y: 1} + ColorBySpeedModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + range: {x: 0, y: 1} + CollisionModule: + enabled: 0 + serializedVersion: 4 + type: 0 + collisionMode: 0 + colliderForce: 0 + multiplyColliderForceByParticleSize: 0 + multiplyColliderForceByParticleSpeed: 0 + multiplyColliderForceByCollisionAngle: 1 + m_Planes: [] + m_Dampen: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Bounce: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_EnergyLossOnCollision: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minKillSpeed: 0 + maxKillSpeed: 10000 + radiusScale: 1 + collidesWith: + serializedVersion: 2 + m_Bits: 4294967295 + maxCollisionShapes: 256 + quality: 0 + voxelSize: 0.5 + collisionMessages: 0 + collidesWithDynamic: 1 + interiorCollisions: 0 + TriggerModule: + enabled: 0 + serializedVersion: 2 + inside: 1 + outside: 0 + enter: 0 + exit: 0 + colliderQueryMode: 0 + radiusScale: 1 + primitives: [] + SubModule: + serializedVersion: 2 + enabled: 0 + subEmitters: + - serializedVersion: 3 + emitter: {fileID: 0} + type: 0 + properties: 0 + emitProbability: 1 + LightsModule: + enabled: 0 + ratio: 0 + light: {fileID: 0} + randomDistribution: 1 + color: 1 + range: 1 + intensity: 1 + rangeCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + intensityCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + maxLights: 20 + TrailModule: + enabled: 0 + mode: 0 + ratio: 1 + lifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minVertexDistance: 0.2 + textureMode: 0 + ribbonCount: 1 + shadowBias: 0.5 + worldSpace: 0 + dieWithParticles: 1 + sizeAffectsWidth: 1 + sizeAffectsLifetime: 0 + inheritParticleColor: 1 + generateLightingData: 0 + splitSubEmitterRibbons: 0 + attachRibbonsToTransform: 0 + colorOverLifetime: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + widthOverTrail: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorOverTrail: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + CustomDataModule: + enabled: 0 + mode0: 0 + vectorComponentCount0: 4 + color0: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel0: Color + vector0_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_0: X + vector0_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_1: Y + vector0_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_2: Z + vector0_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_3: W + mode1: 0 + vectorComponentCount1: 4 + color1: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel1: Color + vector1_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_0: X + vector1_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_1: Y + vector1_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_2: Z + vector1_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_3: W +--- !u!199 &1910859459444941382 +ParticleSystemRenderer: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7500815166965729777} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: b01bef707e0569249b6a5b6cca7dd1f6, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_RenderMode: 4 + m_SortMode: 0 + m_MinParticleSize: 0 + m_MaxParticleSize: 0.5 + m_CameraVelocityScale: 0 + m_VelocityScale: 0 + m_LengthScale: 2 + m_SortingFudge: 0 + m_NormalDirection: 1 + m_ShadowBias: 0 + m_RenderAlignment: 0 + m_Pivot: {x: 0, y: 0, z: 0} + m_Flip: {x: 0, y: 0, z: 0} + m_UseCustomVertexStreams: 0 + m_EnableGPUInstancing: 1 + m_ApplyActiveColorSpace: 1 + m_AllowRoll: 1 + m_FreeformStretching: 0 + m_RotateWithStretchDirection: 1 + m_VertexStreams: 00010304 + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} + m_Mesh1: {fileID: 0} + m_Mesh2: {fileID: 0} + m_Mesh3: {fileID: 0} + m_MaskInteraction: 0 +--- !u!1 &7500815167680670264 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7500815167680670267} + - component: {fileID: 7500815167680670268} + - component: {fileID: 7500815167680670269} + m_Layer: 0 + m_Name: Nose + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7500815167680670267 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7500815167680670264} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.15, y: 1.13, z: 0} + m_LocalScale: {x: 0.3, y: 0.4, z: 0.4} + m_Children: [] + m_Father: {fileID: 4477071089374910070} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7500815167680670268 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7500815167680670264} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &7500815167680670269 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7500815167680670264} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/Resources/Rat3.prefab.meta b/Assets/Resources/Rat3.prefab.meta new file mode 100644 index 000000000..dc01531e0 --- /dev/null +++ b/Assets/Resources/Rat3.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4f85483daea38534dab53d71e6c8e51a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/ITickTest/ITickTest.unity b/Assets/Scenes/ITickTest/ITickTest.unity index eb5144afd..677eb221c 100644 --- a/Assets/Scenes/ITickTest/ITickTest.unity +++ b/Assets/Scenes/ITickTest/ITickTest.unity @@ -123,6 +123,99 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 23800000, guid: 2227f6ce0f8fbc54fbd96d5ea3d7a31c, type: 2} +--- !u!1 &31426243 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 31426244} + - component: {fileID: 31426245} + m_Layer: 0 + m_Name: Area Light (6) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &31426244 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 31426243} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: -39.06, y: 14.01, z: 20} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 441355867} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &31426245 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 31426243} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 --- !u!850595691 &289954887 LightingSettings: m_ObjectHideFlags: 0 @@ -184,6 +277,43 @@ LightingSettings: m_PVRFilteringAtrousPositionSigmaDirect: 0.5 m_PVRFilteringAtrousPositionSigmaIndirect: 2 m_PVRFilteringAtrousPositionSigmaAO: 1 +--- !u!1 &441355866 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 441355867} + m_Layer: 0 + m_Name: Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &441355867 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 441355866} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 21.047836, y: -10.222148, z: 0.040733337} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1028047199} + - {fileID: 497740293} + - {fileID: 528342459} + - {fileID: 1085135653} + - {fileID: 1891926386} + - {fileID: 1431130425} + - {fileID: 31426244} + m_Father: {fileID: 0} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &491791065 GameObject: m_ObjectHideFlags: 0 @@ -267,7 +397,7 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &567869890 +--- !u!1 &497740292 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -275,27 +405,41 @@ GameObject: m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - - component: {fileID: 567869892} - - component: {fileID: 567869891} + - component: {fileID: 497740293} + - component: {fileID: 497740294} m_Layer: 0 - m_Name: Directional Light + m_Name: Area Light (1) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!108 &567869891 +--- !u!4 &497740293 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 497740292} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: 2.9521637, y: 12.692148, z: -7.990733} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 441355867} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &497740294 Light: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 567869890} + m_GameObject: {fileID: 497740292} m_Enabled: 1 serializedVersion: 10 - m_Type: 1 + m_Type: 2 m_Shape: 0 - m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Color: {r: 1, g: 1, b: 1, a: 1} m_Intensity: 1 m_Range: 10 m_SpotAngle: 30 @@ -335,7 +479,7 @@ Light: serializedVersion: 2 m_Bits: 4294967295 m_RenderingLayerMask: 1 - m_Lightmapping: 4 + m_Lightmapping: 2 m_LightShadowCasterMode: 0 m_AreaSize: {x: 1, y: 1} m_BounceIntensity: 1 @@ -346,21 +490,7 @@ Light: m_UseViewFrustumForShadowCasterCull: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 ---- !u!4 &567869892 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 567869890} - m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} - m_LocalPosition: {x: 0, y: 100, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1660409117} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} ---- !u!1 &957419076 +--- !u!1 &528342458 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -368,82 +498,92 @@ GameObject: m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - - component: {fileID: 957419079} - - component: {fileID: 957419078} - - component: {fileID: 957419077} + - component: {fileID: 528342459} + - component: {fileID: 528342460} m_Layer: 0 - m_Name: Main Camera - m_TagString: MainCamera + m_Name: Area Light (2) + m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!81 &957419077 -AudioListener: + m_IsActive: 1 +--- !u!4 &528342459 +Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 957419076} - m_Enabled: 1 ---- !u!20 &957419078 -Camera: + m_GameObject: {fileID: 528342458} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: 2.9521637, y: 12.692148, z: 5.0992665} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 441355867} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &528342460 +Light: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 957419076} + m_GameObject: {fileID: 528342458} m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_FocalLength: 50 - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.3 - far clip plane: 1000 - field of view: 60 - orthographic: 0 - orthographic size: 5 - m_Depth: -1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 0 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!4 &957419079 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 957419076} - m_LocalRotation: {x: 0, y: 0.38268343, z: 0, w: 0.92387956} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1660409117} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 45, z: 0} ---- !u!1 &966662971 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &530751112 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -451,37 +591,37 @@ GameObject: m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - - component: {fileID: 966662975} - - component: {fileID: 966662974} - - component: {fileID: 966662973} - - component: {fileID: 966662972} + - component: {fileID: 530751116} + - component: {fileID: 530751115} + - component: {fileID: 530751114} + - component: {fileID: 530751113} m_Layer: 9 - m_Name: BattlePlate + m_Name: Wall m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 8 m_IsActive: 1 ---- !u!65 &966662972 +--- !u!65 &530751113 BoxCollider: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 966662971} + m_GameObject: {fileID: 530751112} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1, y: 1, z: 1} m_Center: {x: 0, y: 0, z: 0} ---- !u!23 &966662973 +--- !u!23 &530751114 MeshRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 966662971} + m_GameObject: {fileID: 530751112} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 @@ -516,13 +656,413 @@ MeshRenderer: m_SortingLayer: 0 m_SortingOrder: 0 m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &966662974 +--- !u!33 &530751115 MeshFilter: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 966662971} + m_GameObject: {fileID: 530751112} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &530751116 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 530751112} + m_LocalRotation: {x: -0, y: -0, z: 0.7071068, w: 0.7071068} + m_LocalPosition: {x: 27.896927, y: -5.4768333, z: -1.8785019} + m_LocalScale: {x: 50, y: 1, z: 50} + m_Children: [] + m_Father: {fileID: 550468707} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90} +--- !u!1 &550468706 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 550468707} + m_Layer: 0 + m_Name: Wall + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &550468707 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 550468706} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -2.8969274, y: -14.523167, z: 1.3785019} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 530751116} + - {fileID: 595694954} + - {fileID: 1009800682} + - {fileID: 1666858390} + m_Father: {fileID: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &567869890 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 567869892} + - component: {fileID: 567869891} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &567869891 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 567869890} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &567869892 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 567869890} + m_LocalRotation: {x: 0.65964925, y: 0.3382097, z: -0.44076347, w: 0.5061667} + m_LocalPosition: {x: 0, y: 100, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1660409117} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 105, y: 67.5, z: 0} +--- !u!1 &595694950 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 595694954} + - component: {fileID: 595694953} + - component: {fileID: 595694952} + - component: {fileID: 595694951} + m_Layer: 9 + m_Name: Wall (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 8 + m_IsActive: 1 +--- !u!65 &595694951 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 595694950} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &595694952 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 595694950} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &595694953 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 595694950} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &595694954 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 595694950} + m_LocalRotation: {x: -0, y: -0, z: 0.7071068, w: 0.7071068} + m_LocalPosition: {x: -20, y: -5.4768333, z: -1.8785019} + m_LocalScale: {x: 50, y: 1, z: 50} + m_Children: [] + m_Father: {fileID: 550468707} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90} +--- !u!1 &957419076 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 957419079} + - component: {fileID: 957419078} + - component: {fileID: 957419077} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &957419077 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 957419076} + m_Enabled: 1 +--- !u!20 &957419078 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 957419076} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &957419079 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 957419076} + m_LocalRotation: {x: 0, y: 0.38268343, z: 0, w: 0.92387956} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1660409117} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 45, z: 0} +--- !u!1 &966662971 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 966662975} + - component: {fileID: 966662974} + - component: {fileID: 966662973} + - component: {fileID: 966662972} + m_Layer: 9 + m_Name: BattlePlate + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 8 + m_IsActive: 1 +--- !u!65 &966662972 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 966662971} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &966662973 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 966662971} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &966662974 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 966662971} m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} --- !u!4 &966662975 Transform: @@ -530,20 +1070,394 @@ Transform: m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 966662971} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: -0.51, z: 0} - m_LocalScale: {x: 50, y: 1, z: 50} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &1202879470 stripped + m_GameObject: {fileID: 966662971} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: -0.51, z: 0} + m_LocalScale: {x: 50, y: 1, z: 50} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1009800678 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1009800682} + - component: {fileID: 1009800681} + - component: {fileID: 1009800680} + - component: {fileID: 1009800679} + m_Layer: 9 + m_Name: Wall (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 8 + m_IsActive: 1 +--- !u!65 &1009800679 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1009800678} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &1009800680 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1009800678} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1009800681 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1009800678} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1009800682 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1009800678} + m_LocalRotation: {x: 0.5, y: 0.5, z: 0.5, w: 0.5} + m_LocalPosition: {x: 2.8969274, y: -5.4768333, z: -20} + m_LocalScale: {x: 50, y: 1, z: 50} + m_Children: [] + m_Father: {fileID: 550468707} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 90, z: 90} +--- !u!1 &1028047197 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1028047199} + - component: {fileID: 1028047198} + m_Layer: 0 + m_Name: Area Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1028047198 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1028047197} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1028047199 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1028047197} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: 2.9521637, y: 12.692148, z: -18.600733} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 441355867} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!1 &1085135652 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1085135653} + - component: {fileID: 1085135654} + m_Layer: 0 + m_Name: Area Light (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1085135653 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1085135652} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: 2.9521637, y: 12.692148, z: 12.219267} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 441355867} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &1085135654 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1085135652} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1202879470 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8946489080760387140, guid: ad328408c8cfe1c4e8ec1b92ff795e48, + type: 3} + m_PrefabInstance: {fileID: 8946489081774226858} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1431130424 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1431130425} + - component: {fileID: 1431130426} + m_Layer: 0 + m_Name: Area Light (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1431130425 Transform: - m_CorrespondingSourceObject: {fileID: 8946489080760387140, guid: ad328408c8cfe1c4e8ec1b92ff795e48, - type: 3} - m_PrefabInstance: {fileID: 8946489081774226858} + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1431130424} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: -22.4, y: 14.01, z: 20} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 441355867} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &1431130426 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1431130424} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 --- !u!1 &1660409116 GameObject: m_ObjectHideFlags: 0 @@ -577,6 +1491,194 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1666858386 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1666858390} + - component: {fileID: 1666858389} + - component: {fileID: 1666858388} + - component: {fileID: 1666858387} + m_Layer: 9 + m_Name: Wall (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 8 + m_IsActive: 1 +--- !u!65 &1666858387 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1666858386} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &1666858388 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1666858386} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1666858389 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1666858386} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1666858390 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1666858386} + m_LocalRotation: {x: 0.5, y: 0.5, z: 0.5, w: 0.5} + m_LocalPosition: {x: 2.8969274, y: -5.4768333, z: 20} + m_LocalScale: {x: 50, y: 1, z: 50} + m_Children: [] + m_Father: {fileID: 550468707} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 90, z: 90} +--- !u!1 &1891926385 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1891926386} + - component: {fileID: 1891926387} + m_Layer: 0 + m_Name: Area Light (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1891926386 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1891926385} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: -7.4, y: 14.01, z: 20} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 441355867} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &1891926387 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1891926385} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 --- !u!1 &2091509606 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Scripts/Controllers/BaseControllers/LocationInitializeController.cs b/Assets/Scripts/Controllers/BaseControllers/LocationInitializeController.cs index c716af66b..0a8847ab9 100644 --- a/Assets/Scripts/Controllers/BaseControllers/LocationInitializeController.cs +++ b/Assets/Scripts/Controllers/BaseControllers/LocationInitializeController.cs @@ -41,6 +41,7 @@ public LocationInitializeController(GameContext context) private void AddFactories() { _enemiesFactoryList.Add(new CreateRabbitModel()); + _enemiesFactoryList.Add(new CreateRatModel()); } private void RemoveSpawnPoints() diff --git a/Assets/Scripts/Controllers/Factories/CreateRatModel.cs b/Assets/Scripts/Controllers/Factories/CreateRatModel.cs new file mode 100644 index 000000000..278bd4c30 --- /dev/null +++ b/Assets/Scripts/Controllers/Factories/CreateRatModel.cs @@ -0,0 +1,24 @@ +using UnityEngine; + + +namespace BeastHunter +{ + public sealed class CreateRatModel : CreateEnemyModel + { + #region Constants + + private const DataType CREATED_DATA_TYPE = DataType.Rat; + + #endregion + + + #region Methods + + public override bool CanCreateModel(DataType data) => CREATED_DATA_TYPE == data; + + public override EnemyModel CreateModel(GameObject instance, EnemyData data) => + new RatModel(instance, (RatData)data); + + #endregion + } +} \ No newline at end of file diff --git a/Assets/Scripts/Controllers/Factories/CreateRatModel.cs.meta b/Assets/Scripts/Controllers/Factories/CreateRatModel.cs.meta new file mode 100644 index 000000000..b892db623 --- /dev/null +++ b/Assets/Scripts/Controllers/Factories/CreateRatModel.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 08db3e3114326494fa1c77638486822e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitData.cs b/Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitData.cs index d06dde87c..1093baf88 100644 --- a/Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitData.cs +++ b/Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitData.cs @@ -144,7 +144,7 @@ public void Act(RabbitModel rabbit) default: break; } - Debug.Log(rabbit.RabbitState); + //Debug.Log(rabbit.RabbitState); } private void Idle() @@ -370,7 +370,7 @@ private Vector2 RotateByAngle(Vector2 vector, float angle) public override void TakeDamage(EnemyModel instance, Damage damage) { base.TakeDamage(instance, damage); - //Debug.Log("Rabbit got " + damage.PhysicalDamage + " damage"); + Debug.Log("Rabbit got " + damage.PhysicalDamage + " damage"); if (instance.IsDead) { diff --git a/Assets/Scripts/EntityScripts/Enemies/Rat.meta b/Assets/Scripts/EntityScripts/Enemies/Rat.meta new file mode 100644 index 000000000..27df4c8ad --- /dev/null +++ b/Assets/Scripts/EntityScripts/Enemies/Rat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 22d7afa8ca2f6b848a620b3b211736c4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/EntityScripts/Enemies/Rat/RatData.cs b/Assets/Scripts/EntityScripts/Enemies/Rat/RatData.cs new file mode 100644 index 000000000..79218c977 --- /dev/null +++ b/Assets/Scripts/EntityScripts/Enemies/Rat/RatData.cs @@ -0,0 +1,377 @@ +using System; +using System.Collections.Generic; +using UnityEngine; +using Random = UnityEngine.Random; + +namespace BeastHunter +{ + + [CreateAssetMenu(fileName = "NewModelRat", menuName = "CreateData/Rat", order = 2)] + public sealed class RatData : EnemyData + { + #region PrivateData + + public enum BehaviourState + { + None = 0, + Idling = 1, + Roaming = 2, + Fleeing = 3, + Returning = 4 + } + + #endregion + + + #region Constants + + private const float TIME_UNTIL_CAN_CHANGE_STATE = 10.0f; + private const float IDLE_ANIMATION_DURATION = 3.0f; + private const float STOP_FLEEING_TIME = 2.0f; + private const float DANGEROUS_OBJECTS_MAX_COUNT = 1.0f; + private const float STOP_RETURNING_DISTANCE_FACTOR = 0.2f; + + private const float HOP_FREQUENCY = 1.0f; + private const float MAX_HOP_FREQUENCY = 2.0f; + private const float FLEE_ACCELERATION_FACTOR = 1.5f; + private const float ROTATION_SPEED = 5.0f; + private const float HOP_FORCE_MULTIPLIER = 100.0f; + private const float MAX_ANGLE_DEVIATION = 40.0f; + + private const float FRONT_RAYCAST_DISTANCE = 4.0f; + private const float DOWN_RAYCAST_DISTANCE = 1.0f; + + private const float TURN_FORWARD = 0.0f; + private const float TURN_BACK = 180.0f; + private const float TURN_RIGHT = 270.0f; + private const float TURN_LEFT = 90.0f; + + #endregion + + + #region Fields + + private PhysicsService _physicsService; + + public RatStats RatStats; + + #endregion + + + #region ClassLifeCycles + + public void OnEnable() + { + _physicsService = Services.SharedInstance.PhysicsService; + } + + #endregion + + + #region Metods + + public void Act(RatModel rat) + { + if (_physicsService == null) + { + _physicsService = Services.SharedInstance.PhysicsService; + } + if ((rat.RatState != BehaviourState.Fleeing) && rat.DangerousObjects.Count > 0) + { + rat.RatState = BehaviourState.Fleeing; + } + switch (rat.RatState) + { + case BehaviourState.Idling: + { + Idle(); + CheckForEnemiesInFieldOfView(rat.RatTransform, rat.DangerousObjects); + rat.TimeElapsedAfterStateChange += Time.deltaTime; + if (rat.TimeElapsedAfterStateChange > IDLE_ANIMATION_DURATION && Random.Range(0.0f, 1.0f) > 0.5f) + { + rat.RatState = BehaviourState.Roaming; // On idle animation end + rat.TimeElapsedAfterStateChange = 0.0f; + } + + break; + } + case BehaviourState.Roaming: + { + Roam(rat); + rat.TimeElapsedAfterStateChange += Time.deltaTime; + var distanceFromStart = new Vector2((rat.RatTransform.position - rat.RatStartPosition).x, (rat.RatTransform.position - rat.RatStartPosition).z); + if (distanceFromStart.sqrMagnitude > RatStats.RunningRadius * RatStats.RunningRadius) + { + rat.RatState = BehaviourState.Returning; + } + else if (RatStats.CanIdle && rat.TimeElapsedAfterStateChange > TIME_UNTIL_CAN_CHANGE_STATE && Random.Range(0.0f, 1.0f) > 0.95f) + { + rat.TimeElapsedAfterStateChange = 0.0f; + rat.RatState = BehaviourState.Idling; + } + break; + } + case BehaviourState.Returning: + { + Return(rat); + var moveDistance = RatStats.RunningRadius / RatData.STOP_RETURNING_DISTANCE_FACTOR; + if ((rat.RatTransform.position - rat.RatStartPosition).sqrMagnitude < moveDistance * moveDistance) + { + rat.RatState = BehaviourState.Roaming; + } + break; + } + case BehaviourState.Fleeing: + { + rat.TimeElapsedAfterStartFleeing += Time.deltaTime; + if (rat.DangerousObjects.Count >= 0) + { + Flee(rat); + } + if (rat.TimeElapsedAfterStartFleeing > STOP_FLEEING_TIME) + { + if (rat.DangerousObjects.Count > 0) + { + rat.TimeElapsedAfterStartFleeing = 0; + } + else + { + rat.RatState = BehaviourState.Roaming; + } + } + break; + } + default: + break; + } + Debug.Log("Ñîñòîÿíèå êðûñû: " + rat.RatState); + } + + private void Idle() + { + //Debug.Log("Idle animation"); + } + + private void Roam(RatModel rat) + { + Move(RandomNextCoord, rat); + } + + private void Return(RatModel rat) + { + Move(ReturningNextCoord, rat); + } + + private void Move(Func, Vector3> nextCoordFunc, RatModel rat) + { + rat.TimeLeft -= Time.deltaTime; + rat.TimeElapsed += Time.deltaTime; + if (rat.TimeLeft < 0.0f && _physicsService.CheckGround(rat.RatTransform.position, DOWN_RAYCAST_DISTANCE, out Vector3 hitPoint)) + { + RotateTo(rat.RatTransform, rat.RatTransform.forward, rat.NextCoord, out bool canHop); + if (rat.TimeElapsed >= MAX_HOP_FREQUENCY) + { + canHop = true; + } + if (canHop) + { + Hop(rat.RatRigidbody, rat.NextCoord, 1.0f); + rat.TimeLeft = HOP_FREQUENCY; + rat.NextCoord = NextCoord(rat.RatTransform, rat.RatStartPosition, rat.DangerousObjects, nextCoordFunc); + rat.TimeElapsed = 0.0f; + } + } + } + + private void Flee(RatModel rat) + { + RotateTo(rat.RatTransform, rat.RatTransform.forward, rat.NextCoord, out bool canHop); + rat.TimeLeft -= Time.deltaTime; + if (rat.TimeLeft < 0.0f && _physicsService.CheckGround(rat.RatTransform.position, DOWN_RAYCAST_DISTANCE, out Vector3 hitPoint)) + { + if (rat.DangerousObjects.Count > 0) + { + rat.NextCoord = NextCoord(rat.RatTransform, rat.RatStartPosition, rat.DangerousObjects, FleeingNextCoord); + } + Hop(rat.RatRigidbody, rat.NextCoord, FLEE_ACCELERATION_FACTOR); + rat.TimeLeft = HOP_FREQUENCY; + } + } + + private bool CheckForEnemiesInFieldOfView(Transform transform, List targets) + { + for (int i = 0; i < targets.Count; i++) + { + var distToTarget = targets[i].position - transform.position; + if (distToTarget.sqrMagnitude > RatStats.ViewRadius) + { + targets.RemoveAt(i); + } + } + + var triggers = Physics.OverlapSphere(transform.position, RatStats.ViewRadius, + LayerMask.GetMask(LayerMask.LayerToName(LayerManager.DefaultLayer), LayerMask.LayerToName(LayerManager.PlayerLayer))); + var result = false; + foreach (Collider target in triggers) + { + if (!target.CompareTag(TagManager.RAT)) + { + var dirToTarget = target.bounds.center - transform.position; + if (Vector3.Angle(transform.forward, dirToTarget.normalized) < RatStats.ViewAngle) + { + if (!Physics.Raycast(transform.position, dirToTarget.normalized, dirToTarget.magnitude, LayerManager.EnvironmentLayer)) + { + if (targets.Count < DANGEROUS_OBJECTS_MAX_COUNT) + { + if (!targets.Contains(target.transform)) + targets.Add(target.transform); + result = true; + } + } + } + } + } + return result; + } + + private void RotateTo(Transform transform, Vector3 from, Vector3 to, out bool rotationFinished) + { + float singleStep = ROTATION_SPEED * Time.deltaTime; + Vector3 newDirection = Vector3.RotateTowards(from, to, singleStep, 0.0f); + transform.rotation = Quaternion.LookRotation(newDirection); + float dot = Vector3.Dot(from.normalized, to.normalized); + rotationFinished = Mathf.Approximately(dot, 1.0f); + } + + private void Hop(Rigidbody rigidbody, Vector3 direction, float acceleration) + { + //rigidbody.AddForce((direction * RatStats.MoveSpeed * acceleration + Vector3.up * RatStats.JumpHeight) * HOP_FORCE_MULTIPLIER); + } + + private Vector3 NextCoord(Transform transform, Vector3 startPosition, List targets, Func, Vector3> nextCoordFunc) + { + var nextCoord = nextCoordFunc(transform, startPosition, targets); + if (Physics.Raycast(transform.position, nextCoord, FRONT_RAYCAST_DISTANCE, LayerManager.EnvironmentLayer)) + { + var chance = Random.Range(0.0f, 1.0f); + float angle; + if (chance < 0.5f) + { + angle = MAX_ANGLE_DEVIATION * Mathf.Deg2Rad; + } + else + { + angle = -MAX_ANGLE_DEVIATION * Mathf.Deg2Rad; + } + var coord = new Vector2(nextCoord.x, nextCoord.z); + nextCoord.x = RotateByAngle(coord, angle).x; + nextCoord.z = RotateByAngle(coord, angle).y; + } + CheckForEnemiesInFieldOfView(transform, targets); + return nextCoord; + } + + public Vector3 RandomNextCoord(Transform transform, Vector3 startPosition, List targets) + { + var direction = Random.Range(0.0f, 100.0f); + var angle = TURN_FORWARD; + if (direction >= 80.0f) + { + angle = TURN_LEFT; + } + else if (direction >= 60.0f) + { + angle = TURN_RIGHT; + } + else if (direction >= 45.0f) + { + angle = TURN_BACK; + } + angle += Random.Range(-MAX_ANGLE_DEVIATION, MAX_ANGLE_DEVIATION); + angle *= Mathf.Deg2Rad; + + var forward = new Vector2(transform.forward.x, transform.forward.z); + return new Vector3(RotateByAngle(forward, angle).x, transform.forward.y, RotateByAngle(forward, angle).y); + } + + private Vector3 ReturningNextCoord(Transform transform, Vector3 startPosition, List targets) + { + var next = (startPosition - transform.position).normalized; + var distance = Mathf.Min((transform.position - startPosition).sqrMagnitude, RatStats.RunningRadius * RatStats.RunningRadius); + var angle = AngleDeviationSqr(distance); + angle = Random.Range(-angle, angle); + angle *= Mathf.Deg2Rad; + var forward = new Vector2(next.x, next.z); + return new Vector3(RotateByAngle(forward, angle).x, transform.forward.y, RotateByAngle(forward, angle).y); + } + + private Vector3 FleeingNextCoord(Transform transform, Vector3 startPosition, List targets) + { + var sum = Vector3.zero; + foreach (var obj in targets) + { + var dir = transform.position - obj.position; + dir = dir.normalized * RatStats.ViewRadius * RatStats.ViewRadius / dir.sqrMagnitude; + sum += dir; + } + var result = new Vector2(sum.x, sum.z); + if (result == Vector2.zero) + { + result.x = targets[0].position.x; + result.y = targets[0].position.z; + } + result.Normalize(); + return new Vector3(result.x, transform.forward.y, result.y); + } + + private float AngleDeviation(float distance) // linear, use with distance magnitude + { + var r = RatStats.RunningRadius; + var f = STOP_RETURNING_DISTANCE_FACTOR; + return (MAX_ANGLE_DEVIATION * f) / (f - 1.0f) * (-(distance / r) + 1); + } + + private float AngleDeviationSqr(float distance) // parabolic, use with distance magnitude (variant 1, point on runningRadius/returnFactor) + { + var r = RatStats.RunningRadius; + var f = STOP_RETURNING_DISTANCE_FACTOR; + var a = (MAX_ANGLE_DEVIATION * f * f) / (r * r * (2.0f * f - f * f - 1.0f)); + var b = -(2.0f * a * r) / f; + var c = (a * r * r * (2.0f - f)) / f; + return a * distance * distance + b * distance + c; + } + + private float AngleDeviationSqrPlain(float distance) // parabolic, use with distance sqrMagnitude (variant 2, point on startPos) + { + var r = RatStats.RunningRadius; + var f = STOP_RETURNING_DISTANCE_FACTOR; + var a = -((MAX_ANGLE_DEVIATION * f * f) / (r * r * (f * f - 1.0f))); + var c = -a * r * r; + return a * distance + c; + } + + private Vector2 RotateByAngle(Vector2 vector, float angle) + { + return new Vector2(vector.x * Mathf.Cos(angle) - vector.y * Mathf.Sin(angle), vector.x * Mathf.Sin(angle) + vector.y * Mathf.Cos(angle)); + } + + #endregion + + + #region EnemyData + + public override void TakeDamage(EnemyModel instance, Damage damage) + { + base.TakeDamage(instance, damage); + + if (instance.IsDead) + { + Debug.Log("You killed this Rat! Great!"); + var rat = instance as RatModel; + rat.Rat.GetComponent().material.color = Color.green; + } + } + + #endregion + } +} diff --git a/Assets/Scripts/EntityScripts/Enemies/Rat/RatData.cs.meta b/Assets/Scripts/EntityScripts/Enemies/Rat/RatData.cs.meta new file mode 100644 index 000000000..eaf8ded0c --- /dev/null +++ b/Assets/Scripts/EntityScripts/Enemies/Rat/RatData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8fb2be35384bf3642965f30412720131 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/EntityScripts/Enemies/Rat/RatModel.cs b/Assets/Scripts/EntityScripts/Enemies/Rat/RatModel.cs new file mode 100644 index 000000000..614ad4bae --- /dev/null +++ b/Assets/Scripts/EntityScripts/Enemies/Rat/RatModel.cs @@ -0,0 +1,101 @@ +using System; +using System.Collections.Generic; +using UnityEngine; + +namespace BeastHunter +{ + public sealed class RatModel : EnemyModel + { + + #region Fields + + public float TimeLeft = 1.0f; + public float TimeElapsed = 0.0f; + public float TimeElapsedAfterStateChange = 0.0f; + public float TimeElapsedAfterStartFleeing = 0.0f; + + public List DangerousObjects; + public Vector3 NextCoord; + public RatData.BehaviourState RatState; + + #endregion + + + #region Properties + + public RatData RatData { get; } + public GameObject Rat { get; } + public Transform RatTransform { get; } + public Rigidbody RatRigidbody { get; } + public Vector3 RatStartPosition { get; } + + #endregion + + + #region ClassLifeCycle + + public RatModel(GameObject prefab, RatData ratData) + { + if (prefab.GetComponent() != null) + { + RatData = ratData; + Rat = prefab; + RatTransform = prefab.transform; + RatRigidbody = prefab.GetComponent(); + RatStartPosition = prefab.transform.position; + + CurrentHealth = ratData.BaseStats.MaxHealth; + IsDead = false; + + DangerousObjects = new List(); + NextCoord = ratData.RandomNextCoord(RatTransform, RatStartPosition, DangerousObjects); + if (ratData.RatStats.CanIdle) + { + RatState = RatData.BehaviourState.Idling; + } + else + { + RatState = RatData.BehaviourState.Roaming; + } + } + else + { + Debug.LogError("Invalid Rat prefab: no Rigidbody"); + } + } + + #endregion + + + #region NpcModel + + public override void Execute() + { + if (!IsDead) + { + RatData.Act(this); + } + } + + public override EnemyStats GetStats() + { + return RatData.BaseStats; + } + + + public override void DoSmth(string how) + { + //RatData.Do(how); + } + + public override void TakeDamage(Damage damage) + { + if (!IsDead) + { + RatData.TakeDamage(this, damage); + } + } + + #endregion + } +} diff --git a/Assets/Scripts/EntityScripts/Enemies/Rat/RatModel.cs.meta b/Assets/Scripts/EntityScripts/Enemies/Rat/RatModel.cs.meta new file mode 100644 index 000000000..6d65d47b6 --- /dev/null +++ b/Assets/Scripts/EntityScripts/Enemies/Rat/RatModel.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9fea6c61749d294408c35ceeada50766 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/EntityScripts/Enemies/Rat/RatStats.cs b/Assets/Scripts/EntityScripts/Enemies/Rat/RatStats.cs new file mode 100644 index 000000000..f80ab3535 --- /dev/null +++ b/Assets/Scripts/EntityScripts/Enemies/Rat/RatStats.cs @@ -0,0 +1,32 @@ +using System; +using UnityEngine; + + +namespace BeastHunter +{ + [Serializable] + public struct RatStats + { + #region Properties + + [Tooltip("Default: 5")] + public float RunningRadius; + + [Tooltip("Default: 1")] + public float MoveSpeed; + + [Tooltip("Default: 1")] + public float JumpHeight; + + [Tooltip("Default: 3")] + public float ViewRadius; + + [Tooltip("Default: 140")] + [Range(0.0f, 180.0f)] + public float ViewAngle; + + public bool CanIdle; + + #endregion + } +} diff --git a/Assets/Scripts/EntityScripts/Enemies/Rat/RatStats.cs.meta b/Assets/Scripts/EntityScripts/Enemies/Rat/RatStats.cs.meta new file mode 100644 index 000000000..4123f7653 --- /dev/null +++ b/Assets/Scripts/EntityScripts/Enemies/Rat/RatStats.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7e227a91ab7e0034ba5540d193c83c28 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Enum/DataType.cs b/Assets/Scripts/Enum/DataType.cs index 76964f157..17da8b382 100644 --- a/Assets/Scripts/Enum/DataType.cs +++ b/Assets/Scripts/Enum/DataType.cs @@ -6,5 +6,6 @@ public enum DataType Player = 1, Boss = 2, Rabbit = 3, + Rat = 4, } } \ No newline at end of file diff --git a/Assets/Scripts/Enum/InteractableObjectType.cs b/Assets/Scripts/Enum/InteractableObjectType.cs index f9182595c..412aecf1c 100644 --- a/Assets/Scripts/Enum/InteractableObjectType.cs +++ b/Assets/Scripts/Enum/InteractableObjectType.cs @@ -10,6 +10,7 @@ public enum InteractableObjectType Enemy = 5, HitBox = 6, Npc = 7, - Rabbit = 8 + Rabbit = 8, + Rat = 9 } } diff --git a/Assets/Scripts/Managers/TagManager.cs b/Assets/Scripts/Managers/TagManager.cs index cd068b8b2..10919c0a0 100644 --- a/Assets/Scripts/Managers/TagManager.cs +++ b/Assets/Scripts/Managers/TagManager.cs @@ -8,6 +8,8 @@ public static class TagManager public const string RABBIT = "Rabbit"; + public const string RAT = "Rat"; + public const string SPHERE = "Sphere"; public const string NPC = "NPC"; public const string ENEMY = "Enemy"; diff --git a/Logs/ApiUpdaterCheck.txt b/Logs/ApiUpdaterCheck.txt index 9aa390bd3..93cfd52a5 100644 --- a/Logs/ApiUpdaterCheck.txt +++ b/Logs/ApiUpdaterCheck.txt @@ -218,3 +218,143 @@ C# parse time : 263ms candidates check time : 41ms console write time : 0ms +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:41:06 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 950,2912ms +moved types parse time: 47ms +candidates parse time : 1ms +C# parse time : 617ms +candidates check time : 64ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:44:16 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 69,8086ms +moved types parse time: 42ms +candidates parse time : 1ms +C# parse time : 175ms +candidates check time : 62ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:45:46 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 54,7467ms +moved types parse time: 41ms +candidates parse time : 1ms +C# parse time : 177ms +candidates check time : 67ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:46:04 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 70,2743ms +moved types parse time: 41ms +candidates parse time : 1ms +C# parse time : 180ms +candidates check time : 67ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:46:32 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 59,7506ms +moved types parse time: 47ms +candidates parse time : 1ms +C# parse time : 202ms +candidates check time : 67ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:46:38 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 64,9966ms +moved types parse time: 41ms +candidates parse time : 1ms +C# parse time : 188ms +candidates check time : 68ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:46:41 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 60,0189ms +moved types parse time: 49ms +candidates parse time : 1ms +C# parse time : 173ms +candidates check time : 67ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:46:46 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 90,1651ms +moved types parse time: 41ms +candidates parse time : 1ms +C# parse time : 176ms +candidates check time : 66ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:47:34 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 74,8694ms +moved types parse time: 40ms +candidates parse time : 0ms +C# parse time : 179ms +candidates check time : 62ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:48:18 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 74,8767ms +moved types parse time: 41ms +candidates parse time : 1ms +C# parse time : 175ms +candidates check time : 56ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:49:01 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 50,0059ms +moved types parse time: 42ms +candidates parse time : 1ms +C# parse time : 185ms +candidates check time : 55ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:49:16 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 58,6488ms +moved types parse time: 42ms +candidates parse time : 1ms +C# parse time : 180ms +candidates check time : 55ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 14:49:21 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 74,9387ms +moved types parse time: 40ms +candidates parse time : 0ms +C# parse time : 171ms +candidates check time : 55ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 29.12.2021 16:42:59 : Starting C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 104,6129ms +moved types parse time: 42ms +candidates parse time : 1ms +C# parse time : 172ms +candidates check time : 43ms +console write time : 0ms + diff --git a/Logs/AssetImportWorker0-prev.log b/Logs/AssetImportWorker0-prev.log new file mode 100644 index 000000000..0c18b3f01 --- /dev/null +++ b/Logs/AssetImportWorker0-prev.log @@ -0,0 +1,3169 @@ +Using pre-set license +Built from '2020.2/release' branch; Version is '2020.2.1f1 (270dd8c3da1c) revision 2559448'; Using compiler version '192528614'; Build Type 'Release' +OS: 'Windows 10 (10.0.0) 64bit' Language: 'ru' Physical Memory: 8029 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 + + COMMAND LINE ARGUMENTS: +C:\Program Files\Unity\Hub\Editor\2020.2.1f1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker0 +-projectPath +C:/Unity/VanHelsing/VanHelsing +-logFile +Logs/AssetImportWorker0.log +-srvPort +65239 +Successfully changed project path to: C:/Unity/VanHelsing/VanHelsing +C:/Unity/VanHelsing/VanHelsing +Using Asset Import Pipeline V2. +Refreshing native plugins compatible for Editor in 128.09 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.45 ms. +Initialize engine version: 2020.2.1f1 (270dd8c3da1c) +[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path C:/Unity/VanHelsing/VanHelsing/Assets +GfxDevice: creating device client; threaded=0 +Direct3D: + Version: Direct3D 11.0 [level 11.1] + Renderer: NVIDIA GeForce GTX 1650 Ti (ID=0x1f95) + Vendor: + VRAM: 3962 MB + Driver: 27.21.14.5763 +Initialize mono +Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Managed' +Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' +Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56908 +Begin MonoManager ReloadAssembly +Registering precompiled unity dll's ... +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.001928 seconds. +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 85.39 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.631 seconds +Platform modules already initialized, skipping +Registering precompiled user dll's ... +Registered in 0.002474 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.91 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.027 seconds +Platform modules already initialized, skipping +======================================================================== +Worker process is ready to serve import requests +Launched and connected shader compiler UnityShaderCompiler.exe after 0.02 seconds +Refreshing native plugins compatible for Editor in 1.11 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1729 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 89.7 MB. +System memory in use after: 89.8 MB. + +Unloading 37 unused Assets to reduce memory usage. Loaded Objects now: 2161. +Total: 2.184200 ms (FindLiveObjects: 0.238500 ms CreateObjectMapping: 0.114100 ms MarkObjects: 1.764800 ms DeleteObjects: 0.065900 ms) + +======================================================================== +Received Import Request. + path: Assets/Resources/Data/RabbitData.asset + artifactKey: Guid(43398a2c55450574da94b5cc7b25fbca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RabbitData.asset using Guid(43398a2c55450574da94b5cc7b25fbca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '68bab3628161ef27b7bb2d0b33907857') in 0.049436 seconds + Import took 0.053857 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004079 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.68 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.10 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.243 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.05 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 86.9 MB. +System memory in use after: 87.0 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2165. +Total: 4.792300 ms (FindLiveObjects: 0.232400 ms CreateObjectMapping: 0.084600 ms MarkObjects: 4.447700 ms DeleteObjects: 0.026300 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003237 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.02 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.107 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 87.9 MB. +System memory in use after: 88.0 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2167. +Total: 2.124000 ms (FindLiveObjects: 0.318000 ms CreateObjectMapping: 0.143500 ms MarkObjects: 1.608700 ms DeleteObjects: 0.052300 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002338 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 2.15 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.17 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.382 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.17 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 87.9 MB. +System memory in use after: 88.0 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2169. +Total: 2.588000 ms (FindLiveObjects: 0.362700 ms CreateObjectMapping: 0.103900 ms MarkObjects: 2.094700 ms DeleteObjects: 0.025000 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002704 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.28 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.09 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.987 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 87.7 MB. +System memory in use after: 87.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2171. +Total: 2.166700 ms (FindLiveObjects: 0.301400 ms CreateObjectMapping: 0.177200 ms MarkObjects: 1.648300 ms DeleteObjects: 0.038700 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002699 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.91 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.969 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.47 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 88.0 MB. +System memory in use after: 88.1 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2173. +Total: 2.113600 ms (FindLiveObjects: 0.285400 ms CreateObjectMapping: 0.061000 ms MarkObjects: 1.731800 ms DeleteObjects: 0.034600 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002812 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.900 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 88.0 MB. +System memory in use after: 88.1 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2175. +Total: 1.873700 ms (FindLiveObjects: 0.303100 ms CreateObjectMapping: 0.110000 ms MarkObjects: 1.436200 ms DeleteObjects: 0.023600 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002362 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.955 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 88.0 MB. +System memory in use after: 88.1 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2177. +Total: 1.539400 ms (FindLiveObjects: 0.181200 ms CreateObjectMapping: 0.060400 ms MarkObjects: 1.279000 ms DeleteObjects: 0.018000 ms) + +======================================================================== +Received Import Request. + Time since last request: 1982.932143 seconds. + path: Assets/Scripts/LocationData/SpawnpointData.cs + artifactKey: Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/LocationData/SpawnpointData.cs using Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a804bc03388020e0ccd5f718f9c5724a') in 0.022496 seconds + Import took 0.029044 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.005836 seconds. + path: Assets/Scripts/LocationData/SpawnpointData.cs + artifactKey: Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/LocationData/SpawnpointData.cs using Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a804bc03388020e0ccd5f718f9c5724a') in 0.002391 seconds + Import took 0.006025 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.010961 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.22 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.141 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 87.8 MB. +System memory in use after: 87.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2179. +Total: 2.080700 ms (FindLiveObjects: 0.244800 ms CreateObjectMapping: 0.080900 ms MarkObjects: 1.726900 ms DeleteObjects: 0.027100 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003350 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.10 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.09 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.126 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.01 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 88.0 MB. +System memory in use after: 88.1 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2181. +Total: 1.985400 ms (FindLiveObjects: 0.283700 ms CreateObjectMapping: 0.076900 ms MarkObjects: 1.567000 ms DeleteObjects: 0.055500 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003485 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.91 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.042 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1685 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 88.0 MB. +System memory in use after: 88.1 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2183. +Total: 1.839200 ms (FindLiveObjects: 0.280300 ms CreateObjectMapping: 0.089700 ms MarkObjects: 1.436600 ms DeleteObjects: 0.030900 ms) + +======================================================================== +Received Import Request. + Time since last request: 622.752780 seconds. + path: Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitData.cs + artifactKey: Guid(9dea14c6996633c46a662ee466e83b72) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitData.cs using Guid(9dea14c6996633c46a662ee466e83b72) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0768b9650d097ecc1fe2c6086e3e2438') in 0.010590 seconds + Import took 0.016241 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.020263 seconds. + path: Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitData.cs + artifactKey: Guid(9dea14c6996633c46a662ee466e83b72) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitData.cs using Guid(9dea14c6996633c46a662ee466e83b72) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0768b9650d097ecc1fe2c6086e3e2438') in 0.002067 seconds + Import took 0.005012 seconds . + +======================================================================== +Received Import Request. + Time since last request: 28.803612 seconds. + path: Assets/Scripts/EntityScripts + artifactKey: Guid(22f78e677354b454289460c9bdbe1844) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts using Guid(22f78e677354b454289460c9bdbe1844) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cef827e861ee331bf1b6e3a072a79567') in 0.011553 seconds + Import took 0.017381 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.392659 seconds. + path: Assets/Scripts/EntityScripts/Enemies + artifactKey: Guid(98fb759d36973ae409c78f76d724ebb7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies using Guid(98fb759d36973ae409c78f76d724ebb7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a2408447525d636d232df4ef242e7012') in 0.016517 seconds + Import took 0.021332 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.039669 seconds. + path: Assets/Scripts/EntityScripts/Enemies/BaseEnemy + artifactKey: Guid(32f8af9b75669384db7c26776fe4e26b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/BaseEnemy using Guid(32f8af9b75669384db7c26776fe4e26b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '53c3313188570a25fed313461e26f173') in 0.015532 seconds + Import took 0.021055 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.569754 seconds. + path: Assets/Scripts/EntityScripts/Enemies/Rabbit + artifactKey: Guid(8edd2af31e730044d9c82498c6ecb0d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/Rabbit using Guid(8edd2af31e730044d9c82498c6ecb0d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9fdfde73831472d0bf71a8d6c4b966c3') in 0.014848 seconds + Import took 0.020064 seconds . + +======================================================================== +Received Import Request. + Time since last request: 18.360863 seconds. + path: Assets/Scripts/EntityScripts/Enemies/Rat + artifactKey: Guid(22d7afa8ca2f6b848a620b3b211736c4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/Rat using Guid(22d7afa8ca2f6b848a620b3b211736c4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '70dc4f414cff50822ef0a4d9c5b42d73') in 0.009769 seconds + Import took 0.014502 seconds . + +======================================================================== +Received Import Request. + Time since last request: 10.126382 seconds. + path: Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitModel.cs + artifactKey: Guid(cbe5a6aebbf3abb4c866d3f14164166e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitModel.cs using Guid(cbe5a6aebbf3abb4c866d3f14164166e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cba101a144252034b1b0249a0d1475c6') in 0.006653 seconds + Import took 0.010737 seconds . + +======================================================================== +Received Import Request. + Time since last request: 11.847289 seconds. + path: Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitStats.cs + artifactKey: Guid(d7ffd6a690be5814bb5ce4aef2cfd527) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitStats.cs using Guid(d7ffd6a690be5814bb5ce4aef2cfd527) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c03fb7106cc162d4761ae52fa8e82643') in 0.013626 seconds + Import took 0.017999 seconds . + +======================================================================== +Received Import Request. + Time since last request: 12.092568 seconds. + path: Assets/Scripts/EntityScripts/Enemies/Rat/RatData.cs + artifactKey: Guid(8fb2be35384bf3642965f30412720131) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/Rat/RatData.cs using Guid(8fb2be35384bf3642965f30412720131) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2f2f4f4848bd85551baf6165e53916f8') in 0.009444 seconds + Import took 0.014072 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002833 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.03 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.975 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1686 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 88.0 MB. +System memory in use after: 88.1 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2186. +Total: 1.867800 ms (FindLiveObjects: 0.433700 ms CreateObjectMapping: 0.165000 ms MarkObjects: 1.250200 ms DeleteObjects: 0.017500 ms) + +======================================================================== +Received Import Request. + Time since last request: 12.617648 seconds. + path: Assets/Scripts/EntityScripts/Enemies/Rat/RatModel.cs + artifactKey: Guid(9fea6c61749d294408c35ceeada50766) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/Rat/RatModel.cs using Guid(9fea6c61749d294408c35ceeada50766) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd7f5cae32580dd81d6967d1bb8b21855') in 0.013879 seconds + Import took 0.019301 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003116 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.79 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.048 seconds +Platform modules already initialized, skipping +Script is not up to date after domain reload: guid(7e227a91ab7e0034ba5540d193c83c28) path("Assets/Scripts/EntityScripts/Enemies/Rat/RatStats.cs") state(2) +Refreshing native plugins compatible for Editor in 1.11 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1687 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 87.8 MB. +System memory in use after: 87.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2189. +Total: 1.954500 ms (FindLiveObjects: 0.308300 ms CreateObjectMapping: 0.121100 ms MarkObjects: 1.498700 ms DeleteObjects: 0.024700 ms) + +======================================================================== +Received Import Request. + Time since last request: 7.237936 seconds. + path: Assets/Scripts/EntityScripts/Enemies/Rat/RatStats.cs + artifactKey: Guid(7e227a91ab7e0034ba5540d193c83c28) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/EntityScripts/Enemies/Rat/RatStats.cs using Guid(7e227a91ab7e0034ba5540d193c83c28) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '23782c68c9184b029a460188b1daa85f') in 0.011321 seconds + Import took 0.017274 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002921 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.14 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.10 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.007 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 2.02 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.14 ms. +Unloading 1688 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 88.1 MB. +System memory in use after: 88.2 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2192. +Total: 1.984900 ms (FindLiveObjects: 0.239300 ms CreateObjectMapping: 0.104500 ms MarkObjects: 1.604500 ms DeleteObjects: 0.035900 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005957 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.30 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.26 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.566 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.99 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1688 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 88.1 MB. +System memory in use after: 88.2 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2194. +Total: 8.409500 ms (FindLiveObjects: 0.969100 ms CreateObjectMapping: 0.165200 ms MarkObjects: 6.995500 ms DeleteObjects: 0.278100 ms) + +======================================================================== +Received Import Request. + Time since last request: 27013.331333 seconds. + path: Assets/Resources + artifactKey: Guid(7e32e4aa0db0db946a302703481b3b43) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources using Guid(7e32e4aa0db0db946a302703481b3b43) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dda5a5a2854c6ddb4b68faee6eba7403') in 0.284420 seconds + Import took 0.508055 seconds . + +======================================================================== +Received Import Request. + Time since last request: 108.743298 seconds. + path: ProjectSettings/TagManager.asset + artifactKey: Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing ProjectSettings/TagManager.asset using Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '836dfd96c0c7b17f16c257c21d9e7de5') in 0.147735 seconds + Import took 0.151850 seconds . + +======================================================================== +Received Import Request. + Time since last request: 15.473539 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd385989ea3d3fc03cfe28729d268348c') in 0.207207 seconds + Import took 0.210894 seconds . + +======================================================================== +Received Import Request. + Time since last request: 35.962468 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9bff2158623cc6a886f35b2802519f34') in 0.009411 seconds + Import took 0.013331 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004942 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 2.37 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.16 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.617 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.98 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1688 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 91.1 MB. +System memory in use after: 91.2 MB. + +Unloading 30 unused Assets to reduce memory usage. Loaded Objects now: 2203. +Total: 4.459800 ms (FindLiveObjects: 0.589000 ms CreateObjectMapping: 0.100200 ms MarkObjects: 3.685000 ms DeleteObjects: 0.084500 ms) + +======================================================================== +Received Import Request. + Time since last request: 2017.433108 seconds. + path: Assets/Resources/Data/LocationData.asset + artifactKey: Guid(56a4acda0f70c87419c0ee18dbcc63ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/LocationData.asset using Guid(56a4acda0f70c87419c0ee18dbcc63ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b80a3c159b0e8401a800b57b0c2aa930') in 0.062829 seconds + Import took 0.068878 seconds . + +======================================================================== +Received Import Request. + Time since last request: 11.704873 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6bbe730b71c37c6ec00bf9bdd734f723') in 0.003423 seconds + Import took 0.006729 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.001379 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6bbe730b71c37c6ec00bf9bdd734f723') in 0.002181 seconds + Import took 0.006227 seconds . + +======================================================================== +Received Import Request. + Time since last request: 50.218206 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f81670bcae31fe39a275e2f388bc081e') in 0.003149 seconds + Import took 0.007055 seconds . + +======================================================================== +Received Import Request. + Time since last request: 21.638723 seconds. + path: Assets/Resources/Data/LocationData.asset + artifactKey: Guid(56a4acda0f70c87419c0ee18dbcc63ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/LocationData.asset using Guid(56a4acda0f70c87419c0ee18dbcc63ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '06b4a1513111b06afc27cebfdc7e976a') in 0.003475 seconds + Import took 0.007857 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002959 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.13 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.057 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.15 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1688 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 90.9 MB. +System memory in use after: 91.0 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2205. +Total: 2.139000 ms (FindLiveObjects: 0.437000 ms CreateObjectMapping: 0.216000 ms MarkObjects: 1.466500 ms DeleteObjects: 0.018300 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002812 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.917 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1688 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 91.1 MB. +System memory in use after: 91.2 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2207. +Total: 1.806300 ms (FindLiveObjects: 0.199300 ms CreateObjectMapping: 0.069600 ms MarkObjects: 1.514600 ms DeleteObjects: 0.021400 ms) + +======================================================================== +Received Import Request. + Time since last request: 56.746690 seconds. + path: Assets/AdditiveAssets/Animations/Mixamo/Battle/Pro Melee Axe Pack/crouch idle.fbx + artifactKey: Guid(c050a453da85bf543a767d34a70b2df2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Animations/Mixamo/Battle/Pro Melee Axe Pack/crouch idle.fbx using Guid(c050a453da85bf543a767d34a70b2df2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '493eced4af736013830dbc0962ed3fd7') in 0.097683 seconds + Import took 0.102351 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000232 seconds. + path: Assets/AdditiveAssets/Animations/Standart/HumanoidCrouch.fbx + artifactKey: Guid(1aba31fe3d07c484ab08baf4a7b9e211) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Animations/Standart/HumanoidCrouch.fbx using Guid(1aba31fe3d07c484ab08baf4a7b9e211) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f066a19c941ded4d67b2302bc8af1701') in 0.020264 seconds + Import took 0.023889 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000260 seconds. + path: Assets/Art/Png/DeathScreen.png + artifactKey: Guid(7c28a1435a33e7644b1a6efa28eeaac2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Png/DeathScreen.png using Guid(7c28a1435a33e7644b1a6efa28eeaac2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a552ed5739d4854a01a17dd331e03e0d') in 0.089870 seconds + Import took 0.093898 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000159 seconds. + path: Assets/AdditiveAssets/Animations/BattleMode/HumanoidCrouch.fbx + artifactKey: Guid(d89ea37480b6d75458aa38843e9688dc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Animations/BattleMode/HumanoidCrouch.fbx using Guid(d89ea37480b6d75458aa38843e9688dc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9e36c084fa6c96a972f0a77c52e68202') in 0.019846 seconds + Import took 0.024029 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000238 seconds. + path: Assets/Prefabs/Resources/Textures/TerrainTexturesPackFree/TerrainTextures/GroundCracked01_N.png + artifactKey: Guid(9511ab33cd5f6724f8c31c380a4814af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Textures/TerrainTexturesPackFree/TerrainTextures/GroundCracked01_N.png using Guid(9511ab33cd5f6724f8c31c380a4814af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9424a4c535728dc958e609adf01ea58c') in 0.047666 seconds + Import took 0.051979 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000190 seconds. + path: Assets/AdditiveAssets/Animations/Mixamo/Battle/Pro Melee Axe Pack 2/crouch idle.fbx + artifactKey: Guid(81d7a236545d82a4f949f14b42806f33) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Animations/Mixamo/Battle/Pro Melee Axe Pack 2/crouch idle.fbx using Guid(81d7a236545d82a4f949f14b42806f33) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a9849203f60d7981e8f5855251153082') in 0.023268 seconds + Import took 0.028321 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000235 seconds. + path: Assets/AdditiveAssets/Animations/Mixamo/Battle/Pro Melee Axe Pack/crouch to standing idle.fbx + artifactKey: Guid(183aae1398977e44ea91dbd226eaf069) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Animations/Mixamo/Battle/Pro Melee Axe Pack/crouch to standing idle.fbx using Guid(183aae1398977e44ea91dbd226eaf069) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd7c5cc77ed1694212c239e8765c227be') in 0.027051 seconds + Import took 0.031133 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000281 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Textures/Misc/Dungeons_Crystal_Metallic.tif + artifactKey: Guid(b8d8f0f13772c374d8d6354900c44e30) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Textures/Misc/Dungeons_Crystal_Metallic.tif using Guid(b8d8f0f13772c374d8d6354900c44e30) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '71809699e1d62cf728e510b4db7b0446') in 0.029558 seconds + Import took 0.035089 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000511 seconds. + path: Assets/AdditiveAssets/Animations/Mixamo/Battle/Pro Melee Axe Pack 2/crouch to standing idle.fbx + artifactKey: Guid(22f31f4ebeac086438fbd70953c7fe3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Animations/Mixamo/Battle/Pro Melee Axe Pack 2/crouch to standing idle.fbx using Guid(22f31f4ebeac086438fbd70953c7fe3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c56f2b322562f7afab1810d4f9ea76d9') in 0.019504 seconds + Import took 0.024284 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000192 seconds. + path: Assets/Prefabs/Resources/Textures/TerrainTexturesPackFree/TerrainTextures/GroundCracked01.png + artifactKey: Guid(a87cbf62329d56d4681d92302095915c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Textures/TerrainTexturesPackFree/TerrainTextures/GroundCracked01.png using Guid(a87cbf62329d56d4681d92302095915c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd91744d929c198c1b344f96899000dc3') in 0.035657 seconds + Import took 0.039255 seconds . + +======================================================================== +Received Import Request. + Time since last request: 72.074974 seconds. + path: Assets/Scripts/Controllers/Factories/CreateRatModel.cs + artifactKey: Guid(08db3e3114326494fa1c77638486822e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Controllers/Factories/CreateRatModel.cs using Guid(08db3e3114326494fa1c77638486822e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd829ddb567909d809e0938d36618e7c1') in 0.015846 seconds + Import took 0.021953 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.002012 seconds. + path: Assets/Scripts/Controllers/Factories/CreateRatModel.cs + artifactKey: Guid(08db3e3114326494fa1c77638486822e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Controllers/Factories/CreateRatModel.cs using Guid(08db3e3114326494fa1c77638486822e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd829ddb567909d809e0938d36618e7c1') in 0.003442 seconds + Import took 0.007870 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003783 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.11 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.10 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.076 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 91.4 MB. +System memory in use after: 91.6 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2217. +Total: 4.505200 ms (FindLiveObjects: 0.462900 ms CreateObjectMapping: 0.189900 ms MarkObjects: 3.795900 ms DeleteObjects: 0.052800 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002536 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.07 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.983 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.07 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 91.5 MB. +System memory in use after: 91.6 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2219. +Total: 2.142100 ms (FindLiveObjects: 0.292100 ms CreateObjectMapping: 0.084800 ms MarkObjects: 1.741100 ms DeleteObjects: 0.022600 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003935 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.986 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.99 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 91.3 MB. +System memory in use after: 91.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2221. +Total: 2.729100 ms (FindLiveObjects: 0.198200 ms CreateObjectMapping: 0.049100 ms MarkObjects: 2.446700 ms DeleteObjects: 0.033500 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002642 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.15 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.977 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.00 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 91.5 MB. +System memory in use after: 91.6 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2223. +Total: 2.364700 ms (FindLiveObjects: 0.360000 ms CreateObjectMapping: 0.132600 ms MarkObjects: 1.844300 ms DeleteObjects: 0.026100 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002418 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.942 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 91.5 MB. +System memory in use after: 91.6 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2225. +Total: 1.839400 ms (FindLiveObjects: 0.207700 ms CreateObjectMapping: 0.085000 ms MarkObjects: 1.526600 ms DeleteObjects: 0.019300 ms) + +======================================================================== +Received Import Request. + Time since last request: 692.351711 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacters.fbx + artifactKey: Guid(038320a534bd8b444b43734860d1a211) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacters.fbx using Guid(038320a534bd8b444b43734860d1a211) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '64d58c973c7f01409068063844c4a679') in 2.316469 seconds + Import took 2.331869 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000288 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_02_Static.fbx + artifactKey: Guid(4a93e7a8c8572e849a9ab2f56a9a3cde) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_02_Static.fbx using Guid(4a93e7a8c8572e849a9ab2f56a9a3cde) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '19f252d54b5ec8ac5edd9474678ee3c0') in 0.030081 seconds + Import took 0.035447 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000252 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_03_Static.prefab + artifactKey: Guid(20762479a26b52f449d9a1ded58953e2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_03_Static.prefab using Guid(20762479a26b52f449d9a1ded58953e2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '568b12e2f902929a6e0cc8018de76a52') in 0.502620 seconds + Import took 0.507303 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000243 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_01_Static.prefab + artifactKey: Guid(69f0e63ebb20f4a40a768010eff6f691) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_01_Static.prefab using Guid(69f0e63ebb20f4a40a768010eff6f691) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dc88fd4cfe1ece42193f55aa03cbe42c') in 0.024797 seconds + Import took 0.029063 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000239 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_02_Static.prefab + artifactKey: Guid(60e3ada3e98e75c4f9589b6dc4585858) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_02_Static.prefab using Guid(60e3ada3e98e75c4f9589b6dc4585858) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00e5598e2eebb31153664fee20f176c6') in 0.022189 seconds + Import took 0.027249 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000235 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_01_Static.fbx + artifactKey: Guid(725cbaeaef693d84a9d1b30fa1338ab3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_01_Static.fbx using Guid(725cbaeaef693d84a9d1b30fa1338ab3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6fad9cdfaa980c8c242e3de82eb7afc0') in 0.017702 seconds + Import took 0.024033 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000198 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_03_Static.fbx + artifactKey: Guid(b0d797e56949c5c48b3288d2b9b7f419) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_03_Static.fbx using Guid(b0d797e56949c5c48b3288d2b9b7f419) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '036c6de72b1c5086b6c005a66e82c1a1') in 0.012978 seconds + Import took 0.018055 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000602 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_04_Static.fbx + artifactKey: Guid(1bea181ee2cf27b4e89d8eace50181e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_04_Static.fbx using Guid(1bea181ee2cf27b4e89d8eace50181e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3a926c0361382409a6c017c4a0c012a4') in 0.023322 seconds + Import took 0.029282 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000167 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_05_Static.prefab + artifactKey: Guid(9f9cd50e5fe4d2340ac1d89defd7be6f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_05_Static.prefab using Guid(9f9cd50e5fe4d2340ac1d89defd7be6f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b298222c5aaf9b13d925a1888649c0cd') in 0.026604 seconds + Import took 0.030195 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000167 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_06_Static.prefab + artifactKey: Guid(a18bb3fa56bf774488fcc30feaf68e6f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_06_Static.prefab using Guid(a18bb3fa56bf774488fcc30feaf68e6f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c06b21634a62f80d1e54812f1e707e24') in 0.024413 seconds + Import took 0.027721 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000157 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_05_Static.fbx + artifactKey: Guid(362bf65bbc9599c439ab27f1d87c0802) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_05_Static.fbx using Guid(362bf65bbc9599c439ab27f1d87c0802) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'da1ace41ae21403b3e87d9593756c5ca') in 0.016060 seconds + Import took 0.021254 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000236 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_06_Static.fbx + artifactKey: Guid(85a06b41d27772a469d07dff0ad40b8b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_06_Static.fbx using Guid(85a06b41d27772a469d07dff0ad40b8b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '94e964bf393fb0d9d414298f458c430e') in 0.017426 seconds + Import took 0.024899 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000171 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_04_Static.prefab + artifactKey: Guid(ffd78f453c88e3d4faa576f1c7c56c16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_04_Static.prefab using Guid(ffd78f453c88e3d4faa576f1c7c56c16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '762b4743a9a5779e07f352a80c84dad2') in 0.015539 seconds + Import took 0.021184 seconds . + +======================================================================== +Received Import Request. + Time since last request: 6.603233 seconds. + path: Assets/Prefabs/StartDialogueView.prefab + artifactKey: Guid(d92b3fc300606784b99d450f68d62c7e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/StartDialogueView.prefab using Guid(d92b3fc300606784b99d450f68d62c7e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '488de3709a29cf918fe6939be191cde0') in 0.010720 seconds + Import took 0.014372 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000299 seconds. + path: Assets/Prefabs/TargetMark.prefab + artifactKey: Guid(3a80d21ca1e78194c8abdb87e28d79a0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/TargetMark.prefab using Guid(3a80d21ca1e78194c8abdb87e28d79a0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9a4e8daaf2eefe99dd235fc0eac84a24') in 0.021050 seconds + Import took 0.024603 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.035563 seconds. + path: Assets/Prefabs/TestEnemy.prefab + artifactKey: Guid(cd76716bc9e8fc043bce967d63b3e709) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/TestEnemy.prefab using Guid(cd76716bc9e8fc043bce967d63b3e709) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e9a0f3f30f0b0e3353b830b0f6c1b46f') in 0.014433 seconds + Import took 0.018756 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000189 seconds. + path: Assets/Prefabs/TwoHandedSword.prefab + artifactKey: Guid(21784e92168284f4c9d810067f4d9446) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/TwoHandedSword.prefab using Guid(21784e92168284f4c9d810067f4d9446) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '169af22e8d9757f830158eb564860df7') in 0.031859 seconds + Import took 0.036556 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000253 seconds. + path: Assets/Prefabs/Well.prefab + artifactKey: Guid(22780bb3d42e70349b5857c462d56bcb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Well.prefab using Guid(22780bb3d42e70349b5857c462d56bcb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd32e4c35093311bc35e4551d130b9be5') in 0.232600 seconds + Import took 0.236056 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000162 seconds. + path: Assets/Prefabs/TestNPC.prefab + artifactKey: Guid(a3d7f96b7e082b7439af7b71499abed2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/TestNPC.prefab using Guid(a3d7f96b7e082b7439af7b71499abed2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd7e894d9bb668c349f7273dfb508031f') in 0.038730 seconds + Import took 0.042477 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.002668 seconds. + path: Assets/Prefabs/TestNPC.prefab + artifactKey: Guid(a3d7f96b7e082b7439af7b71499abed2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/TestNPC.prefab using Guid(a3d7f96b7e082b7439af7b71499abed2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd7e894d9bb668c349f7273dfb508031f') in 0.009884 seconds + Import took 0.015276 seconds . + +======================================================================== +Received Import Request. + Time since last request: 7.516216 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_07_Static.prefab + artifactKey: Guid(d3fa3903229ced5449621d55cf64ebe7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_07_Static.prefab using Guid(d3fa3903229ced5449621d55cf64ebe7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ded996da1610d827a3538fbb9b902d30') in 0.020230 seconds + Import took 0.024410 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000306 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_08_Static.fbx + artifactKey: Guid(22f3dc793b82da04eb43eeb6a463dd8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_08_Static.fbx using Guid(22f3dc793b82da04eb43eeb6a463dd8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2ab4edbae90402f12e6884c1ed1f37b7') in 0.022052 seconds + Import took 0.025774 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000255 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_07_Static.fbx + artifactKey: Guid(0328a446102d20240aa5d0af802d132f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_07_Static.fbx using Guid(0328a446102d20240aa5d0af802d132f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9eea5d87d323785377cbfb9398e25869') in 0.018063 seconds + Import took 0.021976 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.275226 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_08_Static.prefab + artifactKey: Guid(a87b883ec9cbed04f99cf6f724cbb371) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_08_Static.prefab using Guid(a87b883ec9cbed04f99cf6f724cbb371) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd989667afe1bbc3c2c057d31cefb1702') in 0.019559 seconds + Import took 0.024120 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000263 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_09_Static.prefab + artifactKey: Guid(899b85a1e7b4c8648893bb6dddb2519f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_09_Static.prefab using Guid(899b85a1e7b4c8648893bb6dddb2519f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '70c9410c914e887fbad937b3bc0db2f9') in 0.023232 seconds + Import took 0.027154 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000271 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_11_Static.fbx + artifactKey: Guid(bb67c4df3781fc64fb5ddb1343616fa8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_11_Static.fbx using Guid(bb67c4df3781fc64fb5ddb1343616fa8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '982997e8e70d1eab41ecc7df50b8a740') in 0.023184 seconds + Import took 0.027659 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000789 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_10_Static.fbx + artifactKey: Guid(b7fa1cbf83b2f614c8036da2c67cd365) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_10_Static.fbx using Guid(b7fa1cbf83b2f614c8036da2c67cd365) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bf3004d8af355c178a03cf34221d9557') in 0.020339 seconds + Import took 0.026009 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000300 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_11_Static.prefab + artifactKey: Guid(7f24cce7e304a154db0fc9c580b8eee4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_11_Static.prefab using Guid(7f24cce7e304a154db0fc9c580b8eee4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6081df21781831e543ec14b453f4a4ba') in 0.014508 seconds + Import took 0.020320 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000201 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_10_Static.prefab + artifactKey: Guid(988b7bab806ad994b8574e9fc0dd1245) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_10_Static.prefab using Guid(988b7bab806ad994b8574e9fc0dd1245) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5229f850bc26728ac85a9fdcec2ebe13') in 0.017828 seconds + Import took 0.022232 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000232 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_12_Static.prefab + artifactKey: Guid(05deba6a2a7585a4ebe27844ccee94bb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_12_Static.prefab using Guid(05deba6a2a7585a4ebe27844ccee94bb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3784be5d76cb8909e3193c57b3feb4f1') in 0.025055 seconds + Import took 0.028677 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000214 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_12_Static.fbx + artifactKey: Guid(af6458698517f1d4c99b12fc49a69042) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_12_Static.fbx using Guid(af6458698517f1d4c99b12fc49a69042) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a614c0c48a89e524a3a92ca2230aefb0') in 0.016293 seconds + Import took 0.021086 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000175 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_09_Static.fbx + artifactKey: Guid(356086ee030d78c43b8ae2ed45c8b4f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_09_Static.fbx using Guid(356086ee030d78c43b8ae2ed45c8b4f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e5f98552683cbff510061386960b55d3') in 0.015924 seconds + Import took 0.021102 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.011666 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_09_Static.fbx + artifactKey: Guid(356086ee030d78c43b8ae2ed45c8b4f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_09_Static.fbx using Guid(356086ee030d78c43b8ae2ed45c8b4f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e5f98552683cbff510061386960b55d3') in 0.015491 seconds + Import took 0.020081 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.132543 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_13_Static.prefab + artifactKey: Guid(35e5b9ed52da74749814fe151fa5609e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_13_Static.prefab using Guid(35e5b9ed52da74749814fe151fa5609e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ffd65f0bcca2ad097136e112a63e2a18') in 0.030143 seconds + Import took 0.034371 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000267 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_14_Static.prefab + artifactKey: Guid(9f9823cda78e9d340a7370ddcfce2e84) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_14_Static.prefab using Guid(9f9823cda78e9d340a7370ddcfce2e84) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b570b2967a3792343a0dbf3305418f80') in 0.021855 seconds + Import took 0.026947 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000310 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_13_Static.fbx + artifactKey: Guid(aae748f7224a8bf44b1ade1b494baabc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_13_Static.fbx using Guid(aae748f7224a8bf44b1ade1b494baabc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ac682bc6a3ae2751bea23c199cdd7d59') in 0.012857 seconds + Import took 0.018299 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.001631 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_14_Static.fbx + artifactKey: Guid(f9cd341d22017ca408c163b519faff70) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_14_Static.fbx using Guid(f9cd341d22017ca408c163b519faff70) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1e3d5f109c0c6f07c624e8ae2285e377') in 0.016713 seconds + Import took 0.020385 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000243 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_15_Static.fbx + artifactKey: Guid(b12c5729578095e44b6a725ebf9a1257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_15_Static.fbx using Guid(b12c5729578095e44b6a725ebf9a1257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b187e2ee30bb2c3d626ed83ee4265d3c') in 0.022358 seconds + Import took 0.025860 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000218 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_14_Static.fbx + artifactKey: Guid(f9cd341d22017ca408c163b519faff70) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_14_Static.fbx using Guid(f9cd341d22017ca408c163b519faff70) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1e3d5f109c0c6f07c624e8ae2285e377') in 0.012474 seconds + Import took 0.016504 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000419 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_16_Static.prefab + artifactKey: Guid(a4046ba3f2f60e449b1b697ccdf257f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_16_Static.prefab using Guid(a4046ba3f2f60e449b1b697ccdf257f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0612942161e50d2b546a13b8e6567c83') in 0.021265 seconds + Import took 0.028436 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000232 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_16_Static.fbx + artifactKey: Guid(10fa7205cc9751f46baf5b4a76c46e51) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_16_Static.fbx using Guid(10fa7205cc9751f46baf5b4a76c46e51) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4e126059191f57251ada695cff19c338') in 0.012967 seconds + Import took 0.017900 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000542 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_17_Static.fbx + artifactKey: Guid(a52a480234a692e4d9a30eb31da5de7a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_17_Static.fbx using Guid(a52a480234a692e4d9a30eb31da5de7a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '03a08370e4cd0c2c1ff5bb3ed66c4a4b') in 0.021805 seconds + Import took 0.027348 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000306 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_15_Static.fbx + artifactKey: Guid(b12c5729578095e44b6a725ebf9a1257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_15_Static.fbx using Guid(b12c5729578095e44b6a725ebf9a1257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b187e2ee30bb2c3d626ed83ee4265d3c') in 0.012819 seconds + Import took 0.017038 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000180 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_15_Static.prefab + artifactKey: Guid(d9c3605dd911d4b4db06555e3795dbb0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_15_Static.prefab using Guid(d9c3605dd911d4b4db06555e3795dbb0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '31928a6c1ea167ef4bef02daa9ac22e8') in 0.012879 seconds + Import took 0.016493 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002506 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.02 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.981 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.32 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.2 MB. +System memory in use after: 94.3 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2232. +Total: 1.593100 ms (FindLiveObjects: 0.185100 ms CreateObjectMapping: 0.067500 ms MarkObjects: 1.318600 ms DeleteObjects: 0.020700 ms) + +======================================================================== +Received Import Request. + Time since last request: 42.177307 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '143fee5740be5005f3873fac3f03392d') in 0.051258 seconds + Import took 0.055598 seconds . + +======================================================================== +Received Import Request. + Time since last request: 3.497892 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9da6b178288cb87fa485a02a62918588') in 0.007302 seconds + Import took 0.011313 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.007450 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.59 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.59 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.795 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.2 MB. +System memory in use after: 94.3 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2235. +Total: 2.270000 ms (FindLiveObjects: 0.201300 ms CreateObjectMapping: 0.068100 ms MarkObjects: 1.972900 ms DeleteObjects: 0.026500 ms) + +======================================================================== +Received Import Request. + Time since last request: 1121.120434 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '842aeb7e89e5213e5aa04f721c6c8bb9') in 0.046158 seconds + Import took 0.050831 seconds . + +======================================================================== +Received Import Request. + Time since last request: 58.535602 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_17_Static.prefab + artifactKey: Guid(39ffdfb7cd1065744b10adf52216bbfe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_17_Static.prefab using Guid(39ffdfb7cd1065744b10adf52216bbfe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e878612273884fce8b0819b2473d81cb') in 0.099707 seconds + Import took 0.105754 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000171 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_21_Static.fbx + artifactKey: Guid(6780dfd12b53f964e8210d41fb342701) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_21_Static.fbx using Guid(6780dfd12b53f964e8210d41fb342701) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '71ecd6407d6de669f639766ff2ef227b') in 0.046529 seconds + Import took 0.050292 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000242 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_19_Static.fbx + artifactKey: Guid(ab29a1d9637989945975b17f69b17f18) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_19_Static.fbx using Guid(ab29a1d9637989945975b17f69b17f18) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '365f99ef0de401e2820f6e5520a5142e') in 0.032536 seconds + Import took 0.038198 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000218 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_18_Static.prefab + artifactKey: Guid(fca8396a6cddd4446bc796f8af32616b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_18_Static.prefab using Guid(fca8396a6cddd4446bc796f8af32616b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '72f1ae3b1b9ea75b948f10667076c431') in 0.034022 seconds + Import took 0.037730 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000189 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_21_Static.prefab + artifactKey: Guid(c94bdd0e86ff9c343a7d9918f2d9a49a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_21_Static.prefab using Guid(c94bdd0e86ff9c343a7d9918f2d9a49a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6002be572628508e20e536ea808eeaf7') in 0.015336 seconds + Import took 0.019590 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000227 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_20_Static.prefab + artifactKey: Guid(b964ace3f75ae974fb788e3fa9dafb83) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_20_Static.prefab using Guid(b964ace3f75ae974fb788e3fa9dafb83) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4fb59f11fd56a713b0c8e7e15b8e4057') in 0.023292 seconds + Import took 0.027166 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000178 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_20_Static.fbx + artifactKey: Guid(8bc0befbcb7a2534b8c35b4ffc647ed0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_20_Static.fbx using Guid(8bc0befbcb7a2534b8c35b4ffc647ed0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7ba760a68f1f7855e326928d043dfc6c') in 0.012988 seconds + Import took 0.018276 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000237 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_18_Static.fbx + artifactKey: Guid(b9e5d7d024cb2ee44a73d5e546423c83) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Models/ModularCharacter_StaticParts/Chr_ShoulderAttachLeft_18_Static.fbx using Guid(b9e5d7d024cb2ee44a73d5e546423c83) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f1fc5ec35f59fbc22db9441c113c35f1') in 0.014951 seconds + Import took 0.020060 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000181 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_19_Static.prefab + artifactKey: Guid(1031689d90536f241874bb0019c5493b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Prefabs/Characters_ModularParts_Static/Chr_ShoulderAttachLeft_19_Static.prefab using Guid(1031689d90536f241874bb0019c5493b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f6b11db209479965945f17bc34c1890e') in 0.022913 seconds + Import took 0.026929 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002991 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.972 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.1 MB. +System memory in use after: 95.2 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2238. +Total: 1.830000 ms (FindLiveObjects: 0.207500 ms CreateObjectMapping: 0.062600 ms MarkObjects: 1.495000 ms DeleteObjects: 0.063600 ms) + +======================================================================== +Received Import Request. + Time since last request: 118.084617 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'edf0932938ddea3004c27f1d5e0cb223') in 0.014137 seconds + Import took 0.025272 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003683 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.91 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.930 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.99 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2240. +Total: 2.174800 ms (FindLiveObjects: 0.349800 ms CreateObjectMapping: 0.134900 ms MarkObjects: 1.658500 ms DeleteObjects: 0.030700 ms) + +======================================================================== +Received Import Request. + Time since last request: 9.330345 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd5de640416ee355e93346aa9d42f39aa') in 0.016015 seconds + Import took 0.020178 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.349022 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd5de640416ee355e93346aa9d42f39aa') in 0.002708 seconds + Import took 0.005923 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002382 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.913 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2242. +Total: 4.734100 ms (FindLiveObjects: 0.515900 ms CreateObjectMapping: 0.193800 ms MarkObjects: 3.957000 ms DeleteObjects: 0.063600 ms) + +======================================================================== +Received Import Request. + Time since last request: 16.643995 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd2840d251e1f7ccab3ae7aae0b399f2a') in 0.024835 seconds + Import took 0.032380 seconds . + +======================================================================== +Received Import Request. + Time since last request: 12.231623 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9e7a06d68469c16273220093be8cf764') in 0.002891 seconds + Import took 0.006502 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.146984 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '30fd335f6ab8e685562d035e76a4c2c4') in 0.003713 seconds + Import took 0.008658 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002569 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.916 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2244. +Total: 2.011400 ms (FindLiveObjects: 0.250400 ms CreateObjectMapping: 0.064400 ms MarkObjects: 1.676000 ms DeleteObjects: 0.019400 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003482 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.06 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.943 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.00 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2246. +Total: 1.823300 ms (FindLiveObjects: 0.212400 ms CreateObjectMapping: 0.077000 ms MarkObjects: 1.514700 ms DeleteObjects: 0.017600 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003276 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.74 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.12 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.235 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.2 MB. +System memory in use after: 94.3 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2248. +Total: 1.879500 ms (FindLiveObjects: 0.219100 ms CreateObjectMapping: 0.075800 ms MarkObjects: 1.564300 ms DeleteObjects: 0.018600 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004260 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.956 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2250. +Total: 2.450900 ms (FindLiveObjects: 0.279800 ms CreateObjectMapping: 0.067100 ms MarkObjects: 2.051400 ms DeleteObjects: 0.051500 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002747 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.981 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2252. +Total: 1.831800 ms (FindLiveObjects: 0.301800 ms CreateObjectMapping: 0.144600 ms MarkObjects: 1.353400 ms DeleteObjects: 0.031100 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002507 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.11 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.933 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.19 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2254. +Total: 1.855600 ms (FindLiveObjects: 0.274000 ms CreateObjectMapping: 0.071500 ms MarkObjects: 1.489400 ms DeleteObjects: 0.018700 ms) + +======================================================================== +Received Import Request. + Time since last request: 303.013417 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '458225a871115fa5b861a162974e209a') in 0.011925 seconds + Import took 0.016169 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.859875 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '458225a871115fa5b861a162974e209a') in 0.002785 seconds + Import took 0.005697 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002811 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.06 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.977 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.03 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2256. +Total: 1.951600 ms (FindLiveObjects: 0.314300 ms CreateObjectMapping: 0.130900 ms MarkObjects: 1.467400 ms DeleteObjects: 0.038000 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002501 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.91 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.909 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.4 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2258. +Total: 2.120900 ms (FindLiveObjects: 0.435300 ms CreateObjectMapping: 0.092600 ms MarkObjects: 1.534700 ms DeleteObjects: 0.057200 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002694 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.970 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.98 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.3 MB. +System memory in use after: 94.5 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2260. +Total: 1.743500 ms (FindLiveObjects: 0.273800 ms CreateObjectMapping: 0.084900 ms MarkObjects: 1.369100 ms DeleteObjects: 0.014900 ms) + +======================================================================== +Received Import Request. + Time since last request: 375.090031 seconds. + path: Assets/Resources/Data/CharacterData.asset + artifactKey: Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/CharacterData.asset using Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2a340d7bab9529e05f94ccf7d4966121') in 0.749393 seconds + Import took 0.769741 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002432 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.48 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.927 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.5 MB. +System memory in use after: 94.6 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2262. +Total: 2.303200 ms (FindLiveObjects: 0.340400 ms CreateObjectMapping: 0.128500 ms MarkObjects: 1.767100 ms DeleteObjects: 0.066100 ms) + +======================================================================== +Received Import Request. + Time since last request: 17.907234 seconds. + path: Assets/Resources/Data/CharacterData.asset + artifactKey: Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/CharacterData.asset using Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '75c6b1a4f5f0dba15e0648199125b0fd') in 0.183217 seconds + Import took 0.203138 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.632444 seconds. + path: Assets/Resources/Data/CharacterData.asset + artifactKey: Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/CharacterData.asset using Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '75c6b1a4f5f0dba15e0648199125b0fd') in 0.133496 seconds + Import took 0.152851 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005869 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.01 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.963 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.5 MB. +System memory in use after: 94.6 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2264. +Total: 1.938300 ms (FindLiveObjects: 0.289100 ms CreateObjectMapping: 0.119800 ms MarkObjects: 1.512900 ms DeleteObjects: 0.015900 ms) + +======================================================================== +Received Import Request. + Time since last request: 146.769656 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0a179d55026c10d9c2a2f47eed90ac69') in 0.077102 seconds + Import took 0.083665 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.934916 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0ff3c26ddac1937ae37ac70407f010ac') in 0.010493 seconds + Import took 0.015159 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002464 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.35 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.13 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.008 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.99 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.5 MB. +System memory in use after: 94.7 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2267. +Total: 2.055300 ms (FindLiveObjects: 0.212400 ms CreateObjectMapping: 0.066500 ms MarkObjects: 1.701900 ms DeleteObjects: 0.073400 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003034 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.28 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.060 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.98 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.5 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2269. +Total: 2.554000 ms (FindLiveObjects: 0.444500 ms CreateObjectMapping: 0.134800 ms MarkObjects: 1.943900 ms DeleteObjects: 0.029600 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002739 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.912 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.99 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.4 MB. +System memory in use after: 94.5 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2271. +Total: 1.994800 ms (FindLiveObjects: 0.226700 ms CreateObjectMapping: 0.068700 ms MarkObjects: 1.680700 ms DeleteObjects: 0.018000 ms) + +======================================================================== +Received Import Request. + Time since last request: 126.412398 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ff9d25fd2002cb83dae27cafde249e33') in 0.050588 seconds + Import took 0.055387 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.977430 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '270e3a9da8aba43d44e019364c975813') in 0.009020 seconds + Import took 0.012759 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003439 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.931 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2274. +Total: 4.449700 ms (FindLiveObjects: 0.356000 ms CreateObjectMapping: 0.173800 ms MarkObjects: 3.856700 ms DeleteObjects: 0.061000 ms) + +======================================================================== +Received Import Request. + Time since last request: 21.453575 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '79f3c939d77ca02922dcd4a9e98e8b2a') in 0.058988 seconds + Import took 0.063851 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.335326 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '61abf0d9eecb6ea3803130642c25dbc2') in 0.008879 seconds + Import took 0.013177 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002377 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.05 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.960 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2277. +Total: 2.012400 ms (FindLiveObjects: 0.274900 ms CreateObjectMapping: 0.107800 ms MarkObjects: 1.606700 ms DeleteObjects: 0.021600 ms) + +======================================================================== +Received Import Request. + Time since last request: 346.461576 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '31c1ac3b80ea68b27c2f5239da2f728c') in 0.013038 seconds + Import took 0.027648 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.700587 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '31c1ac3b80ea68b27c2f5239da2f728c') in 0.003250 seconds + Import took 0.006388 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002515 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.959 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.99 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2279. +Total: 2.217700 ms (FindLiveObjects: 0.348700 ms CreateObjectMapping: 0.079700 ms MarkObjects: 1.735000 ms DeleteObjects: 0.053200 ms) + +======================================================================== +Received Import Request. + Time since last request: 88.565893 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '055212aed51cd169bc0a339c731c58de') in 0.019233 seconds + Import took 0.023862 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002657 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.928 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2281. +Total: 1.712400 ms (FindLiveObjects: 0.217600 ms CreateObjectMapping: 0.096300 ms MarkObjects: 1.380600 ms DeleteObjects: 0.017000 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003291 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.051 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.5 MB. +System memory in use after: 94.6 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2283. +Total: 4.544400 ms (FindLiveObjects: 0.442200 ms CreateObjectMapping: 0.184700 ms MarkObjects: 3.864400 ms DeleteObjects: 0.050300 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002668 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.91 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.922 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2285. +Total: 1.705900 ms (FindLiveObjects: 0.256600 ms CreateObjectMapping: 0.107900 ms MarkObjects: 1.311500 ms DeleteObjects: 0.029400 ms) + +======================================================================== +Received Import Request. + Time since last request: 559.891964 seconds. + path: Assets/Resources/Data/CharacterData.asset + artifactKey: Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/CharacterData.asset using Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '380e35a1f8e146a52d38a660b63d838b') in 0.486073 seconds + Import took 0.508693 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002604 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.06 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.924 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2287. +Total: 1.762500 ms (FindLiveObjects: 0.203400 ms CreateObjectMapping: 0.056300 ms MarkObjects: 1.485500 ms DeleteObjects: 0.015900 ms) + +======================================================================== +Received Import Request. + Time since last request: 19.114312 seconds. + path: Assets/Resources/Data/CharacterData.asset + artifactKey: Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/CharacterData.asset using Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '974884cc4458d2a9b51c309cf9fa32c1') in 0.161264 seconds + Import took 0.181508 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.746255 seconds. + path: Assets/Resources/Data/CharacterData.asset + artifactKey: Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/CharacterData.asset using Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '974884cc4458d2a9b51c309cf9fa32c1') in 0.140297 seconds + Import took 0.161315 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002582 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.922 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2289. +Total: 1.601400 ms (FindLiveObjects: 0.210700 ms CreateObjectMapping: 0.079300 ms MarkObjects: 1.294200 ms DeleteObjects: 0.016400 ms) + +======================================================================== +Received Import Request. + Time since last request: 149.343510 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b40fdda56c97610d2377214584a73a96') in 0.069728 seconds + Import took 0.074774 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002511 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.019 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.34 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.18 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2292. +Total: 3.095400 ms (FindLiveObjects: 0.788800 ms CreateObjectMapping: 0.118500 ms MarkObjects: 2.151500 ms DeleteObjects: 0.031900 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003397 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.932 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2294. +Total: 1.700600 ms (FindLiveObjects: 0.198800 ms CreateObjectMapping: 0.066800 ms MarkObjects: 1.419100 ms DeleteObjects: 0.015000 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003088 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.908 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.03 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2296. +Total: 2.775300 ms (FindLiveObjects: 0.330400 ms CreateObjectMapping: 0.095900 ms MarkObjects: 2.319600 ms DeleteObjects: 0.027800 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004034 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.76 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.18 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.462 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 2.05 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.39 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2298. +Total: 2.739200 ms (FindLiveObjects: 0.286900 ms CreateObjectMapping: 0.091500 ms MarkObjects: 2.323500 ms DeleteObjects: 0.034900 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002597 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.98 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.938 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2300. +Total: 1.574800 ms (FindLiveObjects: 0.204600 ms CreateObjectMapping: 0.062100 ms MarkObjects: 1.290800 ms DeleteObjects: 0.016500 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002774 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.91 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.13 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.926 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2302. +Total: 1.677800 ms (FindLiveObjects: 0.221800 ms CreateObjectMapping: 0.074100 ms MarkObjects: 1.364200 ms DeleteObjects: 0.016900 ms) + +======================================================================== +Received Import Request. + Time since last request: 785.509419 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0d0da4bcceb8ca5ed1c5e0eb62e9fe88') in 0.020342 seconds + Import took 0.025797 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002594 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.23 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.160 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.10 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2304. +Total: 4.072400 ms (FindLiveObjects: 0.514500 ms CreateObjectMapping: 0.180400 ms MarkObjects: 3.348900 ms DeleteObjects: 0.024600 ms) + +======================================================================== +Received Import Request. + Time since last request: 72.612601 seconds. + path: Assets/Resources/Rat.prefab + artifactKey: Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat.prefab using Guid(820afe2dd7cb6714a95ad9bd5a32c5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8edc6028de364b3dd22ec9447dfbc68b') in 0.082566 seconds + Import took 0.089707 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002516 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.10 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.945 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.5 MB. +System memory in use after: 94.6 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2307. +Total: 2.185400 ms (FindLiveObjects: 0.308600 ms CreateObjectMapping: 0.123500 ms MarkObjects: 1.691200 ms DeleteObjects: 0.061300 ms) + +======================================================================== +Received Import Request. + Time since last request: 383.712727 seconds. + path: Assets/Resources/Rat 1.prefab + artifactKey: Guid(e2a8b85b7c411a944836e1a031ecef76) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat 1.prefab using Guid(e2a8b85b7c411a944836e1a031ecef76) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '960d2549a2f3673818701daaaa0c9293') in 0.066914 seconds + Import took 0.072497 seconds . + +======================================================================== +Received Import Request. + Time since last request: 25.342828 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '47dd8afe9df795984937bd3c7fff755d') in 0.004432 seconds + Import took 0.010095 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004571 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.992 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2310. +Total: 2.179400 ms (FindLiveObjects: 0.411600 ms CreateObjectMapping: 0.187100 ms MarkObjects: 1.523900 ms DeleteObjects: 0.055100 ms) + +======================================================================== +Received Import Request. + Time since last request: 159.327776 seconds. + path: Assets/Resources/Rat 1 1.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat 1 1.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '92b79af8430f53d2aadfd3241a5700f7') in 0.064368 seconds + Import took 0.069399 seconds . + +======================================================================== +Received Import Request. + Time since last request: 7.915069 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b20f438cbd127e208e0403782312261d') in 0.014651 seconds + Import took 0.019231 seconds . + +======================================================================== +Received Import Request. + Time since last request: 9.750798 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6a635182c30395aa2bef4d2e8c69e982') in 0.004399 seconds + Import took 0.008850 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002727 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.98 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.964 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.98 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2313. +Total: 2.237100 ms (FindLiveObjects: 0.234200 ms CreateObjectMapping: 0.072000 ms MarkObjects: 1.871400 ms DeleteObjects: 0.058300 ms) + +======================================================================== +Received Import Request. + Time since last request: 127.656338 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '28c17e89b4fd586e00ecc10cf9cf98f6') in 0.055230 seconds + Import took 0.058769 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.761039 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c2e29d038d29c20c18164bc620b7e34b') in 0.010060 seconds + Import took 0.014818 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.627487 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a0594da6ee86f49d7fc8b560e46debf3') in 0.010384 seconds + Import took 0.016153 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.548871 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7de7f51da74da309eb28f7e6ec1a9b98') in 0.008484 seconds + Import took 0.013482 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002573 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.923 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2316. +Total: 1.654300 ms (FindLiveObjects: 0.246500 ms CreateObjectMapping: 0.068300 ms MarkObjects: 1.319400 ms DeleteObjects: 0.019400 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002901 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.13 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.001 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.12 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2318. +Total: 1.830200 ms (FindLiveObjects: 0.266200 ms CreateObjectMapping: 0.095600 ms MarkObjects: 1.449300 ms DeleteObjects: 0.018300 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003401 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.05 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.241 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.19 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2320. +Total: 2.165200 ms (FindLiveObjects: 0.214100 ms CreateObjectMapping: 0.077000 ms MarkObjects: 1.852300 ms DeleteObjects: 0.020800 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002913 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.99 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.309 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.02 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2322. +Total: 2.375800 ms (FindLiveObjects: 0.418400 ms CreateObjectMapping: 0.134000 ms MarkObjects: 1.781500 ms DeleteObjects: 0.040200 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003627 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.19 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.027 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.50 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.10 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2324. +Total: 1.672200 ms (FindLiveObjects: 0.230700 ms CreateObjectMapping: 0.062300 ms MarkObjects: 1.362100 ms DeleteObjects: 0.016100 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002472 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.91 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.956 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2326. +Total: 2.266100 ms (FindLiveObjects: 0.452900 ms CreateObjectMapping: 0.234800 ms MarkObjects: 1.559300 ms DeleteObjects: 0.018100 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.006765 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.48 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.021 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.98 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2328. +Total: 1.670000 ms (FindLiveObjects: 0.218800 ms CreateObjectMapping: 0.054800 ms MarkObjects: 1.374400 ms DeleteObjects: 0.020700 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004843 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.264 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2330. +Total: 2.001200 ms (FindLiveObjects: 0.235700 ms CreateObjectMapping: 0.068000 ms MarkObjects: 1.647800 ms DeleteObjects: 0.048800 ms) + +======================================================================== +Received Import Request. + Time since last request: 549.176638 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7a15c6fc3c4661b2e15c6899cddad702') in 0.019402 seconds + Import took 0.025637 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.571774 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4344e09afda2bd6a3b2b2e4bd41b63b7') in 0.003455 seconds + Import took 0.007189 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.016889 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.40 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.11 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.484 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 2.46 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.15 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2332. +Total: 4.183800 ms (FindLiveObjects: 0.484200 ms CreateObjectMapping: 0.177000 ms MarkObjects: 3.468800 ms DeleteObjects: 0.051100 ms) + +======================================================================== +Received Import Request. + Time since last request: 81.004912 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'db144331660af23f11e2b4f553157c12') in 0.051522 seconds + Import took 0.056965 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002604 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.949 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.9 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2335. +Total: 1.939400 ms (FindLiveObjects: 0.192500 ms CreateObjectMapping: 0.063900 ms MarkObjects: 1.658200 ms DeleteObjects: 0.023700 ms) + +======================================================================== +Received Import Request. + Time since last request: 62.989689 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e22bc2dd33c4678418f81e7ed4c7cc2c') in 0.049055 seconds + Import took 0.052794 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.003618 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e22bc2dd33c4678418f81e7ed4c7cc2c') in 0.009511 seconds + Import took 0.012450 seconds . + +======================================================================== +Received Import Request. + Time since last request: 24.263355 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b885a208575bf0c9ad696ed09cb04d7c') in 0.004627 seconds + Import took 0.014855 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002614 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.246 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2338. +Total: 1.909400 ms (FindLiveObjects: 0.280500 ms CreateObjectMapping: 0.112800 ms MarkObjects: 1.476100 ms DeleteObjects: 0.039200 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002552 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.06 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.967 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.14 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2340. +Total: 3.983300 ms (FindLiveObjects: 0.483600 ms CreateObjectMapping: 0.181600 ms MarkObjects: 3.279600 ms DeleteObjects: 0.035800 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002584 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.91 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.924 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2342. +Total: 2.271000 ms (FindLiveObjects: 0.467000 ms CreateObjectMapping: 0.156800 ms MarkObjects: 1.600500 ms DeleteObjects: 0.045700 ms) + +======================================================================== +Received Import Request. + Time since last request: 169.872778 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eb83238239d1af94e0d4a52764368701') in 0.046337 seconds + Import took 0.050678 seconds . + +======================================================================== +Received Import Request. + Time since last request: 14.101033 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e258aa4f37b4f8cd168e4b248d7ab573') in 0.005110 seconds + Import took 0.008646 seconds . + +======================================================================== +Received Import Request. + Time since last request: 5.322744 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '91bf2643422b22f284445587125ce333') in 0.003239 seconds + Import took 0.007263 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003596 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.00 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.196 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2345. +Total: 2.000100 ms (FindLiveObjects: 0.299800 ms CreateObjectMapping: 0.098800 ms MarkObjects: 1.575400 ms DeleteObjects: 0.025100 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004819 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.39 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.09 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.591 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.33 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2347. +Total: 3.277200 ms (FindLiveObjects: 0.562100 ms CreateObjectMapping: 0.165800 ms MarkObjects: 2.520800 ms DeleteObjects: 0.026000 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003081 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.222 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2349. +Total: 1.992000 ms (FindLiveObjects: 0.287100 ms CreateObjectMapping: 0.089300 ms MarkObjects: 1.597100 ms DeleteObjects: 0.017800 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005477 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.14 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.10 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.328 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.08 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2351. +Total: 1.774000 ms (FindLiveObjects: 0.232600 ms CreateObjectMapping: 0.082800 ms MarkObjects: 1.437200 ms DeleteObjects: 0.019800 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002851 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.18 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.11 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.346 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2353. +Total: 1.598700 ms (FindLiveObjects: 0.204700 ms CreateObjectMapping: 0.068300 ms MarkObjects: 1.308000 ms DeleteObjects: 0.016900 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003468 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.68 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.10 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.325 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.08 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2355. +Total: 2.807900 ms (FindLiveObjects: 0.347700 ms CreateObjectMapping: 0.149300 ms MarkObjects: 2.279200 ms DeleteObjects: 0.030600 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002967 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.23 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.09 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.066 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2357. +Total: 1.880800 ms (FindLiveObjects: 0.378800 ms CreateObjectMapping: 0.084800 ms MarkObjects: 1.356100 ms DeleteObjects: 0.060100 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.003097 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 3.16 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.43 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.724 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.98 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2359. +Total: 1.909400 ms (FindLiveObjects: 0.290000 ms CreateObjectMapping: 0.104400 ms MarkObjects: 1.497000 ms DeleteObjects: 0.017300 ms) + diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log index d0133c57f..85571d294 100644 --- a/Logs/AssetImportWorker0.log +++ b/Logs/AssetImportWorker0.log @@ -1,748 +1,2213 @@ Using pre-set license Built from '2020.2/release' branch; Version is '2020.2.1f1 (270dd8c3da1c) revision 2559448'; Using compiler version '192528614'; Build Type 'Release' -OS: 'Windows 10 (10.0.0) 64bit' Language: 'ru' Physical Memory: 14269 MB +OS: 'Windows 10 (10.0.0) 64bit' Language: 'ru' Physical Memory: 8029 MB BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 COMMAND LINE ARGUMENTS: -E:\Soft\Unity\2020.2.1f1\Editor\Unity.exe +C:\Program Files\Unity\Hub\Editor\2020.2.1f1\Editor\Unity.exe -adb2 -batchMode -noUpm -name AssetImportWorker0 -projectPath -E:/Projects/VanHelsing +C:/Unity/VanHelsing/VanHelsing -logFile Logs/AssetImportWorker0.log -srvPort -50517 -Successfully changed project path to: E:/Projects/VanHelsing -E:/Projects/VanHelsing +53068 +Successfully changed project path to: C:/Unity/VanHelsing/VanHelsing +C:/Unity/VanHelsing/VanHelsing Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 125.50 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.60 ms. +Refreshing native plugins compatible for Editor in 83.99 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 2.30 ms. Initialize engine version: 2020.2.1f1 (270dd8c3da1c) -[Subsystems] Discovering subsystems at path E:/Soft/Unity/2020.2.1f1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path E:/Projects/VanHelsing/Assets +[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path C:/Unity/VanHelsing/VanHelsing/Assets GfxDevice: creating device client; threaded=0 Direct3D: Version: Direct3D 11.0 [level 11.1] - Renderer: AMD Radeon(TM) RX Vega 11 Graphics (ID=0x15dd) + Renderer: NVIDIA GeForce GTX 1650 Ti (ID=0x1f95) Vendor: - VRAM: 7134 MB - Driver: 27.20.14501.18003 + VRAM: 3962 MB + Driver: 27.21.14.5763 Initialize mono -Mono path[0] = 'E:/Soft/Unity/2020.2.1f1/Editor/Data/Managed' -Mono path[1] = 'E:/Soft/Unity/2020.2.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' -Mono config path = 'E:/Soft/Unity/2020.2.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56624 +Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/Managed' +Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' +Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56308 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... -Register platform support module: E:/Soft/Unity/2020.2.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.001344 seconds. +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.2.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.002543 seconds. Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 144.47 ms, found 1 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 84.46 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 3.905 seconds +Platform modules already initialized, skipping +Registering precompiled user dll's ... +Registered in 0.002554 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.128 seconds +Platform modules already initialized, skipping +======================================================================== +Worker process is ready to serve import requests +Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds +Refreshing native plugins compatible for Editor in 1.28 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1733 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 90.1 MB. +System memory in use after: 90.2 MB. + +Unloading 37 unused Assets to reduce memory usage. Loaded Objects now: 2165. +Total: 2.833500 ms (FindLiveObjects: 0.585800 ms CreateObjectMapping: 0.168000 ms MarkObjects: 2.001900 ms DeleteObjects: 0.076100 ms) + +======================================================================== +Received Import Request. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Walk.controller + artifactKey: Guid(75d3a58b3d7879f41926561701407a48) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Walk.controller using Guid(75d3a58b3d7879f41926561701407a48) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '34a289f71f467353aa4f6dcc025e5ebc') in 0.043936 seconds + Import took 0.048470 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000295 seconds. + path: Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack3.FBX + artifactKey: Guid(018ce46eeecfeae4abb8016f2c6841ca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack3.FBX using Guid(018ce46eeecfeae4abb8016f2c6841ca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b631ecd534aac6641e217a617b30e86b') in 0.080417 seconds + Import took 0.084866 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000213 seconds. + path: Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack2.FBX + artifactKey: Guid(7b5b17e2d42e0424f9c36012595dc9b6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack2.FBX using Guid(7b5b17e2d42e0424f9c36012595dc9b6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b865166454e4c90ef1a36b78715f8eb0') in 0.012485 seconds + Import took 0.017480 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000424 seconds. + path: Assets/Prefabs/Village/- buildings_and_structures.prefab + artifactKey: Guid(2bfce59b4555dc04ca27eba00a1ec80f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Village/- buildings_and_structures.prefab using Guid(2bfce59b4555dc04ca27eba00a1ec80f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a19dea228fb4144191355762c417e5f5') in 1.502875 seconds + Import took 1.512702 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000238 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Idle.controller + artifactKey: Guid(a8555c0cff30527479e32562cef9141f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Idle.controller using Guid(a8555c0cff30527479e32562cef9141f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '78c4b4302d481651d2f221e6bd85cd0d') in 0.012374 seconds + Import took 0.017094 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000323 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Prefabs/Weapons/SM_Wep_MechanicalGolem_01.prefab + artifactKey: Guid(d38c5397ca6f4194783219f470f42d4f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Prefabs/Weapons/SM_Wep_MechanicalGolem_01.prefab using Guid(d38c5397ca6f4194783219f470f42d4f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '406dbf3eb948503a689d450c8250c145') in 0.144879 seconds + Import took 0.149490 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000184 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Models/SM_Env_Volcanic_01.fbx + artifactKey: Guid(acd31ce06bdc07e44900c2ce9d651c00) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Models/SM_Env_Volcanic_01.fbx using Guid(acd31ce06bdc07e44900c2ce9d651c00) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0d2de72e086a3a16f44b9b589ecc4ad8') in 0.045942 seconds + Import took 0.049454 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000202 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Models/SM_Wep_MechanicalGolem_01.fbx + artifactKey: Guid(1aae1bff0cb5bb44f95f20c3b8b58995) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Models/SM_Wep_MechanicalGolem_01.fbx using Guid(1aae1bff0cb5bb44f95f20c3b8b58995) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a5971ec00c663185f97cc72d048d0ad7') in 0.014878 seconds + Import took 0.018624 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000180 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Prefabs/Props/SM_Base_Mechanical_01.prefab + artifactKey: Guid(d87830083de232949b89df7f300d67d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Prefabs/Props/SM_Base_Mechanical_01.prefab using Guid(d87830083de232949b89df7f300d67d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fd58de5a1e05896037629e59b367a8ba') in 0.025410 seconds + Import took 0.028476 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000207 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Run.controller + artifactKey: Guid(eb79e3fd0dd669f40a90a984b92a0ccf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Run.controller using Guid(eb79e3fd0dd669f40a90a984b92a0ccf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aba8607079fa6468883b7115c9d70d31') in 0.007432 seconds + Import took 0.010621 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000204 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Jump.controller + artifactKey: Guid(54ff599963ec97843ad4d4ddeeb61810) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Jump.controller using Guid(54ff599963ec97843ad4d4ddeeb61810) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7cf0c485c523d8cf1d14e7d96d64b048') in 0.007330 seconds + Import took 0.010815 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000245 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Prefabs/Characters/Character_BR_MechanicalGolem_01.prefab + artifactKey: Guid(5aed7f791a03c2a4ba0040d2fa161639) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Prefabs/Characters/Character_BR_MechanicalGolem_01.prefab using Guid(5aed7f791a03c2a4ba0040d2fa161639) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9e277f8c21c410297e27b557a70f1f75') in 0.046815 seconds + Import took 0.050761 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000183 seconds. + path: Assets/Art/AnimationControllers + artifactKey: Guid(6174b1dbbcec42543b5b31231b6c9594) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/AnimationControllers using Guid(6174b1dbbcec42543b5b31231b6c9594) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '255640fba35f14580c65e30088596d5b') in 0.005315 seconds + Import took 0.008627 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000169 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Models/SM_Base_Mechanical_01.fbx + artifactKey: Guid(97b27b2471883ec4f829d09c96b2a3e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Models/SM_Base_Mechanical_01.fbx using Guid(97b27b2471883ec4f829d09c96b2a3e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3fba8fcefc79a8694df63e90d6565563') in 0.014098 seconds + Import took 0.017368 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000179 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Models/Characters_BR.fbx + artifactKey: Guid(a50cd06a0668d1a418d586a2944e3ed5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Models/Characters_BR.fbx using Guid(a50cd06a0668d1a418d586a2944e3ed5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fab3a42bffa1e39f7c9bc6b87b5bf0a0') in 0.145442 seconds + Import took 0.149170 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000175 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Prefabs/Environments/Misc/SM_Env_Volcanic_01.prefab + artifactKey: Guid(14a2a6aefc4a6e7469991cd18bc527d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Prefabs/Environments/Misc/SM_Env_Volcanic_01.prefab using Guid(14a2a6aefc4a6e7469991cd18bc527d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'da394c2079f109870e171a699efd0a56') in 0.248047 seconds + Import took 0.251558 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000203 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Sprint.controller + artifactKey: Guid(6cc513001c84c714baa94b6d24a332c4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers/BasicMotions@Sprint.controller using Guid(6cc513001c84c714baa94b6d24a332c4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5e71ee226567df9449572a70cf7e06df') in 0.006560 seconds + Import took 0.010206 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000207 seconds. + path: Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack-Kick-L1.FBX + artifactKey: Guid(4a9068f13f97d284dbf46d59ed2a1c72) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack-Kick-L1.FBX using Guid(4a9068f13f97d284dbf46d59ed2a1c72) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'caee36eac186fb0ae141a101b45fd14f') in 0.020883 seconds + Import took 0.024310 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000231 seconds. + path: Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack-Kick-R1.FBX + artifactKey: Guid(d64332ec0751a3744b2365b0076b5b3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack-Kick-R1.FBX using Guid(d64332ec0751a3744b2365b0076b5b3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'edef731585f799d36bd9b72de6604827') in 0.020175 seconds + Import took 0.025502 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000252 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers + artifactKey: Guid(2772e80ca8ca2eb438c6fad54e343aca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/AnimationControllers using Guid(2772e80ca8ca2eb438c6fad54e343aca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c929f6e627ed3c77624c0a9fd12a412d') in 0.002211 seconds + Import took 0.008188 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000185 seconds. + path: Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack1.FBX + artifactKey: Guid(dce280ced5e006c4cb0eb0fab2f51b75) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Attack1.FBX using Guid(dce280ced5e006c4cb0eb0fab2f51b75) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c1d4931ed69af8f29505281bd9ede93c') in 0.015154 seconds + Import took 0.020418 seconds . + +======================================================================== +Received Import Request. + Time since last request: 36.225835 seconds. + path: Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Idle.FBX + artifactKey: Guid(8370b4128ccb08c4a8944d3f0d66cebc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/RPG Character Animation Pack FREE/Animations/2Hand-Sword/RPG-Character@2Hand-Sword-Idle.FBX using Guid(8370b4128ccb08c4a8944d3f0d66cebc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2642354304e77759001a5f2dffbd1bf6') in 0.012460 seconds + Import took 0.016223 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000288 seconds. + path: Assets/AdditiveAssets/Animations/Mixamo/parasite_l_starkie@Breathing Idle.fbx + artifactKey: Guid(8f9a172834a6d494b898920aa7294f88) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Animations/Mixamo/parasite_l_starkie@Breathing Idle.fbx using Guid(8f9a172834a6d494b898920aa7294f88) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c1e02f2d5141cfc8d5fa2b4dd3580199') in 0.053447 seconds + Import took 0.057442 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000382 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Animations/BasicMotions@Idle01.fbx + artifactKey: Guid(59a515d01e333a74c82eb5c7c8434049) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Animations/BasicMotions@Idle01.fbx using Guid(59a515d01e333a74c82eb5c7c8434049) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '95a944f1cc48b94b87b9f9c784b7b779') in 0.012385 seconds + Import took 0.018995 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000243 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Prefabs/Basic Motions Dummy - Idle.prefab + artifactKey: Guid(c3b5979cdf315164681df5c9d08153a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Prefabs/Basic Motions Dummy - Idle.prefab using Guid(c3b5979cdf315164681df5c9d08153a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd617644f2426e0237a551d9749ae5085') in 0.066542 seconds + Import took 0.072585 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.001013 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Animations/BasicMotions@Idle01 - Idle02.fbx + artifactKey: Guid(f76369a9462327a4eb446ad259708577) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Animations/BasicMotions@Idle01 - Idle02.fbx using Guid(f76369a9462327a4eb446ad259708577) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aa06525fa050898ff5bb49ba470af7db') in 0.011272 seconds + Import took 0.017047 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000199 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Animations/BasicMotions@Idle02 - Idle01.fbx + artifactKey: Guid(1f0b2bcd26555054ebe091c163eed39f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Animations/BasicMotions@Idle02 - Idle01.fbx using Guid(1f0b2bcd26555054ebe091c163eed39f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '69700e7b583881f8e7efd8e284df66d0') in 0.013741 seconds + Import took 0.019628 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000327 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Animations/BasicMotions@Idle02.fbx + artifactKey: Guid(3e331de7ae1981a4d80aa5799e9b3afe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Animations/BasicMotions@Idle02.fbx using Guid(3e331de7ae1981a4d80aa5799e9b3afe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4597e4ec59bb8db7028772623aff12fc') in 0.010933 seconds + Import took 0.014911 seconds . + +======================================================================== +Received Import Request. + Time since last request: 4.215558 seconds. + path: Assets/AdditiveAssets/Animations/Idle + artifactKey: Guid(456d75b5a46a62541b7b903b43cbffac) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Animations/Idle using Guid(456d75b5a46a62541b7b903b43cbffac) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bec5535c28084c3ccb5781daf508db51') in 0.010681 seconds + Import took 0.019467 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.089694 seconds. + path: Assets/AdditiveAssets/Animations/Idle/Idle_Neutral_2.fbx + artifactKey: Guid(b1254ddd94514f74486986786b54ab1f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Animations/Idle/Idle_Neutral_2.fbx using Guid(b1254ddd94514f74486986786b54ab1f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a306449ea27197f9be76a3c40fa751b8') in 0.078294 seconds + Import took 0.084911 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.009184 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.72 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.11 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.747 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 2.27 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.36 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2185. +Total: 3.968800 ms (FindLiveObjects: 0.782000 ms CreateObjectMapping: 0.305700 ms MarkObjects: 2.820300 ms DeleteObjects: 0.057300 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.007616 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.03 ms, found 1 plugins. Preloading 1 native plugins for Editor in 0.07 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.534 seconds +- Completed reload, in 1.125 seconds Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2187. +Total: 2.737400 ms (FindLiveObjects: 0.518600 ms CreateObjectMapping: 0.143500 ms MarkObjects: 1.982200 ms DeleteObjects: 0.091400 ms) + +======================================================================== +Received Import Request. + Time since last request: 397.062905 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '026a676f614d2f74cb619a2f88cde8c1') in 0.059886 seconds + Import took 0.064288 seconds . + +======================================================================== +Received Prepare Registering precompiled user dll's ... -Registered in 0.004531 seconds. +Registered in 0.002501 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.15 ms, found 1 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.90 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.897 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2192. +Total: 1.890800 ms (FindLiveObjects: 0.233900 ms CreateObjectMapping: 0.059800 ms MarkObjects: 1.489300 ms DeleteObjects: 0.106600 ms) + +======================================================================== +Received Import Request. + Time since last request: 70.197051 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3ac47dea910fc44b523cb345c2368115') in 0.056455 seconds + Import took 0.062198 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002409 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.898 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2195. +Total: 2.474500 ms (FindLiveObjects: 0.332200 ms CreateObjectMapping: 0.095900 ms MarkObjects: 1.893600 ms DeleteObjects: 0.151700 ms) + +======================================================================== +Received Import Request. + Time since last request: 44.438642 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2fe848936a3dfd0676f6b96492f608b8') in 0.052843 seconds + Import took 0.057761 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.353582 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9c74fdcd748757f6228baf7141fba1bc') in 0.009913 seconds + Import took 0.015128 seconds . + +======================================================================== +Received Import Request. + Time since last request: 35.114107 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b95f9c96cde768d90d15c9ad3493312b') in 0.022075 seconds + Import took 0.026456 seconds . + +======================================================================== +Received Import Request. + Time since last request: 4.222186 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cefbb1d27796b72244950c535e0b9393') in 0.009687 seconds + Import took 0.014226 seconds . + +======================================================================== +Received Import Request. + Time since last request: 7.957653 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5c17ef1481a1695118b2afeb7a041db5') in 0.012455 seconds + Import took 0.018042 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002650 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. Preloading 1 native plugins for Editor in 0.07 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.893 seconds +- Completed reload, in 0.921 seconds Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2198. +Total: 1.706900 ms (FindLiveObjects: 0.231900 ms CreateObjectMapping: 0.054900 ms MarkObjects: 1.358600 ms DeleteObjects: 0.060600 ms) + +======================================================================== +Received Import Request. + Time since last request: 49.057016 seconds. + path: Assets/Resources/Rat2.prefab + artifactKey: Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2.prefab using Guid(c8a7a14fed633f34c9bd3d2280086d0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0622838492faeda0a7531ea7556b1c2f') in 0.070154 seconds + Import took 0.075676 seconds . + +======================================================================== +Received Import Request. + Time since last request: 102.933800 seconds. + path: Assets/Prefabs/Resources/Trees/Tree 12/Textures/bark2.mat + artifactKey: Guid(e57f3dddb734af64f83a522a2c09ae28) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Trees/Tree 12/Textures/bark2.mat using Guid(e57f3dddb734af64f83a522a2c09ae28) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '68bcc63905fe4fed1a3445afae5c105c') in 0.308541 seconds + Import took 0.313105 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000286 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Models/Materials/ButterflyPipeMat.mat + artifactKey: Guid(c8c844a8e8691cc44a6ea7535cbc2f5c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Models/Materials/ButterflyPipeMat.mat using Guid(c8c844a8e8691cc44a6ea7535cbc2f5c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '64b63724e0709170523456eabf4bffbb') in 0.018665 seconds + Import took 0.023870 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000204 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Materials/Basic Motions Material.mat + artifactKey: Guid(ccc50d631d14df84a982c4f4acd00013) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Basic Motions Pack/Materials/Basic Motions Material.mat using Guid(ccc50d631d14df84a982c4f4acd00013) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4d1686b5917eb97b50d0dbac2060c6aa') in 0.014054 seconds + Import took 0.018099 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000213 seconds. + path: Assets/Prefabs/Resources/Trees/Tree 12/Textures/branch2.mat + artifactKey: Guid(c1fe8c963deef974d8fc4f38baec23e2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Trees/Tree 12/Textures/branch2.mat using Guid(c1fe8c963deef974d8fc4f38baec23e2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '34f41c93ea0caa127c20021f8d2653e7') in 0.150876 seconds + Import took 0.154769 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000258 seconds. + path: Assets/Art/Materials/Black.mat + artifactKey: Guid(476a8e3fa2f3a5143ab7713dbdcf082e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Materials/Black.mat using Guid(476a8e3fa2f3a5143ab7713dbdcf082e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5ba3e06746de63f84797169c8ed640e0') in 0.018430 seconds + Import took 0.022297 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000377 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/Bucket.mat + artifactKey: Guid(5a70351169eb61648b5ce79e649ab152) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/Bucket.mat using Guid(5a70351169eb61648b5ce79e649ab152) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a4284c38c8d20dee78532b7f60f715a3') in 0.037372 seconds + Import took 0.042782 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000189 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Butterfly.mat + artifactKey: Guid(cbe71c888d721cb4883a7d10b4f9ef50) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Butterfly.mat using Guid(cbe71c888d721cb4883a7d10b4f9ef50) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9ff9ddbe9de55b779ecfa2864a9efb35') in 0.068594 seconds + Import took 0.074012 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000229 seconds. + path: Assets/Prefabs/Resources/Trees/Tree9/bark14.mat + artifactKey: Guid(760ea8238d6219c42b2739f693d4c834) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Trees/Tree9/bark14.mat using Guid(760ea8238d6219c42b2739f693d4c834) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '44802c41e23e9fc7487c29e7605cf034') in 0.035310 seconds + Import took 0.040513 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.497114 seconds. + path: Assets/AdditiveAssets/PolygonAdventure/Materials/Characters_Black.mat + artifactKey: Guid(8c48e6085fe7e7f42be493f6ba01c6f3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonAdventure/Materials/Characters_Black.mat using Guid(8c48e6085fe7e7f42be493f6ba01c6f3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3583295e8a60dd399255d5b078b1b358') in 0.028269 seconds + Import took 0.033657 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000308 seconds. + path: Assets/AdditiveAssets/PolygonAdventure/Materials/Characters_Brown.mat + artifactKey: Guid(4d21dd5a8b5afa745bbd680f6e13697e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonAdventure/Materials/Characters_Brown.mat using Guid(4d21dd5a8b5afa745bbd680f6e13697e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7b3b773cc17343d665dfca7e9d40851e') in 0.026416 seconds + Import took 0.030569 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.172888 seconds. + path: Assets/AdditiveAssets/PolygonAdventure/Materials/Characters_White.mat + artifactKey: Guid(992dbfb15d8a08d4aa34207645c1d8fc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonAdventure/Materials/Characters_White.mat using Guid(992dbfb15d8a08d4aa34207645c1d8fc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33b2e86cad4b3219a439ae0b8be8e274') in 0.023469 seconds + Import took 0.028354 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.087694 seconds. + path: Assets/Resources/Knight/models/Materials/clothColor.mat + artifactKey: Guid(17e3c38673f990e48adc376e6daac481) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Knight/models/Materials/clothColor.mat using Guid(17e3c38673f990e48adc376e6daac481) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '301b4f8b985c1e12f53c45dfe289967b') in 0.073532 seconds + Import took 0.077877 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000173 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeon_Material_01.mat + artifactKey: Guid(42b64fdb315e3054ea757d8d1c4bcfa7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeon_Material_01.mat using Guid(42b64fdb315e3054ea757d8d1c4bcfa7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9a82856552a9491ea3332c9ebdb34e1b') in 0.038541 seconds + Import took 0.043272 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.306674 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_01_A.mat + artifactKey: Guid(7ac7f7ed4e4639c41b96b549364e3a9d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_01_A.mat using Guid(7ac7f7ed4e4639c41b96b549364e3a9d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd4f661c9ba30bd958ee5b14eedc206cf') in 0.033038 seconds + Import took 0.037130 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000568 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_01_B.mat + artifactKey: Guid(2f812bc7d2391f74095c870e8dea3e37) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_01_B.mat using Guid(2f812bc7d2391f74095c870e8dea3e37) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9e9f598aa77c65e013731f456ec09eaa') in 0.038909 seconds + Import took 0.043909 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000237 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_01_C.mat + artifactKey: Guid(ec4e3847523bb844499342c7de73a9b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_01_C.mat using Guid(ec4e3847523bb844499342c7de73a9b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7cdb7f0e166e4b99426dea726645e8bd') in 0.054854 seconds + Import took 0.058376 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000234 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_01_D.mat + artifactKey: Guid(63b2458f634a82145935236ca002661d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_01_D.mat using Guid(63b2458f634a82145935236ca002661d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ec3fdb6a2b5d8baf09b191e19ec1ec0a') in 0.037927 seconds + Import took 0.041686 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.198991 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeon_Material_02.mat + artifactKey: Guid(0574116a7188c654ab34fcd54a2d0ecc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeon_Material_02.mat using Guid(0574116a7188c654ab34fcd54a2d0ecc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ec6059b3a77340d08684182ad0e344c0') in 0.042447 seconds + Import took 0.046220 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000193 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_A.mat + artifactKey: Guid(adbe0f4574273aa469f66a7c5f8d6876) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_A.mat using Guid(adbe0f4574273aa469f66a7c5f8d6876) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0745174acdb00d235a886d0fdd5d95ac') in 0.034274 seconds + Import took 0.038650 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.003472 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_A.mat + artifactKey: Guid(adbe0f4574273aa469f66a7c5f8d6876) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_A.mat using Guid(adbe0f4574273aa469f66a7c5f8d6876) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0745174acdb00d235a886d0fdd5d95ac') in 0.021969 seconds + Import took 0.026499 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.262399 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_B.mat + artifactKey: Guid(dda89ebfddae0294dbbfc71c5556dd52) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_B.mat using Guid(dda89ebfddae0294dbbfc71c5556dd52) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fa947b81bb977e15fb21d96948d17338') in 0.028085 seconds + Import took 0.033326 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000280 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_C.mat + artifactKey: Guid(f470159569cddea4a947afe501e2d54f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_C.mat using Guid(f470159569cddea4a947afe501e2d54f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9c0b4584da65487dd89f27dfa8b351a0') in 0.032603 seconds + Import took 0.037182 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.035517 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_D.mat + artifactKey: Guid(41eeaca2a327f424a968942f71105488) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_02_D.mat using Guid(41eeaca2a327f424a968942f71105488) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ed90554cd6a75d68b5876f3ea183b5d3') in 0.025555 seconds + Import took 0.030180 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000247 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeon_Material_03.mat + artifactKey: Guid(54061fa668860e54a8e96694301d76a9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeon_Material_03.mat using Guid(54061fa668860e54a8e96694301d76a9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '947fc80b2b8bfbbd8783fe44b61c55aa') in 0.045997 seconds + Import took 0.049411 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.190314 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_03_A.mat + artifactKey: Guid(b1b83a452a77ed74d8bb75e5b8d0a457) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_03_A.mat using Guid(b1b83a452a77ed74d8bb75e5b8d0a457) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9aa402c79b184e29edb6fb415d7d5b3b') in 0.039725 seconds + Import took 0.044541 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000214 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_04_A.mat + artifactKey: Guid(d1bae770b379c6e499b93122bbe784cb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_04_A.mat using Guid(d1bae770b379c6e499b93122bbe784cb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4fa878b3dec0fac572b9512aa8444115') in 0.038356 seconds + Import took 0.043837 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000669 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_04_D.mat + artifactKey: Guid(677c1b3a96d0442478c508f22f3dff23) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_04_D.mat using Guid(677c1b3a96d0442478c508f22f3dff23) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f3057d5d2055b0709f77358763670cd4') in 0.043154 seconds + Import took 0.049350 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000273 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Models/Materials/Dungeons_Texture_01.mat + artifactKey: Guid(4a814d0c5dbba7545b8ddf112351b4e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Models/Materials/Dungeons_Texture_01.mat using Guid(4a814d0c5dbba7545b8ddf112351b4e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5aef6f6af7344376b2f50de76ee11422') in 0.019104 seconds + Import took 0.022868 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000251 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_02.mat + artifactKey: Guid(068b891fe967b1c45850c97d1092abe0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_02.mat using Guid(068b891fe967b1c45850c97d1092abe0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '53becbd26b70dd5424aa944a8caa7046') in 0.024979 seconds + Import took 0.028924 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000276 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_06.mat + artifactKey: Guid(a7ebd2f110dcb8342a3331a43aea4115) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_06.mat using Guid(a7ebd2f110dcb8342a3331a43aea4115) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '184a97f19c011c2a7d0788809b337802') in 0.019761 seconds + Import took 0.024971 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000234 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_09.mat + artifactKey: Guid(d06e1cb2b33faa24e89d53860a09cc61) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_09.mat using Guid(d06e1cb2b33faa24e89d53860a09cc61) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '261bb25418c5006648c42e0382c486f5') in 0.026682 seconds + Import took 0.030418 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000284 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeons_Material_Ghost_Soft.mat + artifactKey: Guid(685714bc4595f7b4c8e75a582e09e6d3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeons_Material_Ghost_Soft.mat using Guid(685714bc4595f7b4c8e75a582e09e6d3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e5d2bdc48e2fe3d1c79ac9e97b300572') in 0.017801 seconds + Import took 0.022921 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000218 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_Ice.mat + artifactKey: Guid(6f564942779400d418ee39582abb85a6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_Ice.mat using Guid(6f564942779400d418ee39582abb85a6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c794d0e5fc5a4c80baf72915616b5d74') in 0.252286 seconds + Import took 0.256246 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000208 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_07.mat + artifactKey: Guid(29d3b71d75afcbb4fa8dc2c94e27e2ee) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_07.mat using Guid(29d3b71d75afcbb4fa8dc2c94e27e2ee) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '853090a7d08aad8d1d70390838b71557') in 0.017950 seconds + Import took 0.022645 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000357 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_TextureWalls.mat + artifactKey: Guid(e31fd59401aad3747990f06e06debc6d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_TextureWalls.mat using Guid(e31fd59401aad3747990f06e06debc6d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b7afb45efcc8ab4c805d6fa692fd02b5') in 0.088528 seconds + Import took 0.094738 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000196 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_05.mat + artifactKey: Guid(dad7f20a95630024891164ceaf8eaa2c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_05.mat using Guid(dad7f20a95630024891164ceaf8eaa2c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '02a55e147bad52992121abe8cf7c6ff9') in 0.021703 seconds + Import took 0.025365 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000233 seconds. + path: Assets/AdditiveAssets/PolygonDungeonMap/Materials/Dungeons_Bookcase_Optimised_01.mat + artifactKey: Guid(a2741636f82c8484cb10247ac2e7d82c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeonMap/Materials/Dungeons_Bookcase_Optimised_01.mat using Guid(a2741636f82c8484cb10247ac2e7d82c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b27edd229ca2960e670b4bf92557fbc4') in 0.037186 seconds + Import took 0.042162 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000738 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_11.mat + artifactKey: Guid(c052f4b6380d2ac4998c1eef7f97733b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_11.mat using Guid(c052f4b6380d2ac4998c1eef7f97733b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e638df23666faffed01920ce03f85f3e') in 0.021187 seconds + Import took 0.026641 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000349 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeons_Texture_Ghost.mat + artifactKey: Guid(ea24e01b03f54464eadda8d044dc3d2e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeons_Texture_Ghost.mat using Guid(ea24e01b03f54464eadda8d044dc3d2e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '85afa5683f51f9f0819a77aaf2212d42') in 0.230207 seconds + Import took 0.234269 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000191 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_03.mat + artifactKey: Guid(79002ec0c93cf7a44938cac12e2da05e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_03.mat using Guid(79002ec0c93cf7a44938cac12e2da05e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fe20185cc1b4681ec437d1b732e0a104') in 0.019369 seconds + Import took 0.023949 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000257 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_08.mat + artifactKey: Guid(3d8cf3a3ee92c054586ba27a00a8f0b2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_08.mat using Guid(3d8cf3a3ee92c054586ba27a00a8f0b2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6405b24f5fce30632d053494b7c7e749') in 0.019023 seconds + Import took 0.023429 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000288 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Models/Materials/Dungeons_Texture.mat + artifactKey: Guid(f9c13eb2007525e40a2877c77f3a75d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Models/Materials/Dungeons_Texture.mat using Guid(f9c13eb2007525e40a2877c77f3a75d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '90fb781ed943cc6fef91a033b28f1917') in 0.020065 seconds + Import took 0.024870 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000241 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_14.mat + artifactKey: Guid(a1cc9f2654c87cf4ab0eb7911bb283b9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_14.mat using Guid(a1cc9f2654c87cf4ab0eb7911bb283b9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f10140983584e297e5cea945d8ce4199') in 0.018224 seconds + Import took 0.022346 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000670 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_19.mat + artifactKey: Guid(316ebc2bf6c328b45aa1f70890326c8f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_19.mat using Guid(316ebc2bf6c328b45aa1f70890326c8f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a3bcb3b168a9408f17cc1df60f7b1577') in 0.019337 seconds + Import took 0.024792 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000268 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_01_B.mat + artifactKey: Guid(b5b4c9a60b8ddf94e9882df9f54296d2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_01_B.mat using Guid(b5b4c9a60b8ddf94e9882df9f54296d2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0204c874a9fd3e5c561f795ecd202136') in 0.028483 seconds + Import took 0.034456 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000204 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_01_C.mat + artifactKey: Guid(d4faeff94cff2794a82d1a9a3b9d4e02) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_01_C.mat using Guid(d4faeff94cff2794a82d1a9a3b9d4e02) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dbfa2c8867b7b95c7839064cf8116fd6') in 0.032224 seconds + Import took 0.035764 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000252 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_02_A.mat + artifactKey: Guid(7d6f6977a71c30c4880f1c557ae722a5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_02_A.mat using Guid(7d6f6977a71c30c4880f1c557ae722a5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ef8993cf7ffce3416b17b9234160c114') in 0.031707 seconds + Import took 0.034783 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000194 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_02_B.mat + artifactKey: Guid(ba598f8b718657f4c840aa35858f65e5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_02_B.mat using Guid(ba598f8b718657f4c840aa35858f65e5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '111069c6b1c74e60474df51d7a55bdd8') in 0.028719 seconds + Import took 0.033321 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000193 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_02_D.mat + artifactKey: Guid(f827453077651d2439c9afab3123a9f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_02_D.mat using Guid(f827453077651d2439c9afab3123a9f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b9f0c20377ed480cd0a92c0f7225913e') in 0.032975 seconds + Import took 0.036581 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000308 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_03_C.mat + artifactKey: Guid(812036f620754c34aa91753182721f3e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_03_C.mat using Guid(812036f620754c34aa91753182721f3e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4d76b0f9ccd665b12b0430b23927dd4c') in 0.030743 seconds + Import took 0.036899 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000473 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_16.mat + artifactKey: Guid(d21f7d42ba6ee034081b42e3c8c26b8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_16.mat using Guid(d21f7d42ba6ee034081b42e3c8c26b8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0af39b169e4ffd23da74042f3c15c950') in 0.019040 seconds + Import took 0.023360 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000240 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_17.mat + artifactKey: Guid(4920096310a9a21409f67c3f76f73903) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_17.mat using Guid(4920096310a9a21409f67c3f76f73903) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ce6ae61e050cfbe944f26f9194f6a187') in 0.019566 seconds + Import took 0.025975 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000250 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_18.mat + artifactKey: Guid(6e7be4115ec28b74b81e603f7bc7be4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_18.mat using Guid(6e7be4115ec28b74b81e603f7bc7be4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd16ad9a7278a0a5040650d56769083dc') in 0.021971 seconds + Import took 0.026946 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000209 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_01_D.mat + artifactKey: Guid(25e01712a1f68ef48a57dea7551cd8a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_01_D.mat using Guid(25e01712a1f68ef48a57dea7551cd8a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4429b9ca0ad52771e8bae8f04f3e7f19') in 0.029439 seconds + Import took 0.035023 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000243 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_03_A.mat + artifactKey: Guid(81c8e1307002eed4fb5a9ee62472f1a3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_03_A.mat using Guid(81c8e1307002eed4fb5a9ee62472f1a3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd5ea60eaecb6a7f6c8856e990f6ed917') in 0.029211 seconds + Import took 0.034485 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000255 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_15.mat + artifactKey: Guid(29228a8e3ac8c494095f3d4a2c395173) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_15.mat using Guid(29228a8e3ac8c494095f3d4a2c395173) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fb9d2c2cd0c59b262369a577624ad382') in 0.019492 seconds + Import took 0.023144 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000195 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_03_B.mat + artifactKey: Guid(8489c763c4b233c4396c53479de34c7c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_03_B.mat using Guid(8489c763c4b233c4396c53479de34c7c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'be29292aca52d9c7b86368015d57c078') in 0.029510 seconds + Import took 0.034055 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000271 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_02_C.mat + artifactKey: Guid(e1258431c04b0d9449fe033851ba9ef7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_02_C.mat using Guid(e1258431c04b0d9449fe033851ba9ef7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7551755e8d5db6d37fddb20d01c8408d') in 0.030282 seconds + Import took 0.034834 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000242 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/FantasyHero.mat + artifactKey: Guid(ea128b040f8b0af4c9d2de400aaff30a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/FantasyHero.mat using Guid(ea128b040f8b0af4c9d2de400aaff30a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6d09ab50907a474479155df84c0abf91') in 0.028807 seconds + Import took 0.033613 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000223 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_04.mat + artifactKey: Guid(9af0cca3370fbad47ac241337c8551e7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_04.mat using Guid(9af0cca3370fbad47ac241337c8551e7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c569c046afda7a97a020aaf180b1e21c') in 0.021112 seconds + Import took 0.027178 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000341 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeons_Material_Emmision.mat + artifactKey: Guid(3566951063315b24e8e8316d214cf625) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeons_Material_Emmision.mat using Guid(3566951063315b24e8e8316d214cf625) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0a96bc9256ecca021e70e1869ff6f222') in 0.021910 seconds + Import took 0.026348 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000286 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_12.mat + artifactKey: Guid(e83e865a3b563f74782a7a9e8b2ff673) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_12.mat using Guid(e83e865a3b563f74782a7a9e8b2ff673) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7ef7806736c9f78faa867ab97bf77190') in 0.023166 seconds + Import took 0.027339 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000395 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_03_D.mat + artifactKey: Guid(b406b530e4642e247840710040530bb1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_03_D.mat using Guid(b406b530e4642e247840710040530bb1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8620009a69454a5af1d985ec58a52757') in 0.029876 seconds + Import took 0.034196 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000248 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeon_Material_04.mat + artifactKey: Guid(e3023c0182312214e86398117753528d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeon_Material_04.mat using Guid(e3023c0182312214e86398117753528d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '345a8065e00f89c87966e4a16cb2a3fb') in 0.040187 seconds + Import took 0.043642 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000197 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_04_C.mat + artifactKey: Guid(5669cbb7e0eee7b469fe44c5a872d2ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_04_C.mat using Guid(5669cbb7e0eee7b469fe44c5a872d2ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '76eb90defee0629ba49e48045ec9fd78') in 0.034250 seconds + Import took 0.039557 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000238 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_04_B.mat + artifactKey: Guid(71af01d024a08ba43a3ffe477ac9402a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_04_B.mat using Guid(71af01d024a08ba43a3ffe477ac9402a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dd0e3a2acacd5795d4d4909e9ce50ad4') in 0.031217 seconds + Import took 0.034843 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000192 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceCubeStick.mat + artifactKey: Guid(4f2703713ff0ab746ad8f8086784ab37) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceCubeStick.mat using Guid(4f2703713ff0ab746ad8f8086784ab37) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '86e148f13e847df896f6d2a8265609e5') in 0.035297 seconds + Import took 0.039458 seconds . + ======================================================================== -Worker process is ready to serve import requests -Launched and connected shader compiler UnityShaderCompiler.exe after 0.06 seconds -Refreshing native plugins compatible for Editor in 1.52 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.06 ms. -Unloading 1724 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 106.5 MB. -System memory in use after: 106.6 MB. +Received Import Request. + Time since last request: 0.000387 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Models/Materials/FantasyRivals_Justin_Main_01.mat + artifactKey: Guid(578192b31c0abb6428827453bfc2cc03) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Models/Materials/FantasyRivals_Justin_Main_01.mat using Guid(578192b31c0abb6428827453bfc2cc03) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '885ae144f7fdf0ce1ca9d9c1dfe3f969') in 0.018637 seconds + Import took 0.022881 seconds . -Unloading 37 unused Assets to reduce memory usage. Loaded Objects now: 2202. -Total: 2.756800 ms (FindLiveObjects: 0.232400 ms CreateObjectMapping: 0.079900 ms MarkObjects: 2.318700 ms DeleteObjects: 0.123900 ms) +======================================================================== +Received Import Request. + Time since last request: 0.000258 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceStickBackSides.mat + artifactKey: Guid(cab5df8cac6b9f44599b14eb69a0ea88) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceStickBackSides.mat using Guid(cab5df8cac6b9f44599b14eb69a0ea88) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f479b9a38db7e448b226c9ccfc2c1198') in 0.023734 seconds + Import took 0.029813 seconds . ======================================================================== Received Import Request. - path: Assets/Scenes/CombatTest/CombatTest.unity - artifactKey: Guid(111d267b191d3eb409ec6a016df8b7ba) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/CombatTest/CombatTest.unity using Guid(111d267b191d3eb409ec6a016df8b7ba) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bf0ed93aa76dbf672efa602dbae67c80') in 0.032973 seconds - Import took 0.036876 seconds . + Time since last request: 0.000590 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_MysticArms.mat + artifactKey: Guid(3e6ea88028642a44cb3f83a1db97b2f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_MysticArms.mat using Guid(3e6ea88028642a44cb3f83a1db97b2f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4b3ad2eae9230ce568b9952091e75792') in 0.267703 seconds + Import took 0.271825 seconds . ======================================================================== Received Import Request. - Time since last request: 75.659991 seconds. - path: Assets/Scenes/ITickTest/ITickTest.unity - artifactKey: Guid(3491dbf5ba3f66d45b698871973bc58e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/ITickTest/ITickTest.unity using Guid(3491dbf5ba3f66d45b698871973bc58e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '50fd0e5bc785e285bf001648b41e6bf9') in 0.010236 seconds - Import took 0.014745 seconds . + Time since last request: 0.000245 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_Runes.mat + artifactKey: Guid(c65bd9d803fab094badcc8d2bc0068ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_Runes.mat using Guid(c65bd9d803fab094badcc8d2bc0068ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ec4080a7fbae3dede334780b9a7dbf2d') in 0.057386 seconds + Import took 0.061753 seconds . ======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004105 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.84 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.07 ms. -Invoked RoslynAnalysisRunner static constructor. -RoslynAnalysisRunner will not be running. -RoslynAnalysisRunner has terminated. -Mono: successfully reloaded assembly -- Completed reload, in 1.754 seconds -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.92 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.08 ms. -Unloading 1681 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 103.8 MB. -System memory in use after: 103.9 MB. +Received Import Request. + Time since last request: 0.000230 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Flies.mat + artifactKey: Guid(2ebe5f4397ab6f540a440c1b54e797bf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Flies.mat using Guid(2ebe5f4397ab6f540a440c1b54e797bf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '629194ea0047780b5926e7524cf54630') in 0.130121 seconds + Import took 0.133819 seconds . -Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2204. -Total: 4.529700 ms (FindLiveObjects: 0.507400 ms CreateObjectMapping: 0.472100 ms MarkObjects: 3.517300 ms DeleteObjects: 0.030200 ms) +======================================================================== +Received Import Request. + Time since last request: 0.000303 seconds. + path: Assets/AdditiveAssets/PolygonNature/Models/Materials/Leave.mat + artifactKey: Guid(dd1c3959cc08125438b89eecfa2c2a8f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/Models/Materials/Leave.mat using Guid(dd1c3959cc08125438b89eecfa2c2a8f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b340f59ea1149edd6128f5fef168a2ce') in 0.017585 seconds + Import took 0.021401 seconds . ======================================================================== Received Import Request. - Time since last request: 154.003621 seconds. - path: Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitInitializeController.cs - artifactKey: Guid(edef8acd26db1d348ae29a3f2c90e6cf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitInitializeController.cs using Guid(edef8acd26db1d348ae29a3f2c90e6cf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c71541d186a4095bce18e5decef961e9') in 0.059560 seconds - Import took 0.063900 seconds . + Time since last request: 0.000221 seconds. + path: Assets/Art/Materials/Green.mat + artifactKey: Guid(b983886cf7ae11a48ac5684fcd8a3086) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Materials/Green.mat using Guid(b983886cf7ae11a48ac5684fcd8a3086) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b08df116f1749548099e1bbbde76bf76') in 0.015598 seconds + Import took 0.019184 seconds . ======================================================================== Received Import Request. - Time since last request: 0.001824 seconds. - path: Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitInitializeController.cs - artifactKey: Guid(edef8acd26db1d348ae29a3f2c90e6cf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/EntityScripts/Enemies/Rabbit/RabbitInitializeController.cs using Guid(edef8acd26db1d348ae29a3f2c90e6cf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c71541d186a4095bce18e5decef961e9') in 0.003103 seconds - Import took 0.006502 seconds . + Time since last request: 0.000293 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/_Demo/Ground.mat + artifactKey: Guid(f814648823e741444bb5f0103bcb8d24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/_Demo/Ground.mat using Guid(f814648823e741444bb5f0103bcb8d24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4d3fbc772b2383eacf35705098e63f5a') in 0.018222 seconds + Import took 0.021779 seconds . ======================================================================== Received Import Request. - Time since last request: 482.432472 seconds. - path: Assets/Scripts/Contexts/Contexts.cs - artifactKey: Guid(73871bbf0470713468acd297fbadb7c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Contexts/Contexts.cs using Guid(73871bbf0470713468acd297fbadb7c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aaf211c8c20244b12360c293960f20f7') in 0.011339 seconds - Import took 0.015517 seconds . + Time since last request: 0.000214 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Leaves_Particle.mat + artifactKey: Guid(1d6ce39015646794bb453e5b4e85f3ae) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Leaves_Particle.mat using Guid(1d6ce39015646794bb453e5b4e85f3ae) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4aee344e89482251eb837560da8de132') in 0.025479 seconds + Import took 0.030534 seconds . ======================================================================== Received Import Request. - Time since last request: 0.002485 seconds. - path: Assets/Scripts/Contexts/Contexts.cs - artifactKey: Guid(73871bbf0470713468acd297fbadb7c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Contexts/Contexts.cs using Guid(73871bbf0470713468acd297fbadb7c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aaf211c8c20244b12360c293960f20f7') in 0.002903 seconds - Import took 0.006019 seconds . + Time since last request: 0.000220 seconds. + path: Assets/Art/Materials/Grey.mat + artifactKey: Guid(370ac92ff3d0a7b43ae74ea28f8a833a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Materials/Grey.mat using Guid(370ac92ff3d0a7b43ae74ea28f8a833a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd7a9225cd730c5d3990428d541b2997a') in 0.019301 seconds + Import took 0.022777 seconds . ======================================================================== Received Import Request. - Time since last request: 1.599205 seconds. - path: Assets/Scripts/Contexts/GameContext.cs - artifactKey: Guid(7c41712d7fa03b94ea28e919f179db09) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Contexts/GameContext.cs using Guid(7c41712d7fa03b94ea28e919f179db09) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '07e65157b220895bedfcd3a930a0a381') in 0.009236 seconds - Import took 0.014828 seconds . + Time since last request: 0.000211 seconds. + path: Assets/Prefabs/Resources/Houses/OldHouse/Materials/House.mat + artifactKey: Guid(b067f1ecf0ee8884ba48323265075b91) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/OldHouse/Materials/House.mat using Guid(b067f1ecf0ee8884ba48323265075b91) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '11fe66c9acffa98029a8fb634bce4b7a') in 0.018899 seconds + Import took 0.022451 seconds . ======================================================================== Received Import Request. - Time since last request: 0.001824 seconds. - path: Assets/Scripts/Contexts/GameContext.cs - artifactKey: Guid(7c41712d7fa03b94ea28e919f179db09) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Contexts/GameContext.cs using Guid(7c41712d7fa03b94ea28e919f179db09) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '07e65157b220895bedfcd3a930a0a381') in 0.004215 seconds - Import took 0.010970 seconds . + Time since last request: 0.000194 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Misc/FX_Lighting.mat + artifactKey: Guid(125544cbb97615848a5d285350b798fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Misc/FX_Lighting.mat using Guid(125544cbb97615848a5d285350b798fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '281fe678e7b228456e09e34a46f6ba86') in 0.024257 seconds + Import took 0.029706 seconds . ======================================================================== Received Import Request. - Time since last request: 4.899414 seconds. - path: Assets/Scripts/Controllers/BaseControllers - artifactKey: Guid(0b4b35a5c1e44c0439c41fabafb71d64) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers using Guid(0b4b35a5c1e44c0439c41fabafb71d64) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '72ae12ed68948e41a4da56d276d393ba') in 0.008883 seconds - Import took 0.012288 seconds . + Time since last request: 0.000319 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/Metal.mat + artifactKey: Guid(0d7ca8495341bc04da53c6b03a244ec5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/Metal.mat using Guid(0d7ca8495341bc04da53c6b03a244ec5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '99a6ef863da1b74b3c441ab7314c7781') in 0.015334 seconds + Import took 0.019577 seconds . ======================================================================== Received Import Request. - Time since last request: 2.441378 seconds. - path: Assets/Scripts/Controllers/BaseControllers/ControllersStart.cs - artifactKey: Guid(e076d074234f1f246a5ddda652eec0a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/ControllersStart.cs using Guid(e076d074234f1f246a5ddda652eec0a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f087d04a8319a9568c5e758c237b1931') in 0.008825 seconds - Import took 0.012482 seconds . + Time since last request: 0.000266 seconds. + path: Assets/Prefabs/Resources/Houses/OldHouse/Materials/House 1.mat + artifactKey: Guid(21d0f554fcc5a794b9278d246a5ed839) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/OldHouse/Materials/House 1.mat using Guid(21d0f554fcc5a794b9278d246a5ed839) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dffe7c92dae21f9df193de2fbf46ce71') in 0.059529 seconds + Import took 0.064628 seconds . ======================================================================== Received Import Request. - Time since last request: 7.906462 seconds. - path: Assets/Scripts/Controllers/BaseControllers/GameController.cs - artifactKey: Guid(564ede2c6fbd6d94597aa8ba0eacb740) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/GameController.cs using Guid(564ede2c6fbd6d94597aa8ba0eacb740) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '127c73e1e6cd5efed08d1ae9072763b7') in 0.009223 seconds - Import took 0.012455 seconds . + Time since last request: 0.000182 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Grass_Particle.mat + artifactKey: Guid(82c0d669e4bbcce44a6ba92f089a6537) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Grass_Particle.mat using Guid(82c0d669e4bbcce44a6ba92f089a6537) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9d97849d71f9ad67f6c9339162f8a975') in 0.022639 seconds + Import took 0.026772 seconds . ======================================================================== Received Import Request. - Time since last request: 0.001754 seconds. - path: Assets/Scripts/Controllers/BaseControllers/GameController.cs - artifactKey: Guid(564ede2c6fbd6d94597aa8ba0eacb740) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/GameController.cs using Guid(564ede2c6fbd6d94597aa8ba0eacb740) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '127c73e1e6cd5efed08d1ae9072763b7') in 0.003132 seconds - Import took 0.006155 seconds . + Time since last request: 0.000199 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Models/Materials/lambert1.mat + artifactKey: Guid(05c2b5e185992534db01b782bf3a3cb3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Models/Materials/lambert1.mat using Guid(05c2b5e185992534db01b782bf3a3cb3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c93d40f6c7ccb478b6ce946983a750ea') in 0.020296 seconds + Import took 0.023863 seconds . ======================================================================== Received Import Request. - Time since last request: 2.270984 seconds. - path: Assets/Scripts/Controllers/BaseControllers/GameStateController.cs - artifactKey: Guid(7284bc766b056b24f9377fb40e2f28b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/GameStateController.cs using Guid(7284bc766b056b24f9377fb40e2f28b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bb7bf4bbd205b664ac04a74cf41dfac1') in 0.008701 seconds - Import took 0.012614 seconds . + Time since last request: 0.000224 seconds. + path: Assets/Prefabs/Resources/Houses/OldHouse/Materials/HouseClean.mat + artifactKey: Guid(ab2afd19535f5b348ae1aa0ef260de96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/OldHouse/Materials/HouseClean.mat using Guid(ab2afd19535f5b348ae1aa0ef260de96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2e211e89da2e0f5f0ce275035d76166d') in 0.022884 seconds + Import took 0.027181 seconds . ======================================================================== Received Import Request. - Time since last request: 0.002434 seconds. - path: Assets/Scripts/Controllers/BaseControllers/GameStateController.cs - artifactKey: Guid(7284bc766b056b24f9377fb40e2f28b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/GameStateController.cs using Guid(7284bc766b056b24f9377fb40e2f28b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bb7bf4bbd205b664ac04a74cf41dfac1') in 0.003379 seconds - Import took 0.008039 seconds . + Time since last request: 0.000210 seconds. + path: Assets/Art/Materials/Material_FX_HDR.mat + artifactKey: Guid(c2b801c7d5c162c4190a6b0d4e254c0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Materials/Material_FX_HDR.mat using Guid(c2b801c7d5c162c4190a6b0d4e254c0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9ac55ef9f6456573a991b8a5e43d4136') in 0.098287 seconds + Import took 0.102790 seconds . ======================================================================== Received Import Request. - Time since last request: 22.652496 seconds. - path: Assets/Scripts/Controllers/BaseControllers/MainControllers.cs - artifactKey: Guid(d08e98cbb80dd174599d00ba37397f50) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/MainControllers.cs using Guid(d08e98cbb80dd174599d00ba37397f50) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f5913fa11ea311a57c518c5cca7db006') in 0.010631 seconds - Import took 0.014494 seconds . + Time since last request: 0.000221 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceCubeStick.002.mat + artifactKey: Guid(fcdef4c3a81cc3e448a65a2c26199cea) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceCubeStick.002.mat using Guid(fcdef4c3a81cc3e448a65a2c26199cea) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '03cad35132b3d2eeb54d2b9af345c2e6') in 0.017480 seconds + Import took 0.021446 seconds . ======================================================================== Received Import Request. - Time since last request: 1785.577276 seconds. - path: Assets/Scripts/Controllers/BaseControllers/GameSystemsController.cs - artifactKey: Guid(14572001cd7e43248b9348936a4159f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/GameSystemsController.cs using Guid(14572001cd7e43248b9348936a4159f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1a2714d8df0f06f0970f05cba333ba77') in 0.019463 seconds - Import took 0.025355 seconds . + Time since last request: 0.000233 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_01_A.mat + artifactKey: Guid(caf01dd5152f3934d8079e6160aa3b1e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_01_A.mat using Guid(caf01dd5152f3934d8079e6160aa3b1e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '146372c6ff5e7c154992ed943e60c548') in 0.028734 seconds + Import took 0.033824 seconds . ======================================================================== Received Import Request. - Time since last request: 0.013130 seconds. - path: Assets/Scripts/Controllers/BaseControllers/GameSystemsController.cs - artifactKey: Guid(14572001cd7e43248b9348936a4159f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/GameSystemsController.cs using Guid(14572001cd7e43248b9348936a4159f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1a2714d8df0f06f0970f05cba333ba77') in 0.004375 seconds - Import took 0.008862 seconds . + Time since last request: 0.000564 seconds. + path: Assets/Prefabs/Resources/Trees/Tree 12/Textures/ends.mat + artifactKey: Guid(642de1d1f8eb5734a9c1f08c1108dd94) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Trees/Tree 12/Textures/ends.mat using Guid(642de1d1f8eb5734a9c1f08c1108dd94) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8c7e0a876cd016c2b45d6b4f2113771e') in 0.033166 seconds + Import took 0.038086 seconds . ======================================================================== Received Import Request. - Time since last request: 29.343170 seconds. - path: Assets/Scripts/Controllers/BaseControllers/LocationInitializeController.cs - artifactKey: Guid(4ab29bf1f328f994fbb91cf64fff9d9f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/LocationInitializeController.cs using Guid(4ab29bf1f328f994fbb91cf64fff9d9f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1c0ca6e86fb2d56d5b2120fd67196384') in 0.011331 seconds - Import took 0.015816 seconds . + Time since last request: 0.000280 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_03_D.mat + artifactKey: Guid(d69305a10055d7c44b8baada30303e88) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_03_D.mat using Guid(d69305a10055d7c44b8baada30303e88) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3981335fd0debfe6892d006aea2038e7') in 0.036004 seconds + Import took 0.039561 seconds . ======================================================================== Received Import Request. - Time since last request: 431.953841 seconds. - path: Assets/Scripts/Controllers/BaseControllers/LocationInitializeController.cs - artifactKey: Guid(4ab29bf1f328f994fbb91cf64fff9d9f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/BaseControllers/LocationInitializeController.cs using Guid(4ab29bf1f328f994fbb91cf64fff9d9f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4e5adc6287fccaeb23dc791765458f9a') in 0.006800 seconds - Import took 0.011454 seconds . + Time since last request: 0.000424 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_01.mat + artifactKey: Guid(c624a3d16e2ba1a43b8f5ff296ae5434) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_01.mat using Guid(c624a3d16e2ba1a43b8f5ff296ae5434) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e5a3b8e60d43871a4afd4a95cce92692') in 0.017240 seconds + Import took 0.022478 seconds . ======================================================================== Received Import Request. - Time since last request: 21.183167 seconds. - path: Assets/Scripts/Data - artifactKey: Guid(66b706fe897c4984a8a501d57d2b3d6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Data using Guid(66b706fe897c4984a8a501d57d2b3d6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0c5913a7c7288078536b1a0eaaf11b94') in 0.014630 seconds - Import took 0.018152 seconds . + Time since last request: 0.000281 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_04_B.mat + artifactKey: Guid(dcf1c8ebc26cef840a13f1b3c0a50f63) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_04_B.mat using Guid(dcf1c8ebc26cef840a13f1b3c0a50f63) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '04f1e3ddf5c7cde6aa67424b63f5bae2') in 0.032897 seconds + Import took 0.037223 seconds . ======================================================================== Received Import Request. - Time since last request: 9.899621 seconds. - path: Assets/Scripts/Controllers - artifactKey: Guid(36008b18e8be33746b0ced6a931e5591) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers using Guid(36008b18e8be33746b0ced6a931e5591) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '89580258b0b0eeb1c794b83d1f8049c5') in 0.010712 seconds - Import took 0.013941 seconds . + Time since last request: 0.000191 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_Snow.mat + artifactKey: Guid(275920581080ced43a750da785649059) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_Snow.mat using Guid(275920581080ced43a750da785649059) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2373719f0838d29b2d2af130e8c4eeb6') in 0.025375 seconds + Import took 0.028821 seconds . ======================================================================== Received Import Request. - Time since last request: 0.002697 seconds. - path: Assets/Scripts/Controllers - artifactKey: Guid(36008b18e8be33746b0ced6a931e5591) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers using Guid(36008b18e8be33746b0ced6a931e5591) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '89580258b0b0eeb1c794b83d1f8049c5') in 0.003799 seconds - Import took 0.007666 seconds . + Time since last request: 0.000218 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_LightRay.mat + artifactKey: Guid(91f21d47c2b9b7d4e946b81b5b39f0af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_LightRay.mat using Guid(91f21d47c2b9b7d4e946b81b5b39f0af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5f34bd8d786b51b3337d2c5d2cef9ebb') in 0.018697 seconds + Import took 0.023806 seconds . ======================================================================== Received Import Request. - Time since last request: 15.830394 seconds. - path: Assets/Scripts/Controllers/Factories - artifactKey: Guid(bb653b9eae60e034ca1a5d0bd14c3605) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/Factories using Guid(bb653b9eae60e034ca1a5d0bd14c3605) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8ee61f03b485504658458ea521eca4b5') in 0.011445 seconds - Import took 0.016043 seconds . + Time since last request: 0.000206 seconds. + path: Assets/OldAssets/RunePillar/Materials/Group8801Mat.mat + artifactKey: Guid(0791f38ba5a649c48b6dc38ae129cae3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/OldAssets/RunePillar/Materials/Group8801Mat.mat using Guid(0791f38ba5a649c48b6dc38ae129cae3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a0245e94bcd487e3e3b3543ae95f3c1e') in 0.019796 seconds + Import took 0.023652 seconds . ======================================================================== Received Import Request. - Time since last request: 20.035069 seconds. - path: Assets/Scripts/Controllers/Factories/CreateEnemyModel.cs - artifactKey: Guid(7d56461d6ddd094498fb0cfa1de7616a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/Factories/CreateEnemyModel.cs using Guid(7d56461d6ddd094498fb0cfa1de7616a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7d2a987d19e40a47312408377ea7bac9') in 0.012867 seconds - Import took 0.017247 seconds . + Time since last request: 0.000256 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_04_C.mat + artifactKey: Guid(549c7e494b673714db1911b6b82d5b2f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/Alts/FantasyRivals_04_C.mat using Guid(549c7e494b673714db1911b6b82d5b2f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6d3b30351ca47f76a800a77b26b31e7e') in 0.028325 seconds + Import took 0.032916 seconds . ======================================================================== Received Import Request. - Time since last request: 648.489124 seconds. - path: Assets/Scripts/Controllers/Factories/CreateEnemyModel.cs - artifactKey: Guid(7d56461d6ddd094498fb0cfa1de7616a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/Factories/CreateEnemyModel.cs using Guid(7d56461d6ddd094498fb0cfa1de7616a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2ea01223e200bc92a45923c7c8f43e24') in 0.016069 seconds - Import took 0.027167 seconds . + Time since last request: 0.000235 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Fog_Breakup.mat + artifactKey: Guid(87cb885db32572a49bb20508a49dee45) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Fog_Breakup.mat using Guid(87cb885db32572a49bb20508a49dee45) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '69cbeac22ac0c0b92f8c343fc526ae98') in 0.026990 seconds + Import took 0.031499 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000222 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_TextureFloor.mat + artifactKey: Guid(b64531222cca0504c89bf60a156a2157) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_TextureFloor.mat using Guid(b64531222cca0504c89bf60a156a2157) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'af7eb6bbe22a98b89e3a334706a73c93') in 0.077435 seconds + Import took 0.081892 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000180 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_Transparent.mat + artifactKey: Guid(e7578bbbb7085d042bf6a83f3507cd16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeon_Material_Transparent.mat using Guid(e7578bbbb7085d042bf6a83f3507cd16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ebb1015043c26cc16fa41468dd9dc0f7') in 0.235371 seconds + Import took 0.238794 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000247 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Fog_Light.mat + artifactKey: Guid(f609e37a5a8dad5419fad27ba477d1c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Fog_Light.mat using Guid(f609e37a5a8dad5419fad27ba477d1c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '656dd728ff35abf6820710569cb7cd81') in 0.017851 seconds + Import took 0.021597 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000252 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/FX_Snow.mat + artifactKey: Guid(8e7cca841ca60da4cb7eace3fa73bfe8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/FX_Snow.mat using Guid(8e7cca841ca60da4cb7eace3fa73bfe8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '79c465dce8fb54214a769148c89087d2') in 0.017021 seconds + Import took 0.020931 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000196 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceStick.001.mat + artifactKey: Guid(08aa212e2647cc04cad79a28fbe01a65) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceStick.001.mat using Guid(08aa212e2647cc04cad79a28fbe01a65) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eb8023e7434329f1a69edfbab646ffb2') in 0.020366 seconds + Import took 0.025285 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000500 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceStickBackSides.001.mat + artifactKey: Guid(d7aabea3156468f41a2b29b21a11d47e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceStickBackSides.001.mat using Guid(d7aabea3156468f41a2b29b21a11d47e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3fb0e3665c0f41e832c40457b6bbbe8d') in 0.017283 seconds + Import took 0.022613 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000206 seconds. + path: Assets/OldAssets/MW/- Materials/mw_birch_bark.mat + artifactKey: Guid(41e346760d2c9c344a74c1c86688d65a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/OldAssets/MW/- Materials/mw_birch_bark.mat using Guid(41e346760d2c9c344a74c1c86688d65a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'df284bad0f7d0027c79fd1821b543a5d') in 0.023769 seconds + Import took 0.027338 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000260 seconds. + path: Assets/OldAssets/MW/- Materials/mw_alchemy_station.mat + artifactKey: Guid(a4f473b516daa09489e01250fb39cf14) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/OldAssets/MW/- Materials/mw_alchemy_station.mat using Guid(a4f473b516daa09489e01250fb39cf14) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b4b13bd90cd631bd8cb02e53421af4b1') in 0.041751 seconds + Import took 0.045919 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000226 seconds. + path: Assets/OldAssets/MW/- Materials/mw_birch_branch.mat + artifactKey: Guid(42eea22182793c54daf61d0592f4109b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/OldAssets/MW/- Materials/mw_birch_branch.mat using Guid(42eea22182793c54daf61d0592f4109b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '743b0db9618216ca7c4ceb03bb95e546') in 0.120953 seconds + Import took 0.125508 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000278 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/FX_Dust.mat + artifactKey: Guid(cd97a4f0bfba00a46a4a29156f2a23bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/FX_Dust.mat using Guid(cd97a4f0bfba00a46a4a29156f2a23bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a7c336014f8cf11cb9bc234744dc0007') in 0.046265 seconds + Import took 0.050106 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000251 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Material_FX.mat + artifactKey: Guid(49fa84335db088c4dafac40a4d0743db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Material_FX.mat using Guid(49fa84335db088c4dafac40a4d0743db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b38fcc317e3e4c530cdb590a769a5b8a') in 0.017032 seconds + Import took 0.021668 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000267 seconds. + path: Assets/OldAssets/MW/- Materials/mw_alchemy_glass.mat + artifactKey: Guid(e593babddcb83df439534da3b7868fb2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/OldAssets/MW/- Materials/mw_alchemy_glass.mat using Guid(e593babddcb83df439534da3b7868fb2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c841c8c3ea76351563dba80e73dc7e84') in 0.096082 seconds + Import took 0.100066 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000278 seconds. + path: Assets/Resources/Knight/models/Materials/knight1Color.mat + artifactKey: Guid(28b2e2a9409a67f4eaee9b9525fd048f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Knight/models/Materials/knight1Color.mat using Guid(28b2e2a9409a67f4eaee9b9525fd048f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1818e533131fb8d31c92f28500157a27') in 0.064267 seconds + Import took 0.068330 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000185 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Fog_Dark.mat + artifactKey: Guid(a11359418a723dd4ba15a8ff08b0291c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Fog_Dark.mat using Guid(a11359418a723dd4ba15a8ff08b0291c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b96363c4622df46be20039cb2e362b17') in 0.016484 seconds + Import took 0.020573 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000242 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_SpiritDemon.mat + artifactKey: Guid(38f9988fa98c8394da802b18b5a52408) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_SpiritDemon.mat using Guid(38f9988fa98c8394da802b18b5a52408) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e25f860c00a43c9ef242c1a571cd1270') in 0.019404 seconds + Import took 0.023048 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000230 seconds. + path: Assets/Art/Materials/Flame.mat + artifactKey: Guid(66dc359b6da6d274886c1901116fae5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Materials/Flame.mat using Guid(66dc359b6da6d274886c1901116fae5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1c4e731bbd7bd2ee97480d0fc5da365d') in 0.108245 seconds + Import took 0.112348 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000228 seconds. + path: Assets/OldAssets/MW/- Materials/mw_bush_01.mat + artifactKey: Guid(445d9c131e62fdf4e9b854d93ba44b89) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/OldAssets/MW/- Materials/mw_bush_01.mat using Guid(445d9c131e62fdf4e9b854d93ba44b89) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3aa1283412dc7ac2a4cb05bf888e5c0e') in 0.023669 seconds + Import took 0.026734 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000184 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceCubeStick.001.mat + artifactKey: Guid(e44458de795d8af43a4becff72c65956) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceCubeStick.001.mat using Guid(e44458de795d8af43a4becff72c65956) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7edacd9c8d743913e05da5837c01ac27') in 0.019018 seconds + Import took 0.022393 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000269 seconds. + path: Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_04_A.mat + artifactKey: Guid(ec9b96289aa523c4d88516975167fc37) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyRivals/Materials/FantasyRivals_04_A.mat using Guid(ec9b96289aa523c4d88516975167fc37) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4ba0cd5d04622441ad79e1ec76f70741') in 0.029334 seconds + Import took 0.034893 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000737 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceStick.mat + artifactKey: Guid(720ab68ff89b7744db8b29afe75fd014) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Fence/Materials/FenceStick.mat using Guid(720ab68ff89b7744db8b29afe75fd014) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cb5169816b5e4865c594b4f0cbc7dbf6') in 0.020225 seconds + Import took 0.023814 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000196 seconds. + path: Assets/AdditiveAssets/PolygonNature/Models/Materials/Leaves_Dead.mat + artifactKey: Guid(3da053a7ebd1be545bfb8b227602b7ec) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/Models/Materials/Leaves_Dead.mat using Guid(3da053a7ebd1be545bfb8b227602b7ec) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0e6114c17fc96a2edcd32e568f5de1b2') in 0.018904 seconds + Import took 0.022854 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000555 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_CandleFlame.mat + artifactKey: Guid(169bd604eb7f4bf42bdb6c877f677c9c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_CandleFlame.mat using Guid(169bd604eb7f4bf42bdb6c877f677c9c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3c014c5a78be3e582cfea2c33a1d8a21') in 0.019665 seconds + Import took 0.024643 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000240 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeons_Material_Characters_01.mat + artifactKey: Guid(1a64cf0a23f83924f9debcb452685f6f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Dungeons_Material_Characters_01.mat using Guid(1a64cf0a23f83924f9debcb452685f6f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f3f4bc3aaf7d0d92adddd1ba17c1fe76') in 0.019450 seconds + Import took 0.023990 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000214 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_10.mat + artifactKey: Guid(bb0e5c246b5b2df4bb4d15c8ea7ff485) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_10.mat using Guid(bb0e5c246b5b2df4bb4d15c8ea7ff485) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '982da161cd41dd086c6b6c586dbb6cca') in 0.019959 seconds + Import took 0.023724 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000208 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_03_C.mat + artifactKey: Guid(3fbade09b83e6684c85f132da96a79bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_03_C.mat using Guid(3fbade09b83e6684c85f132da96a79bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '09514d0476740fd479b2af8318acc559') in 0.032874 seconds + Import took 0.037239 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000418 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Water_Sewer.mat + artifactKey: Guid(455fe742c8c369c4d967a98804d6e56e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Water_Sewer.mat using Guid(455fe742c8c369c4d967a98804d6e56e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '435ff6128838472bd05e77630de4ff4c') in 0.113370 seconds + Import took 0.118780 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000260 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_13.mat + artifactKey: Guid(8fd8dc5697aee3849a013a1785417489) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_13.mat using Guid(8fd8dc5697aee3849a013a1785417489) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8bef2be7ae6b35ed59c3ba71badcf217') in 0.020271 seconds + Import took 0.024827 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000265 seconds. + path: Assets/Prefabs/Resources/Trees/Tree9/Materials/leaf.mat + artifactKey: Guid(3b81562ccc7e92543a108e811251a16f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Trees/Tree9/Materials/leaf.mat using Guid(3b81562ccc7e92543a108e811251a16f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '483e5560eff32abadde4262f147a0d61') in 0.037565 seconds + Import took 0.042223 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000348 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_03_B.mat + artifactKey: Guid(b8d4818780a648f43a3c6e2d9b7e0dd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Alternatives/Dungeon_Material_03_B.mat using Guid(b8d4818780a648f43a3c6e2d9b7e0dd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '41a2fe3e049f27a554fb1c11e3e8d848') in 0.035754 seconds + Import took 0.039842 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000423 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeons_Material_Lava.mat + artifactKey: Guid(10199ca4525d43e4a993510d83a06737) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/Dungeons_Material_Lava.mat using Guid(10199ca4525d43e4a993510d83a06737) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '75e0cb69407635bf72f47e2ca3546bdb') in 0.018288 seconds + Import took 0.022690 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000201 seconds. + path: Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_20.mat + artifactKey: Guid(bb9755ee2f0ec374ab570a162036345e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonFantasyHeroCharacters/Materials/CustomMaterials/FantasyHero_20.mat using Guid(bb9755ee2f0ec374ab570a162036345e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f23d02643c6fde736f2a46b8bedf3b00') in 0.020849 seconds + Import took 0.024937 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000193 seconds. + path: Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Dirt.mat + artifactKey: Guid(1b4ac7f29d5087d489765315ce98b634) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonDungeon/Materials/Misc/FX_Dirt.mat using Guid(1b4ac7f29d5087d489765315ce98b634) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fe3f7564c4474be2d1a98713ff5a7b00') in 0.021407 seconds + Import took 0.025924 seconds . ======================================================================== Received Import Request. - Time since last request: 59.727047 seconds. - path: Assets/Scripts/Controllers/Factories/CreateRabbitModel.cs - artifactKey: Guid(5bca19edf8d94cb4eae8cbf526203c27) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/Factories/CreateRabbitModel.cs using Guid(5bca19edf8d94cb4eae8cbf526203c27) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7abe869ee34980614aca212403d18ee5') in 0.010181 seconds - Import took 0.014793 seconds . + Time since last request: 4.545935 seconds. + path: Assets/Art/Materials/Red.mat + artifactKey: Guid(b01bef707e0569249b6a5b6cca7dd1f6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Materials/Red.mat using Guid(b01bef707e0569249b6a5b6cca7dd1f6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b6b2e5355ee44b74eddac71c8e63acad') in 0.014471 seconds + Import took 0.017725 seconds . ======================================================================== Received Import Request. - Time since last request: 9.975691 seconds. - path: Assets/Scripts/EntityScripts/Enemies/BaseEnemy/EnemyInitializeController.cs - artifactKey: Guid(37bcc8a2b1a5ac14c9b7879016712b99) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/EntityScripts/Enemies/BaseEnemy/EnemyInitializeController.cs using Guid(37bcc8a2b1a5ac14c9b7879016712b99) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b839503e3cddc2294c07c4f070497b1d') in 0.021363 seconds - Import took 0.033935 seconds . + Time since last request: 64.452196 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Villager Animations Pack/Models/Characters/VillagerHuman.fbx + artifactKey: Guid(b01a3f6cbfa877645ae1653f51bd4cbe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Villager Animations Pack/Models/Characters/VillagerHuman.fbx using Guid(b01a3f6cbfa877645ae1653f51bd4cbe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9854b24f4251850268c59e24008fbb5c') in 0.046945 seconds + Import took 0.053542 seconds . ======================================================================== Received Import Request. - Time since last request: 149.027467 seconds. - path: Assets/Scripts/Controllers/Factories/CreateRabbitModel.cs - artifactKey: Guid(5bca19edf8d94cb4eae8cbf526203c27) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Controllers/Factories/CreateRabbitModel.cs using Guid(5bca19edf8d94cb4eae8cbf526203c27) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '30e768d39796038c219ea4d8aa5198ac') in 0.005258 seconds - Import took 0.009996 seconds . + Time since last request: 0.000285 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Villager Animations Pack/Models/Tools/VillagerPlow.fbx + artifactKey: Guid(370782fdfcf1fbe42b2cd21bf23903dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Villager Animations Pack/Models/Tools/VillagerPlow.fbx using Guid(370782fdfcf1fbe42b2cd21bf23903dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '392165134a284d820921beb962f85e5c') in 0.020868 seconds + Import took 0.026013 seconds . ======================================================================== Received Import Request. - Time since last request: 23.681414 seconds. - path: Assets/Scripts/Enum - artifactKey: Guid(f900697de721c9245944c11ba1bcf1a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Enum using Guid(f900697de721c9245944c11ba1bcf1a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1d4778bc35abe31053e39bd52cb961df') in 0.013082 seconds - Import took 0.016821 seconds . + Time since last request: 0.000322 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Villager Animations Pack/Models/Tools/VillagerPickaxe.fbx + artifactKey: Guid(a84dc411a82bf8b43b867806726efddc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Villager Animations Pack/Models/Tools/VillagerPickaxe.fbx using Guid(a84dc411a82bf8b43b867806726efddc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2da319b1f3c18e204b99ffbf190956ad') in 0.022622 seconds + Import took 0.027042 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000337 seconds. + path: Assets/AdditiveAssets/Kevin Iglesias/Villager Animations Pack/Models/Characters/VillagerHuman.fbx + artifactKey: Guid(b01a3f6cbfa877645ae1653f51bd4cbe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/Kevin Iglesias/Villager Animations Pack/Models/Characters/VillagerHuman.fbx using Guid(b01a3f6cbfa877645ae1653f51bd4cbe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9854b24f4251850268c59e24008fbb5c') in 0.022869 seconds + Import took 0.027167 seconds . ======================================================================== Received Import Request. - Time since last request: 11.996790 seconds. - path: Assets/Scripts/Enum/DataType.cs - artifactKey: Guid(136ba6048b8642148a89603d7418449a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Enum/DataType.cs using Guid(136ba6048b8642148a89603d7418449a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5e7fcb0ee1142a3176838f5343a37840') in 0.014161 seconds - Import took 0.020547 seconds . + Time since last request: 47.019496 seconds. + path: Assets/AdditiveAssets/PolygonNature/Materials/Water/PolygonNature_Water_Swamp.mat + artifactKey: Guid(374467a8ced5690499204f39d40992d9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/Materials/Water/PolygonNature_Water_Swamp.mat using Guid(374467a8ced5690499204f39d40992d9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6bec0936d0faa6604fd4b369d71bdee5') in 0.253262 seconds + Import took 0.257481 seconds . ======================================================================== Received Import Request. - Time since last request: 139.720602 seconds. - path: Assets/Scripts/Enum/DataType.cs - artifactKey: Guid(136ba6048b8642148a89603d7418449a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Enum/DataType.cs using Guid(136ba6048b8642148a89603d7418449a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2f38c073c1d428ffe7c571d762c7b2dd') in 0.005133 seconds - Import took 0.012204 seconds . + Time since last request: 0.000215 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/Ring.mat + artifactKey: Guid(936b9c9c74eefc648ba00f158b62a5f6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/Ring.mat using Guid(936b9c9c74eefc648ba00f158b62a5f6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f3106ff3fa64188ae31436fd82377f1e') in 0.021229 seconds + Import took 0.025484 seconds . ======================================================================== Received Import Request. - Time since last request: 1008.602815 seconds. - path: Assets/Scripts/LocationData/LocationData.cs - artifactKey: Guid(d63798768fe41a44b92f7e80c3f4a681) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/LocationData.cs using Guid(d63798768fe41a44b92f7e80c3f4a681) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f59b33baf13766f718acd13e2d22adbb') in 0.011919 seconds - Import took 0.015979 seconds . + Time since last request: 0.000198 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Ripple_Material.mat + artifactKey: Guid(8cde9f99058d843429559f2b25a925eb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Ripple_Material.mat using Guid(8cde9f99058d843429559f2b25a925eb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6d4b0a540f18be4d872a9371017fc7b5') in 0.026734 seconds + Import took 0.030668 seconds . ======================================================================== Received Import Request. - Time since last request: 0.002559 seconds. - path: Assets/Scripts/LocationData/LocationData.cs - artifactKey: Guid(d63798768fe41a44b92f7e80c3f4a681) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/LocationData.cs using Guid(d63798768fe41a44b92f7e80c3f4a681) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f59b33baf13766f718acd13e2d22adbb') in 0.003830 seconds - Import took 0.007383 seconds . + Time since last request: 0.000249 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/Rope.mat + artifactKey: Guid(bae07849ede7f9749afae80f6a3c98ec) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/Rope.mat using Guid(bae07849ede7f9749afae80f6a3c98ec) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3715d021e90af55402cfa393f2fa2039') in 0.017279 seconds + Import took 0.023026 seconds . ======================================================================== Received Import Request. - Time since last request: 115.162017 seconds. - path: Assets/Scripts/LocationData/LocationData.cs - artifactKey: Guid(d63798768fe41a44b92f7e80c3f4a681) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/LocationData.cs using Guid(d63798768fe41a44b92f7e80c3f4a681) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '93f61a09ae0c1a943a63d77db7d6acc2') in 0.004834 seconds - Import took 0.009303 seconds . + Time since last request: 0.000479 seconds. + path: Assets/AdditiveAssets/PolygonNature/Materials/Water/PolygonNature_Water_Swamp.mat + artifactKey: Guid(374467a8ced5690499204f39d40992d9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/Materials/Water/PolygonNature_Water_Swamp.mat using Guid(374467a8ced5690499204f39d40992d9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6bec0936d0faa6604fd4b369d71bdee5') in 0.008816 seconds + Import took 0.012549 seconds . ======================================================================== Received Import Request. - Time since last request: 3.028685 seconds. - path: Assets/Scripts/LocationData - artifactKey: Guid(54623620ea0f75d42aafd9a3818a6a13) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData using Guid(54623620ea0f75d42aafd9a3818a6a13) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2bddf14aec46b1b9d6af444b3749bcba') in 0.004023 seconds - Import took 0.007645 seconds . + Time since last request: 0.000330 seconds. + path: Assets/OldAssets/RunePillar/Materials/RunePillar.mat + artifactKey: Guid(db3b7e900fff86f4e99b96b96fc29e23) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/OldAssets/RunePillar/Materials/RunePillar.mat using Guid(db3b7e900fff86f4e99b96b96fc29e23) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '48b02219b3438544504ef643aa73ddaf') in 0.294200 seconds + Import took 0.298959 seconds . ======================================================================== Received Import Request. - Time since last request: 10.664778 seconds. - path: Assets/Scripts/LocationData/LocationPosition.cs - artifactKey: Guid(fd6e7860699d2784791fe178fe2316db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/LocationPosition.cs using Guid(fd6e7860699d2784791fe178fe2316db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '764ddafd4ac99fe42b0e44b60742a277') in 0.009927 seconds - Import took 0.013409 seconds . + Time since last request: 0.000617 seconds. + path: Assets/AdditiveAssets/PolygonNature/Materials/Misc/Skydome_Day.mat + artifactKey: Guid(a35e8e5d044c2034c9b49745fc5a0d77) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/Materials/Misc/Skydome_Day.mat using Guid(a35e8e5d044c2034c9b49745fc5a0d77) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3c3870becd5141117066ffd5d9c537c7') in 0.097192 seconds + Import took 0.101253 seconds . ======================================================================== Received Import Request. - Time since last request: 54.997655 seconds. - path: Assets/Scripts/LocationData/LocationPosition.cs - artifactKey: Guid(fd6e7860699d2784791fe178fe2316db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/LocationPosition.cs using Guid(fd6e7860699d2784791fe178fe2316db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4a136d3c9d22bad1b3d92bb5c655593a') in 0.005830 seconds - Import took 0.011662 seconds . + Time since last request: 0.000186 seconds. + path: Assets/AdditiveAssets/PolygonNature/Materials/Misc/Skydome_Classic_Trees.mat + artifactKey: Guid(4ea5af2de4e8123479cbfc8f9e49f2cc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/Materials/Misc/Skydome_Classic_Trees.mat using Guid(4ea5af2de4e8123479cbfc8f9e49f2cc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '243020274e45b5543e8d5c6ebc78b0fb') in 0.016815 seconds + Import took 0.021277 seconds . ======================================================================== Received Import Request. - Time since last request: 17.445204 seconds. - path: Assets/Scripts/LocationData/SpawnpointData.cs - artifactKey: Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/SpawnpointData.cs using Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f534dcb27170005cd330c1ec3e0801f0') in 0.009709 seconds - Import took 0.013317 seconds . + Time since last request: 0.000191 seconds. + path: Assets/Art/Materials/QuestAreaParticle.mat + artifactKey: Guid(2a6b8a8b1d0e4674cb7d28b432d5047d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Materials/QuestAreaParticle.mat using Guid(2a6b8a8b1d0e4674cb7d28b432d5047d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '30c951d4939388c1adbc2c7eeb2beba1') in 0.076262 seconds + Import took 0.080808 seconds . ======================================================================== Received Import Request. - Time since last request: 11.392572 seconds. - path: Assets/Scripts/LocationData/SpawnPointData.cs - artifactKey: Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/SpawnPointData.cs using Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0593a7612e2a58388856e69927756dee') in 0.011831 seconds - Import took 0.016363 seconds . + Time since last request: 7.170786 seconds. + path: Assets/Art/Materials/Skydome_Day_HDR.mat + artifactKey: Guid(2fe3d19f311d3f04a92f087c7bc1f658) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Materials/Skydome_Day_HDR.mat using Guid(2fe3d19f311d3f04a92f087c7bc1f658) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '55e4cd47e6a8fd3f1cf5e9d97a0e189c') in 0.021936 seconds + Import took 0.026113 seconds . ======================================================================== Received Import Request. - Time since last request: 0.067412 seconds. - path: Assets/Scripts/LocationData/Spawner.cs - artifactKey: Guid(912051cf8540739449ad9da3d3ac2150) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/Spawner.cs using Guid(912051cf8540739449ad9da3d3ac2150) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '91b9a687800af8e1c041996799118969') in 0.009969 seconds - Import took 0.013663 seconds . + Time since last request: 0.000290 seconds. + path: Assets/Art/Materials/Skydome_Night_HDR.mat + artifactKey: Guid(78f8e31f20238bc49a811835d21a58a1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Art/Materials/Skydome_Night_HDR.mat using Guid(78f8e31f20238bc49a811835d21a58a1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '605795801efe224dfe0459d96b36f7d9') in 0.017341 seconds + Import took 0.022909 seconds . ======================================================================== Received Import Request. - Time since last request: 511.661305 seconds. - path: Assets/Scripts/LocationData/SpawnpointData.cs - artifactKey: Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/SpawnpointData.cs using Guid(3fbfa75970f4f6d44a4a8fb050cfb2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f9d2ed6b28b4c12323481bfd31daf553') in 0.005345 seconds - Import took 0.009913 seconds . + Time since last request: 0.126344 seconds. + path: Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Smoke_Material.mat + artifactKey: Guid(694e8e05d25f4bc4ca6620f58c7861b8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AdditiveAssets/PolygonNature/FX/FX_Materials/Smoke_Material.mat using Guid(694e8e05d25f4bc4ca6620f58c7861b8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '84c3a9dcd142342697aed1633df47499') in 0.020016 seconds + Import took 0.024644 seconds . ======================================================================== Received Import Request. - Time since last request: 109.644314 seconds. - path: Assets/Scripts/LocationData/SpawnEntityData.cs - artifactKey: Guid(957607fffa813454c9e64abf4d1256dc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/SpawnEntityData.cs using Guid(957607fffa813454c9e64abf4d1256dc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '07a3dbf7c4528c464146c0982b861a03') in 0.010629 seconds - Import took 0.014368 seconds . + Time since last request: 0.000599 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.mat + artifactKey: Guid(2cad71473ac279446bd60792a9f11781) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.mat using Guid(2cad71473ac279446bd60792a9f11781) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ac0dcbcc45171c5398c1f219809459cb') in 0.016653 seconds + Import took 0.020479 seconds . ======================================================================== Received Import Request. - Time since last request: 199.107522 seconds. - path: Assets/Scripts/LocationData/SpawnEntityData.cs - artifactKey: Guid(957607fffa813454c9e64abf4d1256dc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/SpawnEntityData.cs using Guid(957607fffa813454c9e64abf4d1256dc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ed5ac25d4a51ec9830484c65d603a8e9') in 0.008413 seconds - Import took 0.015978 seconds . + Time since last request: 0.290281 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.001.mat + artifactKey: Guid(a3c9e7e6abc801a469eacedf9a095a79) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.001.mat using Guid(a3c9e7e6abc801a469eacedf9a095a79) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0278fdc550766a15f542d05a0608eed0') in 0.021437 seconds + Import took 0.025270 seconds . ======================================================================== Received Import Request. - Time since last request: 572.202285 seconds. - path: Assets/Scripts/EntityScripts/Character/CharacterData.cs - artifactKey: Guid(d188b74f1b32ed747b065a91ad8e0d3c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/EntityScripts/Character/CharacterData.cs using Guid(d188b74f1b32ed747b065a91ad8e0d3c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fc682470daa3e9fd1be7fc06c7366fa3') in 0.011752 seconds - Import took 0.015767 seconds . + Time since last request: 0.000356 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.002.mat + artifactKey: Guid(4b69ad00470d9a54fb97c6569b503ad1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.002.mat using Guid(4b69ad00470d9a54fb97c6569b503ad1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd2704c7910b77d1ce92ed89299486643') in 0.018260 seconds + Import took 0.022086 seconds . ======================================================================== Received Import Request. - Time since last request: 560.817717 seconds. - path: Assets/Scripts/EntityScripts/Enemies/BaseEnemy/EnemyData.cs - artifactKey: Guid(45b6211f901abb749819913b741439c9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/EntityScripts/Enemies/BaseEnemy/EnemyData.cs using Guid(45b6211f901abb749819913b741439c9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8758cd8d39df29a4075b9245bb3d5514') in 0.011330 seconds - Import took 0.015162 seconds . + Time since last request: 1.527675 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.003.mat + artifactKey: Guid(fc7e4471b3b04384198e615a0c7a4e3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.003.mat using Guid(fc7e4471b3b04384198e615a0c7a4e3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0fdece07d6e4eba41ce17e875f8fee6e') in 0.026665 seconds + Import took 0.031318 seconds . ======================================================================== Received Import Request. - Time since last request: 0.003933 seconds. - path: Assets/Scripts/EntityScripts/Enemies/BaseEnemy/EnemyData.cs - artifactKey: Guid(45b6211f901abb749819913b741439c9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/EntityScripts/Enemies/BaseEnemy/EnemyData.cs using Guid(45b6211f901abb749819913b741439c9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8758cd8d39df29a4075b9245bb3d5514') in 0.003485 seconds - Import took 0.008146 seconds . + Time since last request: 0.000219 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.004.mat + artifactKey: Guid(b435b9bb4cc83fc41b1337d07832cffe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.004.mat using Guid(b435b9bb4cc83fc41b1337d07832cffe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2dce476964395ccdfe72365f2a54e517') in 0.018795 seconds + Import took 0.022167 seconds . ======================================================================== Received Import Request. - Time since last request: 111.594790 seconds. - path: Assets/Scripts/Managers/TagManager.cs - artifactKey: Guid(f7655e0e548305f499b86341590ae2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Managers/TagManager.cs using Guid(f7655e0e548305f499b86341590ae2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '533b5afc175232fafe7c7ec9292f12f4') in 0.013474 seconds - Import took 0.019423 seconds . + Time since last request: 0.047167 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.005.mat + artifactKey: Guid(d02b7cc804ff8e241bd1f52b2a920e24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.005.mat using Guid(d02b7cc804ff8e241bd1f52b2a920e24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7c1151018f275df4731e75e6df327ddf') in 0.016238 seconds + Import took 0.020462 seconds . ======================================================================== Received Import Request. - Time since last request: 0.005170 seconds. - path: Assets/Scripts/Managers/TagManager.cs - artifactKey: Guid(f7655e0e548305f499b86341590ae2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Managers/TagManager.cs using Guid(f7655e0e548305f499b86341590ae2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '533b5afc175232fafe7c7ec9292f12f4') in 0.004332 seconds - Import took 0.009694 seconds . + Time since last request: 0.000232 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.006.mat + artifactKey: Guid(22c7222b2abc5da4fb5dfe8613d8a4aa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.006.mat using Guid(22c7222b2abc5da4fb5dfe8613d8a4aa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1ecaddb54599f29c35390ef5c564d021') in 0.017352 seconds + Import took 0.021496 seconds . ======================================================================== Received Import Request. - Time since last request: 193.852772 seconds. - path: Assets/Scripts/Managers/TagManager.cs - artifactKey: Guid(f7655e0e548305f499b86341590ae2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Managers/TagManager.cs using Guid(f7655e0e548305f499b86341590ae2af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1b6b2a9a9c7fd1389551c8b160e8e9b3') in 0.006432 seconds - Import took 0.011847 seconds . + Time since last request: 1.734483 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.007.mat + artifactKey: Guid(b1e693f4e02c2b74c9e0789d2d6b2666) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.007.mat using Guid(b1e693f4e02c2b74c9e0789d2d6b2666) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '09dd1de98ab9d4baaeaf60add85ffeab') in 0.025481 seconds + Import took 0.029733 seconds . ======================================================================== Received Import Request. - Time since last request: 137.889657 seconds. - path: Assets/Scripts/LocationData/LocationData.cs - artifactKey: Guid(d63798768fe41a44b92f7e80c3f4a681) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/LocationData/LocationData.cs using Guid(d63798768fe41a44b92f7e80c3f4a681) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3f15abd4b878c07432788e525e83e87c') in 0.004484 seconds - Import took 0.008798 seconds . + Time since last request: 0.000281 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.009.mat + artifactKey: Guid(2594d53bfa10c6b47832dde4d7a03c12) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.009.mat using Guid(2594d53bfa10c6b47832dde4d7a03c12) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '91ce42a7c9221dae12763cf4d2b335ff') in 0.019622 seconds + Import took 0.023203 seconds . ======================================================================== Received Import Request. - Time since last request: 12.666248 seconds. - path: Assets/Resources/Data/RabbitData.asset - artifactKey: Guid(43398a2c55450574da94b5cc7b25fbca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/RabbitData.asset using Guid(43398a2c55450574da94b5cc7b25fbca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3be8708d7d246cbf605ca611774bb991') in 0.132391 seconds - Import took 0.136135 seconds . + Time since last request: 0.000268 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.008.mat + artifactKey: Guid(1d33640f5fe379e4ca9b7d5954a76bf2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.008.mat using Guid(1d33640f5fe379e4ca9b7d5954a76bf2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '23391eb25faf83dbf75f432eda9881ec') in 0.022547 seconds + Import took 0.026650 seconds . ======================================================================== Received Import Request. - Time since last request: 4.035986 seconds. - path: Assets/Resources/Data/CharacterData.asset - artifactKey: Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/CharacterData.asset using Guid(fef777073fff0864c8a8ebc9db9d79e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0a7a866f9f76a90b7a0752b9c9f4e579') in 0.378401 seconds - Import took 0.406066 seconds . + Time since last request: 0.000262 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.010.mat + artifactKey: Guid(9fb17edc89499574a84c867b8d5e73bf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.010.mat using Guid(9fb17edc89499574a84c867b8d5e73bf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a76b77821e43cc52920f2ed7a9f9f962') in 0.023873 seconds + Import took 0.030170 seconds . ======================================================================== Received Import Request. - Time since last request: 6.535822 seconds. - path: Assets/Resources/Data/Data.asset - artifactKey: Guid(f9132eced70e01c43973bc4d80bf42dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/Data.asset using Guid(f9132eced70e01c43973bc4d80bf42dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ac8570dd263a7b7951ba1c73065a2e16') in 0.010041 seconds - Import took 0.013709 seconds . + Time since last request: 0.204027 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.011.mat + artifactKey: Guid(e679f9d1737dc4647ba9d2b3e311a2f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.011.mat using Guid(e679f9d1737dc4647ba9d2b3e311a2f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '97bbeb44b8ae302b48dba9b5bfd11d9b') in 0.014929 seconds + Import took 0.018740 seconds . ======================================================================== Received Import Request. - Time since last request: 0.001011 seconds. - path: Assets/Resources/Data/Data.asset - artifactKey: Guid(f9132eced70e01c43973bc4d80bf42dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/Data.asset using Guid(f9132eced70e01c43973bc4d80bf42dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ac8570dd263a7b7951ba1c73065a2e16') in 0.004369 seconds - Import took 0.008065 seconds . + Time since last request: 0.000170 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.012.mat + artifactKey: Guid(8864924cb449d0e42891772a4553adfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.012.mat using Guid(8864924cb449d0e42891772a4553adfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2744b7a580d1b81e42de3c4a1fa0fd60') in 0.018216 seconds + Import took 0.022100 seconds . ======================================================================== Received Import Request. - Time since last request: 18.344202 seconds. - path: Assets/Resources/Data/LocationData.asset - artifactKey: Guid(56a4acda0f70c87419c0ee18dbcc63ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/LocationData.asset using Guid(56a4acda0f70c87419c0ee18dbcc63ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bc3d164d32506dcb254b760816ebfe5a') in 0.005197 seconds - Import took 0.009392 seconds . + Time since last request: 0.040365 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.013.mat + artifactKey: Guid(1e7267af9e10b074fb63289926cdd17e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.013.mat using Guid(1e7267af9e10b074fb63289926cdd17e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '47fdee82e080c708c9b6cd9f344f5e34') in 0.017613 seconds + Import took 0.021763 seconds . ======================================================================== Received Import Request. - Time since last request: 0.046817 seconds. - path: Assets/Resources/Data/IOData.asset - artifactKey: Guid(0fdbd1ec100a93b4f859caecd8ac0c20) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/IOData.asset using Guid(0fdbd1ec100a93b4f859caecd8ac0c20) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ad58322d34b5f772b6eaa4dc31c1e61c') in 0.013974 seconds - Import took 0.018837 seconds . + Time since last request: 0.000189 seconds. + path: Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.014.mat + artifactKey: Guid(1f5dc7a834281114f8fae7336a3fdc77) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Resources/Houses/VillagePack/Well/Materials/StickBackSide.014.mat using Guid(1f5dc7a834281114f8fae7336a3fdc77) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b1802bfc6396ed7db8b0b8291d6c4948') in 0.017744 seconds + Import took 0.021358 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.003178 seconds. +Registered in 0.002633 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.34 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.07 ms. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.75 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.12 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.891 seconds +- Completed reload, in 1.091 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.38 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.05 ms. -Unloading 1686 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 106.0 MB. -System memory in use after: 106.1 MB. +Refreshing native plugins compatible for Editor in 2.04 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.11 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. -Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2216. -Total: 2.647400 ms (FindLiveObjects: 0.339900 ms CreateObjectMapping: 0.050400 ms MarkObjects: 2.228200 ms DeleteObjects: 0.027300 ms) +Unloading 30 unused Assets to reduce memory usage. Loaded Objects now: 2242. +Total: 2.166200 ms (FindLiveObjects: 0.252800 ms CreateObjectMapping: 0.081400 ms MarkObjects: 1.756000 ms DeleteObjects: 0.075000 ms) ======================================================================== Received Import Request. - Time since last request: 1354.498500 seconds. - path: Assets/Resources/Data/LocationData.asset - artifactKey: Guid(56a4acda0f70c87419c0ee18dbcc63ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/LocationData.asset using Guid(56a4acda0f70c87419c0ee18dbcc63ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3c98d34dc2fa466415df6374cee468c6') in 0.022054 seconds - Import took 0.026083 seconds . + Time since last request: 196.922125 seconds. + path: Assets/Resources/Rat2 1.prefab + artifactKey: Guid(4f85483daea38534dab53d71e6c8e51a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2 1.prefab using Guid(4f85483daea38534dab53d71e6c8e51a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd462fe21f929245362b4c8d6760409b0') in 0.068873 seconds + Import took 0.073826 seconds . ======================================================================== Received Import Request. - Time since last request: 0.034435 seconds. - path: Assets/Resources/Data/SphereData.asset - artifactKey: Guid(2b8d4cbe8b13b0d4fbe8007eb7835a14) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/SphereData.asset using Guid(2b8d4cbe8b13b0d4fbe8007eb7835a14) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '21230209b5a8a6bc0cbbf8b4a89dfdf7') in 0.014317 seconds - Import took 0.018467 seconds . + Time since last request: 10.142857 seconds. + path: Assets/Resources/Rat2 1.prefab + artifactKey: Guid(4f85483daea38534dab53d71e6c8e51a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2 1.prefab using Guid(4f85483daea38534dab53d71e6c8e51a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dcc34794c8bd179413292f37fe40232f') in 0.021026 seconds + Import took 0.024702 seconds . ======================================================================== Received Import Request. - Time since last request: 0.002397 seconds. - path: Assets/Resources/Data/SphereData.asset - artifactKey: Guid(2b8d4cbe8b13b0d4fbe8007eb7835a14) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/SphereData.asset using Guid(2b8d4cbe8b13b0d4fbe8007eb7835a14) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '21230209b5a8a6bc0cbbf8b4a89dfdf7') in 0.006348 seconds - Import took 0.010729 seconds . + Time since last request: 3.287637 seconds. + path: Assets/Resources/Rat2 1.prefab + artifactKey: Guid(4f85483daea38534dab53d71e6c8e51a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat2 1.prefab using Guid(4f85483daea38534dab53d71e6c8e51a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eeaa5e348c288ca1f095fdd8aa4dab00') in 0.014861 seconds + Import took 0.019298 seconds . ======================================================================== Received Import Request. - Time since last request: 101.826464 seconds. - path: Assets/Resources/Rabbit.prefab - artifactKey: Guid(635352c46b7621145938ab221e63e0d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Rabbit.prefab using Guid(635352c46b7621145938ab221e63e0d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6a52fb5e938ad72fa29b0f267af2df00') in 0.119465 seconds - Import took 0.123901 seconds . + Time since last request: 10.191492 seconds. + path: Assets/Resources/Rat3.prefab + artifactKey: Guid(4f85483daea38534dab53d71e6c8e51a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Rat3.prefab using Guid(4f85483daea38534dab53d71e6c8e51a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bcec04b4b0929d7f6a521b36b94411e7') in 0.023985 seconds + Import took 0.028038 seconds . ======================================================================== Received Import Request. - Time since last request: 0.002404 seconds. - path: Assets/Resources/Rabbit.prefab - artifactKey: Guid(635352c46b7621145938ab221e63e0d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Rabbit.prefab using Guid(635352c46b7621145938ab221e63e0d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6a52fb5e938ad72fa29b0f267af2df00') in 0.013287 seconds - Import took 0.017287 seconds . + Time since last request: 41.300877 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c392ffc0b0e6cf875890301c40656963') in 0.007170 seconds + Import took 0.012228 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004163 seconds. +Registered in 0.002773 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 2.05 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.09 ms. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.884 seconds +- Completed reload, in 0.937 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.78 ms, found 1 plugins. +Refreshing native plugins compatible for Editor in 0.98 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.7 MB. +System memory in use after: 96.9 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2245. +Total: 2.060000 ms (FindLiveObjects: 0.205200 ms CreateObjectMapping: 0.058700 ms MarkObjects: 1.721700 ms DeleteObjects: 0.073600 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002636 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.02 ms, found 1 plugins. Preloading 1 native plugins for Editor in 0.07 ms. -Unloading 1686 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 109.3 MB. -System memory in use after: 109.4 MB. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.958 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. -Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 2225. -Total: 3.400200 ms (FindLiveObjects: 0.271000 ms CreateObjectMapping: 0.085800 ms MarkObjects: 3.006200 ms DeleteObjects: 0.035500 ms) +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2247. +Total: 2.446900 ms (FindLiveObjects: 0.464100 ms CreateObjectMapping: 0.184000 ms MarkObjects: 1.760100 ms DeleteObjects: 0.037100 ms) ======================================================================== -Received Import Request. - Time since last request: 7.027914 seconds. - path: ProjectSettings/TagManager.asset - artifactKey: Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing ProjectSettings/TagManager.asset using Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0cdc78697e5d5b1c9ebf67fe82068450') in 0.019204 seconds - Import took 0.023847 seconds . +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002757 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.12 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.023 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.01 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2249. +Total: 2.134700 ms (FindLiveObjects: 0.293300 ms CreateObjectMapping: 0.103100 ms MarkObjects: 1.710400 ms DeleteObjects: 0.026300 ms) ======================================================================== -Received Import Request. - Time since last request: 18.867219 seconds. - path: Assets/Resources/Rabbit.prefab - artifactKey: Guid(635352c46b7621145938ab221e63e0d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Rabbit.prefab using Guid(635352c46b7621145938ab221e63e0d1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b9443b6231128d93029c4bc86b84be13') in 0.073270 seconds - Import took 0.077430 seconds . +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002693 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.92 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.946 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2251. +Total: 1.913700 ms (FindLiveObjects: 0.308100 ms CreateObjectMapping: 0.127400 ms MarkObjects: 1.459400 ms DeleteObjects: 0.017900 ms) ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004859 seconds. +Registered in 0.002608 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.11 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.05 ms. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.71 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.09 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.541 seconds +- Completed reload, in 0.945 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.10 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.04 ms. -Unloading 1686 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 109.3 MB. -System memory in use after: 109.4 MB. +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. -Unloading 30 unused Assets to reduce memory usage. Loaded Objects now: 2228. -Total: 2.351000 ms (FindLiveObjects: 0.322100 ms CreateObjectMapping: 0.087400 ms MarkObjects: 1.905200 ms DeleteObjects: 0.034900 ms) +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2253. +Total: 2.392500 ms (FindLiveObjects: 0.357800 ms CreateObjectMapping: 0.122000 ms MarkObjects: 1.841500 ms DeleteObjects: 0.053900 ms) ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.003873 seconds. +Registered in 0.002674 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 2.63 ms, found 1 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.03 ms, found 1 plugins. Preloading 1 native plugins for Editor in 0.07 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.877 seconds +- Completed reload, in 0.970 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.20 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.04 ms. -Unloading 1686 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 109.3 MB. -System memory in use after: 109.4 MB. +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. -Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2230. -Total: 1.930000 ms (FindLiveObjects: 0.220900 ms CreateObjectMapping: 0.050300 ms MarkObjects: 1.635200 ms DeleteObjects: 0.022100 ms) +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2255. +Total: 2.344200 ms (FindLiveObjects: 0.416800 ms CreateObjectMapping: 0.104700 ms MarkObjects: 1.764400 ms DeleteObjects: 0.057000 ms) ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.003545 seconds. +Registered in 0.002629 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.12 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.05 ms. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.13 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.698 seconds +- Completed reload, in 0.975 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.33 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.05 ms. -Unloading 1686 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 109.3 MB. -System memory in use after: 109.4 MB. +Refreshing native plugins compatible for Editor in 0.99 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2257. +Total: 2.449400 ms (FindLiveObjects: 0.328500 ms CreateObjectMapping: 0.107500 ms MarkObjects: 1.961000 ms DeleteObjects: 0.051600 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002656 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.02 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.959 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.23 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. -Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2232. -Total: 2.447500 ms (FindLiveObjects: 0.215100 ms CreateObjectMapping: 0.049600 ms MarkObjects: 2.153100 ms DeleteObjects: 0.028200 ms) +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2259. +Total: 3.018900 ms (FindLiveObjects: 0.239400 ms CreateObjectMapping: 0.120700 ms MarkObjects: 2.614500 ms DeleteObjects: 0.042800 ms) ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.003109 seconds. +Registered in 0.002657 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 1.32 ms, found 1 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.07 ms, found 1 plugins. Preloading 1 native plugins for Editor in 0.07 ms. Invoked RoslynAnalysisRunner static constructor. RoslynAnalysisRunner will not be running. RoslynAnalysisRunner has terminated. Mono: successfully reloaded assembly -- Completed reload, in 1.600 seconds +- Completed reload, in 0.897 seconds Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.52 ms, found 1 plugins. -Preloading 1 native plugins for Editor in 0.05 ms. -Unloading 1686 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 109.3 MB. -System memory in use after: 109.4 MB. +Refreshing native plugins compatible for Editor in 0.96 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. -Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2234. -Total: 2.812900 ms (FindLiveObjects: 0.612400 ms CreateObjectMapping: 0.064100 ms MarkObjects: 2.109100 ms DeleteObjects: 0.025200 ms) +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2261. +Total: 1.663000 ms (FindLiveObjects: 0.192200 ms CreateObjectMapping: 0.052700 ms MarkObjects: 1.401400 ms DeleteObjects: 0.016000 ms) ======================================================================== Received Import Request. - Time since last request: 226.528170 seconds. - path: Assets/Resources/Data/Data.asset - artifactKey: Guid(f9132eced70e01c43973bc4d80bf42dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Data/Data.asset using Guid(f9132eced70e01c43973bc4d80bf42dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '97d22999affe47f45570aa436ecd6ffb') in 0.023560 seconds - Import took 0.028404 seconds . + Time since last request: 1232.972901 seconds. + path: Assets/Resources/Data/RatData.asset + artifactKey: Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Data/RatData.asset using Guid(6f4d6585a6392aa458b855cea773e197) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd7c46ecee75abc3b6a1b59c87b6a1f0d') in 0.033583 seconds + Import took 0.042012 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002771 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.09 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.976 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.93 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2263. +Total: 1.940100 ms (FindLiveObjects: 0.285300 ms CreateObjectMapping: 0.114500 ms MarkObjects: 1.523000 ms DeleteObjects: 0.016300 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002677 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.97 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.969 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.05 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.07 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2265. +Total: 1.941200 ms (FindLiveObjects: 0.275100 ms CreateObjectMapping: 0.069400 ms MarkObjects: 1.575400 ms DeleteObjects: 0.020000 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002680 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.90 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.968 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.00 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2267. +Total: 1.952000 ms (FindLiveObjects: 0.186500 ms CreateObjectMapping: 0.067600 ms MarkObjects: 1.679700 ms DeleteObjects: 0.017300 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002693 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.95 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.06 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 0.961 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.85 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.13 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2269. +Total: 4.190900 ms (FindLiveObjects: 1.503400 ms CreateObjectMapping: 0.293800 ms MarkObjects: 2.359400 ms DeleteObjects: 0.024700 ms) + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002495 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.19 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.08 ms. +Invoked RoslynAnalysisRunner static constructor. +RoslynAnalysisRunner will not be running. +RoslynAnalysisRunner has terminated. +Mono: successfully reloaded assembly +- Completed reload, in 1.046 seconds +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.94 ms, found 1 plugins. +Preloading 1 native plugins for Editor in 0.05 ms. +Unloading 1689 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 96.8 MB. +System memory in use after: 96.9 MB. + +Unloading 28 unused Assets to reduce memory usage. Loaded Objects now: 2271. +Total: 1.876600 ms (FindLiveObjects: 0.413000 ms CreateObjectMapping: 0.113700 ms MarkObjects: 1.294200 ms DeleteObjects: 0.054100 ms) AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset index d41d8f1c3..fb8a4d860 100644 --- a/ProjectSettings/TagManager.asset +++ b/ProjectSettings/TagManager.asset @@ -24,6 +24,7 @@ TagManager: - Sphere - Weapon - Spawnpoint + - Rat layers: - Default - TransparentFX diff --git a/ProjectSettings/VersionControlSettings.asset b/ProjectSettings/VersionControlSettings.asset index 63f412e88..dca288142 100644 Binary files a/ProjectSettings/VersionControlSettings.asset and b/ProjectSettings/VersionControlSettings.asset differ