From bb46fdb81f8b7cae65e0e429b56e875a0a142508 Mon Sep 17 00:00:00 2001 From: JA <1323160571@qq.com> Date: Sat, 27 Jun 2026 19:07:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unity/Assets/camera.meta | 8 ++++++++ unity/Assets/camera/facingcamera.cs | 18 ++++++++++++++++++ unity/Assets/camera/facingcamera.cs.meta | 11 +++++++++++ unity/Assets/eco.meta | 8 ++++++++ .../EchoOutlineColorOverride.cs | 0 .../EchoOutlineColorOverride.cs.meta | 0 .../scripts => eco}/EchoOutlineManager.cs | 0 .../scripts => eco}/EchoOutlineManager.cs.meta | 0 .../{Light/scripts => eco}/EchoSystem.cs | 0 .../{Light/scripts => eco}/EchoSystem.cs.meta | 0 10 files changed, 45 insertions(+) create mode 100644 unity/Assets/camera.meta create mode 100644 unity/Assets/camera/facingcamera.cs create mode 100644 unity/Assets/camera/facingcamera.cs.meta create mode 100644 unity/Assets/eco.meta rename unity/Assets/{Light/scripts => eco}/EchoOutlineColorOverride.cs (100%) rename unity/Assets/{Light/scripts => eco}/EchoOutlineColorOverride.cs.meta (100%) rename unity/Assets/{Light/scripts => eco}/EchoOutlineManager.cs (100%) rename unity/Assets/{Light/scripts => eco}/EchoOutlineManager.cs.meta (100%) rename unity/Assets/{Light/scripts => eco}/EchoSystem.cs (100%) rename unity/Assets/{Light/scripts => eco}/EchoSystem.cs.meta (100%) diff --git a/unity/Assets/camera.meta b/unity/Assets/camera.meta new file mode 100644 index 0000000..10bbed4 --- /dev/null +++ b/unity/Assets/camera.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: DisZsHv8UyoXyRinPrionEnKLfqNi3LN4mStgEhlSFsBoZMFnHn9Pec= +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/unity/Assets/camera/facingcamera.cs b/unity/Assets/camera/facingcamera.cs new file mode 100644 index 0000000..920384e --- /dev/null +++ b/unity/Assets/camera/facingcamera.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class facingcamera : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/unity/Assets/camera/facingcamera.cs.meta b/unity/Assets/camera/facingcamera.cs.meta new file mode 100644 index 0000000..d4edd02 --- /dev/null +++ b/unity/Assets/camera/facingcamera.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: XnsY5nz5Un9TPiKRkZGjUpQ4CM6NKU0bP3APcjA/RlHfg66LzBADVVE= +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/unity/Assets/eco.meta b/unity/Assets/eco.meta new file mode 100644 index 0000000..55b7aba --- /dev/null +++ b/unity/Assets/eco.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: WilK4COlAilsOlvM7nvvgb2p+CN1WZ+/iMBIiLI9SofAhv0bLKeM3Fc= +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/unity/Assets/Light/scripts/EchoOutlineColorOverride.cs b/unity/Assets/eco/EchoOutlineColorOverride.cs similarity index 100% rename from unity/Assets/Light/scripts/EchoOutlineColorOverride.cs rename to unity/Assets/eco/EchoOutlineColorOverride.cs diff --git a/unity/Assets/Light/scripts/EchoOutlineColorOverride.cs.meta b/unity/Assets/eco/EchoOutlineColorOverride.cs.meta similarity index 100% rename from unity/Assets/Light/scripts/EchoOutlineColorOverride.cs.meta rename to unity/Assets/eco/EchoOutlineColorOverride.cs.meta diff --git a/unity/Assets/Light/scripts/EchoOutlineManager.cs b/unity/Assets/eco/EchoOutlineManager.cs similarity index 100% rename from unity/Assets/Light/scripts/EchoOutlineManager.cs rename to unity/Assets/eco/EchoOutlineManager.cs diff --git a/unity/Assets/Light/scripts/EchoOutlineManager.cs.meta b/unity/Assets/eco/EchoOutlineManager.cs.meta similarity index 100% rename from unity/Assets/Light/scripts/EchoOutlineManager.cs.meta rename to unity/Assets/eco/EchoOutlineManager.cs.meta diff --git a/unity/Assets/Light/scripts/EchoSystem.cs b/unity/Assets/eco/EchoSystem.cs similarity index 100% rename from unity/Assets/Light/scripts/EchoSystem.cs rename to unity/Assets/eco/EchoSystem.cs diff --git a/unity/Assets/Light/scripts/EchoSystem.cs.meta b/unity/Assets/eco/EchoSystem.cs.meta similarity index 100% rename from unity/Assets/Light/scripts/EchoSystem.cs.meta rename to unity/Assets/eco/EchoSystem.cs.meta