Skip to content

Commit

Permalink
Added default GameConfig to make first setup easier
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuhpik committed Feb 7, 2021
1 parent 49ddede commit 6e20271
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Assets/Kuhpik's Bootstrap/Source/Bootstrap.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 0ed42646e02d8df448f1be3c5f30844f, type: 3}
m_Name:
m_EditorClassIdentifier:
config: {fileID: 0}
config: {fileID: 11400000, guid: de15fdf285a833641b4716d20f2deae6, type: 2}
--- !u!1 &1667885864281730087
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -378,7 +378,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
usePooling: 0
config: {fileID: 11400000, guid: a38a748b40242b4469210602e34d65f4, type: 2}
config: {fileID: 0}
--- !u!1 &8881485089472549652
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -423,5 +423,3 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
isTesting: 0
playerData:
intToSave: 60
14 changes: 14 additions & 0 deletions Assets/Kuhpik's Bootstrap/Source/Game Config.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
%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: 8a0bbf493a6018b41b94c2288283a11a, type: 3}
m_Name: Game Config
m_EditorClassIdentifier:
8 changes: 8 additions & 0 deletions Assets/Kuhpik's Bootstrap/Source/Game Config.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e20271

Please sign in to comment.