Skip to content

Commit

Permalink
Added support for saving settings to json-file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbraa committed Jul 8, 2024
1 parent a7c47c5 commit 208029c
Show file tree
Hide file tree
Showing 10 changed files with 5,690 additions and 2,320 deletions.
46 changes: 0 additions & 46 deletions Assets/Prefabs/Gamestate/SettingsInfo.prefab

This file was deleted.

7 changes: 0 additions & 7 deletions Assets/Prefabs/Gamestate/SettingsInfo.prefab.meta

This file was deleted.

22 changes: 21 additions & 1 deletion Assets/Prefabs/Gamestate/StaticInfo.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ GameObject:
- component: {fileID: 6426285471098592642}
- component: {fileID: 5022952277509122877}
- component: {fileID: 6572921195520930000}
- component: {fileID: 1094824400466468296}
m_Layer: 0
m_Name: StaticInfo
m_TagString: Untagged
Expand Down Expand Up @@ -177,7 +178,7 @@ MonoBehaviour:
slowdownSpeed: 0.03999999910593033
driftEmaDuration: 1
dynamicAdjustment: 1
dynamicAdjustmentTolerance: 1<<<<
dynamicAdjustmentTolerance: 1
deliveryTimeEmaDuration: 2
evaluationMethod: 0
evaluationInterval: 3
Expand Down Expand Up @@ -216,3 +217,22 @@ MonoBehaviour:
- {fileID: 11400000, guid: b3561cb4178fb97b49ad139a8802559f, type: 2}
- {fileID: 11400000, guid: ce090b8391704374cb30f8ae3b85ae72, type: 2}
customRulesTemplate: {fileID: 11400000, guid: 78d6c599f9b46f347a2164c209c4afd4, type: 2}
--- !u!114 &1094824400466468296
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8579357797008554893}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3a21a5d09b8415b46910fd7e3d444796, type: 3}
m_Name:
m_EditorClassIdentifier:
mainAudioMixer: {fileID: 24100000, guid: 92cf7610df7967a41806df0e74d33c49, type: 2}
lowerSensLimit: 0.1
upperSensLimit: 3
lowerFOVLimit: 60
upperFOVLimit: 120
lowerZoomFOVLimit: 20
upperZoomFOVLimit: 50
Loading

0 comments on commit 208029c

Please sign in to comment.