GUN BE THROW

This commit is contained in:
Garrett Kaiser
2025-11-19 15:21:11 -08:00
parent 178432179b
commit ef170ca6c6
4 changed files with 165 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ GameObject:
- component: {fileID: 3900353858553251828}
- component: {fileID: 2064409223717511053}
- component: {fileID: 7066644236778025839}
- component: {fileID: 6393509116105302420}
m_Layer: 0
m_Name: ThrownGun
m_TagString: Untagged
@@ -126,5 +127,37 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: fe870c030a2b648d89c63559e7522299, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::GunThrown
rb: {fileID: 6393509116105302420}
player: {fileID: 0}
TargetPosition: {x: 0, y: 0, z: 0}
currentRotation: {x: 0, y: 0, z: 0}
targetRotation: {x: 0, y: 0, z: 0, w: 0}
isStuck: 0
despawnTimer: 10
--- !u!54 &6393509116105302420
Rigidbody:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6611039685471789196}
serializedVersion: 5
m_Mass: 1
m_LinearDamping: 0
m_AngularDamping: 0.05
m_CenterOfMass: {x: 0, y: 0, z: 0}
m_InertiaTensor: {x: 1, y: 1, z: 1}
m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_ImplicitCom: 1
m_ImplicitTensor: 1
m_UseGravity: 1
m_IsKinematic: 0
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 1