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