diff --git a/Assets/Bullet.cs b/Assets/Bullet.cs index 8f9eabe100f1e1b0ce5a19ed0f2243045aa537b6..bb2d60ef6f3c77ae1b06838febb220d3db9b2142 100644 --- a/Assets/Bullet.cs +++ b/Assets/Bullet.cs @@ -7,6 +7,7 @@ public class Bullet : MonoBehaviour public float speed = 20f; public Rigidbody2D rb; public int damage = 25; + public GameObject impactEffect; // Start is called before the first frame update void Start() @@ -20,6 +21,7 @@ public class Bullet : MonoBehaviour if (enemy != null){ enemy.TakeDamage(damage); } + Instantiate(impactEffect, transform.position, transform.rotation); Destroy(gameObject); } } diff --git a/Assets/Bullet.prefab b/Assets/Bullet.prefab index eaedebf0549ff83e3de33cb7d8dfbccce8b180ef..dc87c416ec17cdd221a9e1dae802dd5d3e9e4724 100644 --- a/Assets/Bullet.prefab +++ b/Assets/Bullet.prefab @@ -134,3 +134,5 @@ MonoBehaviour: speed: 20 rb: {fileID: 4950844237197730165} damage: 25 + impactEffect: {fileID: 5678781277630544752, guid: 0394294b1e35947a2a2df2e2355d2312, + type: 3} diff --git a/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact effect.anim b/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact effect.anim new file mode 100644 index 0000000000000000000000000000000000000000..1b162858235bdfacd6997aa0161a8390bfb37449 --- /dev/null +++ b/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact effect.anim @@ -0,0 +1,77 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: impact effect + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: e7bc1a619076947c3b3bb3d4a577127e, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 1672b2f641e214522a3f4685e179a787, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 1cafae377352e4777bf22d10ddbf1be0, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 2b335573df80049ccb85e3ce21e9706e, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + m_SampleRate: 12 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + pptrCurveMapping: + - {fileID: 21300000, guid: e7bc1a619076947c3b3bb3d4a577127e, type: 3} + - {fileID: 21300000, guid: 1672b2f641e214522a3f4685e179a787, type: 3} + - {fileID: 21300000, guid: 1cafae377352e4777bf22d10ddbf1be0, type: 3} + - {fileID: 21300000, guid: 2b335573df80049ccb85e3ce21e9706e, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.33333334 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: [] + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact effect.anim.meta b/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact effect.anim.meta new file mode 100644 index 0000000000000000000000000000000000000000..9ea86c54471c8c8ef4b954a64dad94f93c6eab40 --- /dev/null +++ b/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact effect.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 65b8f0b31c0ad4eabb9cdf4686b98317 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact-1.controller b/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact-1.controller new file mode 100644 index 0000000000000000000000000000000000000000..3335a96bf5613276f4790f71ad1dac64f86d3835 --- /dev/null +++ b/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact-1.controller @@ -0,0 +1,72 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: impact-1 + serializedVersion: 5 + m_AnimatorParameters: [] + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 1107824796908276050} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!1102 &1102570024810420708 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: impact effect + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 65b8f0b31c0ad4eabb9cdf4686b98317, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &1107824796908276050 +AnimatorStateMachine: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1102570024810420708} + m_Position: {x: 200, y: 0, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 1102570024810420708} diff --git a/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact-1.controller.meta b/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact-1.controller.meta new file mode 100644 index 0000000000000000000000000000000000000000..040b60721592b3ae7538626a66e9c68c76f4b2af --- /dev/null +++ b/Assets/Warped Caves/Artwork/Sprites/Fx/impact/impact-1.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4866839e5062f41a1b4d900c9f587be3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/impact-1.prefab b/Assets/impact-1.prefab new file mode 100644 index 0000000000000000000000000000000000000000..0b5daeb63e1e28b2d245712c8c23706f05a83e88 --- /dev/null +++ b/Assets/impact-1.prefab @@ -0,0 +1,101 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5678781277630544752 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6516228026700027526} + - component: {fileID: 1167791108464213918} + - component: {fileID: 5174328223802643459} + m_Layer: 0 + m_Name: impact-1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6516228026700027526 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5678781277630544752} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &1167791108464213918 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5678781277630544752} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, 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_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: 21300000, guid: e7bc1a619076947c3b3bb3d4a577127e, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 0.12, y: 0.12} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!95 &5174328223802643459 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5678781277630544752} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: 4866839e5062f41a1b4d900c9f587be3, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 diff --git a/Assets/impact-1.prefab.meta b/Assets/impact-1.prefab.meta new file mode 100644 index 0000000000000000000000000000000000000000..09e2e97cdfce205c50d40a5816e84e2f61750726 --- /dev/null +++ b/Assets/impact-1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0394294b1e35947a2a2df2e2355d2312 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Library/InspectorExpandedItems.asset b/Library/InspectorExpandedItems.asset index fc36e69ddadf1a2c3085e11ac86218f3bff4b789..041b90c7b7cc4d7f427a08e141d7b2db98234792 100644 Binary files a/Library/InspectorExpandedItems.asset and b/Library/InspectorExpandedItems.asset differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.dll b/Library/ScriptAssemblies/Assembly-CSharp.dll index 4bcbe188a453574bc40b88fa5f58338ba5676473..1d69864372ab8c7814adb3393156e0bd106aadce 100644 Binary files a/Library/ScriptAssemblies/Assembly-CSharp.dll and b/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.pdb b/Library/ScriptAssemblies/Assembly-CSharp.pdb index a5af7b62e1f202394a7fa6e518e64b94a1e0eb23..93d40bbb6f6403090fa59623f55e65824a13bd3d 100644 Binary files a/Library/ScriptAssemblies/Assembly-CSharp.pdb and b/Library/ScriptAssemblies/Assembly-CSharp.pdb differ diff --git a/Library/StateCache/Hierarchy/46b7a0-0394294b1e35947a2a.json b/Library/StateCache/Hierarchy/46b7a0-0394294b1e35947a2a.json new file mode 100644 index 0000000000000000000000000000000000000000..4461fa5f1bb8381d1f2522c3a5d4f6ddda3056fb --- /dev/null +++ b/Library/StateCache/Hierarchy/46b7a0-0394294b1e35947a2a.json @@ -0,0 +1 @@ +{"m_ExpandedPrefabGameObjectFileIDs":[],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":0} \ No newline at end of file diff --git a/Library/StateCache/SceneView/6635c2-0394294b1e35947a2a.json b/Library/StateCache/SceneView/6635c2-0394294b1e35947a2a.json new file mode 100644 index 0000000000000000000000000000000000000000..cbe808b3baf0b626f88bd3d8fb1fa285accf9e22 --- /dev/null +++ b/Library/StateCache/SceneView/6635c2-0394294b1e35947a2a.json @@ -0,0 +1 @@ +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":false,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":0.0,"y":0.0,"z":0.0},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":0.8655819296836853,"orthographic":true} \ No newline at end of file diff --git a/Library/StateCache/SceneView/6635c2-mainStage.json b/Library/StateCache/SceneView/6635c2-mainStage.json index 262293bf6c74f22a8960f2edd41f9ead80af7be3..fa8dc8b17673029b8b54dd4fe86d6765de81ba6b 100644 --- a/Library/StateCache/SceneView/6635c2-mainStage.json +++ b/Library/StateCache/SceneView/6635c2-mainStage.json @@ -1 +1 @@ -{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":1.6711500883102418,"y":-0.999535858631134,"z":-0.08289599418640137},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":13.140292167663575,"orthographic":true} \ No newline at end of file +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":0.24880948662757874,"y":-0.6764309406280518,"z":-0.0950748547911644},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":14.426379203796387,"orthographic":true} \ No newline at end of file diff --git a/Library/assetDatabase3 b/Library/assetDatabase3 index a57e5a8bef0a892d4f715442420babd12c459d44..687b1a47e6362ecfc1684eddd695f94449dc5eec 100644 Binary files a/Library/assetDatabase3 and b/Library/assetDatabase3 differ diff --git a/Library/metadata/03/0394294b1e35947a2a2df2e2355d2312 b/Library/metadata/03/0394294b1e35947a2a2df2e2355d2312 new file mode 100644 index 0000000000000000000000000000000000000000..e2b9abe81dab404d3bb62d8166719c7e7b254990 Binary files /dev/null and b/Library/metadata/03/0394294b1e35947a2a2df2e2355d2312 differ diff --git a/Library/metadata/03/0394294b1e35947a2a2df2e2355d2312.info b/Library/metadata/03/0394294b1e35947a2a2df2e2355d2312.info new file mode 100644 index 0000000000000000000000000000000000000000..9ba1d3004bd51a9f4199e18b17f6244cc2547d09 Binary files /dev/null and b/Library/metadata/03/0394294b1e35947a2a2df2e2355d2312.info differ diff --git a/Library/metadata/48/4866839e5062f41a1b4d900c9f587be3 b/Library/metadata/48/4866839e5062f41a1b4d900c9f587be3 new file mode 100644 index 0000000000000000000000000000000000000000..55cbc193eb68f991ca8785c6f6ccb9a4e9e52d6e Binary files /dev/null and b/Library/metadata/48/4866839e5062f41a1b4d900c9f587be3 differ diff --git a/Library/metadata/48/4866839e5062f41a1b4d900c9f587be3.info b/Library/metadata/48/4866839e5062f41a1b4d900c9f587be3.info new file mode 100644 index 0000000000000000000000000000000000000000..9f1d20c8c5eaee11305132ee805affda696936c3 Binary files /dev/null and b/Library/metadata/48/4866839e5062f41a1b4d900c9f587be3.info differ diff --git a/Library/metadata/65/65b8f0b31c0ad4eabb9cdf4686b98317 b/Library/metadata/65/65b8f0b31c0ad4eabb9cdf4686b98317 new file mode 100644 index 0000000000000000000000000000000000000000..6eb8ce0fbe4d9c7051439a6bb990b6d761f917bf Binary files /dev/null and b/Library/metadata/65/65b8f0b31c0ad4eabb9cdf4686b98317 differ diff --git a/Library/metadata/65/65b8f0b31c0ad4eabb9cdf4686b98317.info b/Library/metadata/65/65b8f0b31c0ad4eabb9cdf4686b98317.info new file mode 100644 index 0000000000000000000000000000000000000000..ce00854cfc04188bb935ab6be3fe53a70c8505ea Binary files /dev/null and b/Library/metadata/65/65b8f0b31c0ad4eabb9cdf4686b98317.info differ diff --git a/Library/metadata/8c/8cad82d49491f49c29f6fa050e47c2d8 b/Library/metadata/8c/8cad82d49491f49c29f6fa050e47c2d8 index 3354ad79ec5400fe28a9d5247a3b880c017537a2..d88aa4eadaa962497803fb54c6bfdd7972b53d82 100644 Binary files a/Library/metadata/8c/8cad82d49491f49c29f6fa050e47c2d8 and b/Library/metadata/8c/8cad82d49491f49c29f6fa050e47c2d8 differ diff --git a/Library/metadata/b2/b2f3e648791be48289c1643c592de8b4 b/Library/metadata/b2/b2f3e648791be48289c1643c592de8b4 index 7e14658a0a92e36d431a20cd346097403ec52f9d..b41e0659a78c202b231aacb7d5bb7468e3ef1df3 100644 Binary files a/Library/metadata/b2/b2f3e648791be48289c1643c592de8b4 and b/Library/metadata/b2/b2f3e648791be48289c1643c592de8b4 differ diff --git a/Library/metadata/b2/b2f3e648791be48289c1643c592de8b4.info b/Library/metadata/b2/b2f3e648791be48289c1643c592de8b4.info index ebc914b93612123c148b00970160305d5993c76a..36b2e7fe201dd5e59ef7f67e31c946954614ebe0 100644 Binary files a/Library/metadata/b2/b2f3e648791be48289c1643c592de8b4.info and b/Library/metadata/b2/b2f3e648791be48289c1643c592de8b4.info differ diff --git a/Library/shadercompiler-UnityShaderCompiler0.log b/Library/shadercompiler-UnityShaderCompiler0.log index be12d9f135323d926ce2f1862121c1b92a7e3039..ed127a4c01edc3ee2083b6cc93466ba083411d6e 100644 --- a/Library/shadercompiler-UnityShaderCompiler0.log +++ b/Library/shadercompiler-UnityShaderCompiler0.log @@ -121,3 +121,11 @@ Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler diff --git a/Library/shadercompiler-UnityShaderCompiler1.log b/Library/shadercompiler-UnityShaderCompiler1.log index 8135c95a4cf605a89ba5e0391f0a4f93d524ee22..c4367b58d88cfafc18711ae52cd7f4a071e5484e 100644 --- a/Library/shadercompiler-UnityShaderCompiler1.log +++ b/Library/shadercompiler-UnityShaderCompiler1.log @@ -31,3 +31,11 @@ Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler diff --git a/Library/shadercompiler-UnityShaderCompiler2.log b/Library/shadercompiler-UnityShaderCompiler2.log index 23b56ee6b04d9249860e4055b597e85c63116117..bc1aae8c1756d04d79fa2f1bebd89cd839ae7800 100644 --- a/Library/shadercompiler-UnityShaderCompiler2.log +++ b/Library/shadercompiler-UnityShaderCompiler2.log @@ -31,3 +31,11 @@ Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler diff --git a/Library/shadercompiler-UnityShaderCompiler3.log b/Library/shadercompiler-UnityShaderCompiler3.log index 9011d8f4b6e3d4556ed74f5b77d739df3841925a..045e82fcad06c365b91b35aa45f294f90f00f8dd 100644 --- a/Library/shadercompiler-UnityShaderCompiler3.log +++ b/Library/shadercompiler-UnityShaderCompiler3.log @@ -31,3 +31,11 @@ Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler