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,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;