edited script and builded first build

Removed unity editor so it can be builded
This commit is contained in:
2024-12-10 00:05:34 +01:00
parent 3b30d20e62
commit ff4ef835f2
1506 changed files with 50063 additions and 125021 deletions

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 49a8034718543ac4a9a2a1f504cd9082
guid: 1c9189326c8e85e46a4a73873e5212eb
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -1,7 +1,6 @@
using System.Collections;
using System.Collections.Generic;
using TMPro;
using UnityEditor.SearchService;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;

View File

@@ -1,6 +1,5 @@
using System.Collections;
using System.Collections.Generic;
using Unity.PlasticSCM.Editor.WebApi;
using UnityEngine;
public class GunRecoil : MonoBehaviour

View File

@@ -1,6 +1,5 @@
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
public class PlayerCamMovement : MonoBehaviour

View File

@@ -1,7 +1,6 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor.UI;
using UnityEngine.UI;
using TMPro;