From f6c161f0d0c51b94bd304ca5aba8068a9942defb Mon Sep 17 00:00:00 2001 From: Emil Shanaty Date: Mon, 10 Mar 2025 17:33:50 +0300 Subject: [PATCH] Fix shooting issues. Setup the environment form demo presentation --- .../.idea/indexLayout.xml | 8 + .../.idea/projectSettingsUpdater.xml | 7 + .idea/.idea.No Time To Rest/.idea/vcs.xml | 6 + .../.idea.No Time To Rest/.idea/workspace.xml | 22 +- Assets/Materials/Brown_1.mat | 136 ++++++ Assets/Materials/Brown_1.mat.meta | 8 + Assets/Materials/Emmited.meta | 8 + Assets/Materials/Emmited/Yellow_Emit.mat | 137 +++++++ Assets/Materials/Emmited/Yellow_Emit.mat.meta | 8 + Assets/Models/Weapons/Pistol_0.1.fbx | 4 +- Assets/Prefabs/Bullet.prefab | 7 +- Assets/Prefabs/Enemies/Eye_Enemy1.prefab | 87 +++- Assets/Prefabs/Player.prefab | 108 ++++- Assets/Prefabs/Weapons/Pistol_0.1.prefab | 104 ++++- Assets/Prefabs/Weapons/Pistol_0.1.prefab.meta | 2 +- Assets/Scenes/Composing.unity | 388 +++++++++++------- Assets/Scenes/TestScene.unity | 24 +- Assets/Scripts/Pistol.cs | 2 +- 18 files changed, 858 insertions(+), 208 deletions(-) create mode 100644 .idea/.idea.No Time To Rest/.idea/indexLayout.xml create mode 100644 .idea/.idea.No Time To Rest/.idea/projectSettingsUpdater.xml create mode 100644 .idea/.idea.No Time To Rest/.idea/vcs.xml create mode 100644 Assets/Materials/Brown_1.mat create mode 100644 Assets/Materials/Brown_1.mat.meta create mode 100644 Assets/Materials/Emmited.meta create mode 100644 Assets/Materials/Emmited/Yellow_Emit.mat create mode 100644 Assets/Materials/Emmited/Yellow_Emit.mat.meta diff --git a/.idea/.idea.No Time To Rest/.idea/indexLayout.xml b/.idea/.idea.No Time To Rest/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.No Time To Rest/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.No Time To Rest/.idea/projectSettingsUpdater.xml b/.idea/.idea.No Time To Rest/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..64af657 --- /dev/null +++ b/.idea/.idea.No Time To Rest/.idea/projectSettingsUpdater.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.No Time To Rest/.idea/vcs.xml b/.idea/.idea.No Time To Rest/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.No Time To Rest/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.No Time To Rest/.idea/workspace.xml b/.idea/.idea.No Time To Rest/.idea/workspace.xml index c720875..c7832b0 100644 --- a/.idea/.idea.No Time To Rest/.idea/workspace.xml +++ b/.idea/.idea.No Time To Rest/.idea/workspace.xml @@ -4,7 +4,18 @@