[Update] 버그 수정 및 에셋수정

1. 에셋 전체적인 수정(캐릭터, 총알, 총 등)
2. 회전시 울타리 밖으로 나갈수있던 현상 수정
    - 울타리 전체에 콜라이더를 줌
This commit is contained in:
jongjae0305
2026-04-16 15:04:32 +09:00
parent d8aabbd428
commit 15bb71750b
695 changed files with 14485 additions and 2168 deletions
@@ -0,0 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Gun_rotation : MonoBehaviour
{
public float RotateSpeed = 25.0f;
// Use this for initialization
void Start()
{
}
// Update is called once per frame
void Update()
{
transform.Rotate(0, RotateSpeed * Time.deltaTime, 0);
}
}
@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: ab22ec70f5559c640867ba6aa0707925
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 221659
packageName: Revolver Gun (Low Poly)
packageVersion: 1.1
assetPath: Assets/eretichable Technologies/Revolver Gun (Low Poly)/Scripts/Gun_rotation.cs
uploadId: 520414