Weapon start

Started working on weapons.

+ added USP weapon
    - added materials
+ added Weapon.cs script
    - Implemented shooting
+ added WeaponSwitch.cs script
+ added WeaponHolder
+ added particles (muzzleflash, muzzlesmoke)
+ added additional camera for weapon clipping
This commit is contained in:
Noah4ever
2021-10-17 03:48:47 +02:00
parent c1af73f04c
commit 20830538db
19 changed files with 10781 additions and 18 deletions

View File

@@ -1,2 +1,2 @@
m_EditorVersion: 2021.1.24f1
m_EditorVersionWithRevision: 2021.1.24f1 (6667702a1e7c)
m_EditorVersion: 2021.1.25f1
m_EditorVersionWithRevision: 2021.1.25f1 (b6f2b893ea32)

View File

@@ -12,7 +12,7 @@ TagManager:
- Water
- UI
- Ground
-
- Weapon
-
-
-