Add Delivery Manager logic and random recipe request generation
This commit is contained in:
parent
7e1cbafa47
commit
8c5f4f2acf
21 changed files with 360 additions and 13 deletions
8
Assets/ScriptableObjects/RecipeSO.meta
Normal file
8
Assets/ScriptableObjects/RecipeSO.meta
Normal file
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: bc8bbe1487efb5c4e9976685bcf67742
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
18
Assets/ScriptableObjects/RecipeSO/Burger.asset
Normal file
18
Assets/ScriptableObjects/RecipeSO/Burger.asset
Normal file
|
@ -0,0 +1,18 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: cd1640ffe24e9eb469a834432b0eaf46, type: 3}
|
||||
m_Name: Burger
|
||||
m_EditorClassIdentifier:
|
||||
kitchenObjectSoList:
|
||||
- {fileID: 11400000, guid: 6a1e97e49ac17314c872f2ef05c80dcf, type: 2}
|
||||
- {fileID: 11400000, guid: cf77ec56d13b4c7478384a548ab18277, type: 2}
|
||||
recipeName: Burger
|
8
Assets/ScriptableObjects/RecipeSO/Burger.asset.meta
Normal file
8
Assets/ScriptableObjects/RecipeSO/Burger.asset.meta
Normal file
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 088cb8280aaeb21478559efc94964011
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
19
Assets/ScriptableObjects/RecipeSO/CheeseBurger.asset
Normal file
19
Assets/ScriptableObjects/RecipeSO/CheeseBurger.asset
Normal file
|
@ -0,0 +1,19 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: cd1640ffe24e9eb469a834432b0eaf46, type: 3}
|
||||
m_Name: CheeseBurger
|
||||
m_EditorClassIdentifier:
|
||||
kitchenObjectSoList:
|
||||
- {fileID: 11400000, guid: 6a1e97e49ac17314c872f2ef05c80dcf, type: 2}
|
||||
- {fileID: 11400000, guid: cf77ec56d13b4c7478384a548ab18277, type: 2}
|
||||
- {fileID: 11400000, guid: adbde85b933684c4992834e8bb9d893b, type: 2}
|
||||
recipeName: Cheese Burger
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 7ad4476f256556c45bd180052bf8aa7d
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
18
Assets/ScriptableObjects/RecipeSO/Salad.asset
Normal file
18
Assets/ScriptableObjects/RecipeSO/Salad.asset
Normal file
|
@ -0,0 +1,18 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: cd1640ffe24e9eb469a834432b0eaf46, type: 3}
|
||||
m_Name: Salad
|
||||
m_EditorClassIdentifier:
|
||||
kitchenObjectSoList:
|
||||
- {fileID: 11400000, guid: 109b320dd13683c4abc574781815cbbd, type: 2}
|
||||
- {fileID: 11400000, guid: f00d7c6ba063ee6448dd26fac2bf4ce4, type: 2}
|
||||
recipeName: Salad
|
8
Assets/ScriptableObjects/RecipeSO/Salad.asset.meta
Normal file
8
Assets/ScriptableObjects/RecipeSO/Salad.asset.meta
Normal file
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 85d83b88e3a7eae4b9c20abbe7c80a81
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
21
Assets/ScriptableObjects/RecipeSO/UltraDeluxBurger.asset
Normal file
21
Assets/ScriptableObjects/RecipeSO/UltraDeluxBurger.asset
Normal file
|
@ -0,0 +1,21 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: cd1640ffe24e9eb469a834432b0eaf46, type: 3}
|
||||
m_Name: UltraDeluxBurger
|
||||
m_EditorClassIdentifier:
|
||||
kitchenObjectSoList:
|
||||
- {fileID: 11400000, guid: 6a1e97e49ac17314c872f2ef05c80dcf, type: 2}
|
||||
- {fileID: 11400000, guid: cf77ec56d13b4c7478384a548ab18277, type: 2}
|
||||
- {fileID: 11400000, guid: adbde85b933684c4992834e8bb9d893b, type: 2}
|
||||
- {fileID: 11400000, guid: 109b320dd13683c4abc574781815cbbd, type: 2}
|
||||
- {fileID: 11400000, guid: f00d7c6ba063ee6448dd26fac2bf4ce4, type: 2}
|
||||
recipeName: Ultra Delux Burger
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a4760a58d8ed72c42b16855f884b9416
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
19
Assets/ScriptableObjects/RecipeSO/_RecipeListSO.asset
Normal file
19
Assets/ScriptableObjects/RecipeSO/_RecipeListSO.asset
Normal file
|
@ -0,0 +1,19 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 46220a004a45c204795d21699178fcd2, type: 3}
|
||||
m_Name: _RecipeListSO
|
||||
m_EditorClassIdentifier:
|
||||
recipeSOList:
|
||||
- {fileID: 11400000, guid: 088cb8280aaeb21478559efc94964011, type: 2}
|
||||
- {fileID: 11400000, guid: 7ad4476f256556c45bd180052bf8aa7d, type: 2}
|
||||
- {fileID: 11400000, guid: 85d83b88e3a7eae4b9c20abbe7c80a81, type: 2}
|
||||
- {fileID: 11400000, guid: a4760a58d8ed72c42b16855f884b9416, type: 2}
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: bff9d77b1ada74346ab474d72033959b
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in a new issue