From 26ea595bfaae354ad76a7a0457aa0e6ba66cc37d Mon Sep 17 00:00:00 2001 From: dhain Date: Mon, 9 May 2022 23:06:01 +0200 Subject: [PATCH 1/4] created Items created IUsable.cs interface --- Assets/Scenes/SampleScene.unity | 101 +++++++++++++++++++++++ Assets/Scripts/IUsable.cs | 5 ++ Assets/Scripts/Item.cs | 17 ++++ Assets/Scripts/Items/FIshingRod.cs | 18 ++++ Assets/Scripts/Items/FIshingRod.cs.meta | 11 +++ Assets/Scripts/Items/Hoe.cs | 18 ++++ Assets/Scripts/Items/Hoe.cs.meta | 11 +++ Assets/Scripts/Items/Scythe.cs | 18 ++++ Assets/Scripts/Items/Scythe.cs.meta | 11 +++ Assets/Scripts/Items/WateringCan.cs | 18 ++++ Assets/Scripts/Items/WateringCan.cs.meta | 11 +++ Assets/Scripts/Items/Wheat.cs | 18 ++++ Assets/Scripts/Items/Wheat.cs.meta | 11 +++ Assets/Scripts/Items/WheatSeed.cs | 18 ++++ Assets/Scripts/Items/WheatSeed.cs.meta | 11 +++ 15 files changed, 297 insertions(+) create mode 100644 Assets/Scripts/IUsable.cs create mode 100644 Assets/Scripts/Item.cs create mode 100644 Assets/Scripts/Items/FIshingRod.cs create mode 100644 Assets/Scripts/Items/FIshingRod.cs.meta create mode 100644 Assets/Scripts/Items/Hoe.cs create mode 100644 Assets/Scripts/Items/Hoe.cs.meta create mode 100644 Assets/Scripts/Items/Scythe.cs create mode 100644 Assets/Scripts/Items/Scythe.cs.meta create mode 100644 Assets/Scripts/Items/WateringCan.cs create mode 100644 Assets/Scripts/Items/WateringCan.cs.meta create mode 100644 Assets/Scripts/Items/Wheat.cs create mode 100644 Assets/Scripts/Items/Wheat.cs.meta create mode 100644 Assets/Scripts/Items/WheatSeed.cs create mode 100644 Assets/Scripts/Items/WheatSeed.cs.meta diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index 9421266..09f4f81 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -202,7 +202,108 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1535275592 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1535275595} + - component: {fileID: 1535275594} + - component: {fileID: 1535275593} + m_Layer: 0 + m_Name: Square + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1535275593 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1535275592} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f096d187f76a734fac022700054dfec, type: 3} + m_Name: + m_EditorClassIdentifier: + spriteRenderer: {fileID: 1535275594} + selectedSprite: {fileID: 7482667652216324306, guid: 311925a002f4447b3a28927169b83ea6, type: 3} + defaultSprite: {fileID: 7482667652216324306, guid: 311925a002f4447b3a28927169b83ea6, type: 3} +--- !u!212 &1535275594 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1535275592} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: 7482667652216324306, guid: 311925a002f4447b3a28927169b83ea6, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &1535275595 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1535275592} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.19512245, y: 0.14398842, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/Scripts/IUsable.cs b/Assets/Scripts/IUsable.cs new file mode 100644 index 0000000..6a7b849 --- /dev/null +++ b/Assets/Scripts/IUsable.cs @@ -0,0 +1,5 @@ +using UnityEngine; + +public interface IUsable { + public void select(); +} diff --git a/Assets/Scripts/Item.cs b/Assets/Scripts/Item.cs new file mode 100644 index 0000000..221426b --- /dev/null +++ b/Assets/Scripts/Item.cs @@ -0,0 +1,17 @@ +using UnityEngine; + +public class Item : MonoBehaviour { + private string displayName; + private string description; + private int id; + public SpriteRenderer spriteRenderer; + public Sprite selectedSprite; + public Sprite defaultSprite; + + public Item(string displayName, string description, int id) { + this.displayName = displayName; + this.description = description; + this.id = id; + spriteRenderer.sprite = defaultSprite; // defaultSprite is set in UnityEditor + } +} diff --git a/Assets/Scripts/Items/FIshingRod.cs b/Assets/Scripts/Items/FIshingRod.cs new file mode 100644 index 0000000..da2b210 --- /dev/null +++ b/Assets/Scripts/Items/FIshingRod.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class FIshingRod : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Scripts/Items/FIshingRod.cs.meta b/Assets/Scripts/Items/FIshingRod.cs.meta new file mode 100644 index 0000000..078bb3a --- /dev/null +++ b/Assets/Scripts/Items/FIshingRod.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b08796f3a5662aa43a460c7ddd6796b3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Items/Hoe.cs b/Assets/Scripts/Items/Hoe.cs new file mode 100644 index 0000000..ee200f9 --- /dev/null +++ b/Assets/Scripts/Items/Hoe.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Hoe : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Scripts/Items/Hoe.cs.meta b/Assets/Scripts/Items/Hoe.cs.meta new file mode 100644 index 0000000..72830f0 --- /dev/null +++ b/Assets/Scripts/Items/Hoe.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: aa6ceecfb09ac614997702b2caf66e33 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Items/Scythe.cs b/Assets/Scripts/Items/Scythe.cs new file mode 100644 index 0000000..06f376b --- /dev/null +++ b/Assets/Scripts/Items/Scythe.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Scythe : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Scripts/Items/Scythe.cs.meta b/Assets/Scripts/Items/Scythe.cs.meta new file mode 100644 index 0000000..379260d --- /dev/null +++ b/Assets/Scripts/Items/Scythe.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 641048df0d7668f48a857c454e2bd320 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Items/WateringCan.cs b/Assets/Scripts/Items/WateringCan.cs new file mode 100644 index 0000000..d7a9b6a --- /dev/null +++ b/Assets/Scripts/Items/WateringCan.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class WateringCan : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Scripts/Items/WateringCan.cs.meta b/Assets/Scripts/Items/WateringCan.cs.meta new file mode 100644 index 0000000..abafa18 --- /dev/null +++ b/Assets/Scripts/Items/WateringCan.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7e19228f49932534e8af0218c51e5c63 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Items/Wheat.cs b/Assets/Scripts/Items/Wheat.cs new file mode 100644 index 0000000..f8730cb --- /dev/null +++ b/Assets/Scripts/Items/Wheat.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Wheat : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Scripts/Items/Wheat.cs.meta b/Assets/Scripts/Items/Wheat.cs.meta new file mode 100644 index 0000000..72e7ccd --- /dev/null +++ b/Assets/Scripts/Items/Wheat.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 207be0ed7f8f5714c97b7ac5deb8956d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Items/WheatSeed.cs b/Assets/Scripts/Items/WheatSeed.cs new file mode 100644 index 0000000..aaf5dda --- /dev/null +++ b/Assets/Scripts/Items/WheatSeed.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class WheatSeed : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Scripts/Items/WheatSeed.cs.meta b/Assets/Scripts/Items/WheatSeed.cs.meta new file mode 100644 index 0000000..c343e6e --- /dev/null +++ b/Assets/Scripts/Items/WheatSeed.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0808be748388ede4ba57db7d74401617 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: From b3f32656ae9451c45e9452dd2661cc6e6be8279f Mon Sep 17 00:00:00 2001 From: dhain Date: Mon, 9 May 2022 23:10:28 +0200 Subject: [PATCH 2/4] added namespace Items to: * FishingRod.cs * Hoe.cs * Scythe.cs * WateringCan.cs * Wheat.cs * WheatSeed.cs --- Assets/Scripts/Items/FIshingRod.cs | 18 ------------------ Assets/Scripts/Items/FIshingRod.cs.meta | 11 ----------- Assets/Scripts/Items/FishingRod.cs | 6 ++++++ Assets/Scripts/Items/Hoe.cs | 14 ++------------ Assets/Scripts/Items/Scythe.cs | 14 ++------------ Assets/Scripts/Items/WateringCan.cs | 14 ++------------ Assets/Scripts/Items/Wheat.cs | 14 ++------------ Assets/Scripts/Items/WheatSeed.cs | 14 ++------------ 8 files changed, 16 insertions(+), 89 deletions(-) delete mode 100644 Assets/Scripts/Items/FIshingRod.cs delete mode 100644 Assets/Scripts/Items/FIshingRod.cs.meta create mode 100644 Assets/Scripts/Items/FishingRod.cs diff --git a/Assets/Scripts/Items/FIshingRod.cs b/Assets/Scripts/Items/FIshingRod.cs deleted file mode 100644 index da2b210..0000000 --- a/Assets/Scripts/Items/FIshingRod.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class FIshingRod : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - - } -} diff --git a/Assets/Scripts/Items/FIshingRod.cs.meta b/Assets/Scripts/Items/FIshingRod.cs.meta deleted file mode 100644 index 078bb3a..0000000 --- a/Assets/Scripts/Items/FIshingRod.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: b08796f3a5662aa43a460c7ddd6796b3 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Scripts/Items/FishingRod.cs b/Assets/Scripts/Items/FishingRod.cs new file mode 100644 index 0000000..3bc005a --- /dev/null +++ b/Assets/Scripts/Items/FishingRod.cs @@ -0,0 +1,6 @@ +using UnityEngine; + +namespace Items { + public class FishingRod : MonoBehaviour { + } +} diff --git a/Assets/Scripts/Items/Hoe.cs b/Assets/Scripts/Items/Hoe.cs index ee200f9..8193330 100644 --- a/Assets/Scripts/Items/Hoe.cs +++ b/Assets/Scripts/Items/Hoe.cs @@ -2,17 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -public class Hoe : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - +namespace Items { + public class Hoe : MonoBehaviour { } } diff --git a/Assets/Scripts/Items/Scythe.cs b/Assets/Scripts/Items/Scythe.cs index 06f376b..d840d00 100644 --- a/Assets/Scripts/Items/Scythe.cs +++ b/Assets/Scripts/Items/Scythe.cs @@ -2,17 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -public class Scythe : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - +namespace Items { + public class Scythe : MonoBehaviour { } } diff --git a/Assets/Scripts/Items/WateringCan.cs b/Assets/Scripts/Items/WateringCan.cs index d7a9b6a..018f6c0 100644 --- a/Assets/Scripts/Items/WateringCan.cs +++ b/Assets/Scripts/Items/WateringCan.cs @@ -2,17 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -public class WateringCan : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - +namespace Items { + public class WateringCan : MonoBehaviour { } } diff --git a/Assets/Scripts/Items/Wheat.cs b/Assets/Scripts/Items/Wheat.cs index f8730cb..0a17ce8 100644 --- a/Assets/Scripts/Items/Wheat.cs +++ b/Assets/Scripts/Items/Wheat.cs @@ -2,17 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -public class Wheat : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - +namespace Items { + public class Wheat : MonoBehaviour { } } diff --git a/Assets/Scripts/Items/WheatSeed.cs b/Assets/Scripts/Items/WheatSeed.cs index aaf5dda..ebfa25f 100644 --- a/Assets/Scripts/Items/WheatSeed.cs +++ b/Assets/Scripts/Items/WheatSeed.cs @@ -2,17 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -public class WheatSeed : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - +namespace Items { + public class WheatSeed : MonoBehaviour { } } From c3166c5b64c91900e7459e95cbed78438b285e50 Mon Sep 17 00:00:00 2001 From: dhain Date: Mon, 9 May 2022 23:17:01 +0200 Subject: [PATCH 3/4] added all Files in Items Folder added Items.cs added IUSable.cs --- Assets/Scripts/DayController.cs.meta | 11 +++++++++++ Assets/Scripts/IUsable.cs.meta | 11 +++++++++++ Assets/Scripts/Item.cs.meta | 11 +++++++++++ Assets/Scripts/Items.meta | 8 ++++++++ Assets/Scripts/Items/FishingRod.cs.meta | 11 +++++++++++ ProjectSettings/RiderScriptEditorPersistedState.asset | 2 +- 6 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 Assets/Scripts/DayController.cs.meta create mode 100644 Assets/Scripts/IUsable.cs.meta create mode 100644 Assets/Scripts/Item.cs.meta create mode 100644 Assets/Scripts/Items.meta create mode 100644 Assets/Scripts/Items/FishingRod.cs.meta diff --git a/Assets/Scripts/DayController.cs.meta b/Assets/Scripts/DayController.cs.meta new file mode 100644 index 0000000..f39a7bc --- /dev/null +++ b/Assets/Scripts/DayController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7dcb0c75c1d32a949af7eb4303f3b6a6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/IUsable.cs.meta b/Assets/Scripts/IUsable.cs.meta new file mode 100644 index 0000000..9d66df4 --- /dev/null +++ b/Assets/Scripts/IUsable.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0a43c014841945fcb929ab1fb7198e8f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Item.cs.meta b/Assets/Scripts/Item.cs.meta new file mode 100644 index 0000000..45e4af0 --- /dev/null +++ b/Assets/Scripts/Item.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5f096d187f76a734fac022700054dfec +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Items.meta b/Assets/Scripts/Items.meta new file mode 100644 index 0000000..a6bb6e2 --- /dev/null +++ b/Assets/Scripts/Items.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bd6385a1b78fe80479618d50cf5ff510 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Items/FishingRod.cs.meta b/Assets/Scripts/Items/FishingRod.cs.meta new file mode 100644 index 0000000..078bb3a --- /dev/null +++ b/Assets/Scripts/Items/FishingRod.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b08796f3a5662aa43a460c7ddd6796b3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ProjectSettings/RiderScriptEditorPersistedState.asset b/ProjectSettings/RiderScriptEditorPersistedState.asset index b2c9bdc..54dbd26 100644 --- a/ProjectSettings/RiderScriptEditorPersistedState.asset +++ b/ProjectSettings/RiderScriptEditorPersistedState.asset @@ -12,4 +12,4 @@ MonoBehaviour: m_Script: {fileID: 0} m_Name: m_EditorClassIdentifier: Unity.Rider.Editor:Packages.Rider.Editor:RiderScriptEditorPersistedState - lastWriteTicks: -8585497851335773342 + lastWriteTicks: -8585494760213472651 From 7042d5fc62dfbefc6445ce763797b57b4c133065 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 9 May 2022 23:18:11 +0200 Subject: [PATCH 4/4] meta --- Assets/Scripts/DayController.cs.meta | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Assets/Scripts/DayController.cs.meta diff --git a/Assets/Scripts/DayController.cs.meta b/Assets/Scripts/DayController.cs.meta new file mode 100644 index 0000000..3d6e8ec --- /dev/null +++ b/Assets/Scripts/DayController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 58c0126592cc1c046b50a775a3fd43b5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: