Skip to content

Commit

Permalink
Add simple Game Settings #1281 (#1431)
Browse files Browse the repository at this point in the history
* Add UserInterfaceSettings script and fix BandwidthView not showing

* Add category and interactive elements prefabs to the Game scene

* Change UserInterfaceSettings to GlobalUiVisibilityControllerView
  • Loading branch information
Sjerty authored Apr 1, 2024
1 parent 1fdb32a commit eab45ae
Show file tree
Hide file tree
Showing 19 changed files with 4,766 additions and 168 deletions.
20 changes: 18 additions & 2 deletions Assets/Content/Scenes/Boot.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,9 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 3c05cbdf20b74dacbc886660386d2919, type: 3}
m_Name:
m_EditorClassIdentifier:
NetworkType: 0
ServerAddress:
Port: 0
--- !u!1 &1966326253
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1438,8 +1441,8 @@ MonoBehaviour:
m_Calls: []
m_text: ckey - application mode
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 62e6adf63482d6f42aee1f313095799e, type: 2}
m_sharedMaterial: {fileID: -5529144078996397610, guid: 62e6adf63482d6f42aee1f313095799e, type: 2}
m_fontAsset: {fileID: 11400000, guid: ffc81b96d71d7544580ef63e2d508f02, type: 2}
m_sharedMaterial: {fileID: 8572051279392437555, guid: ffc81b96d71d7544580ef63e2d508f02, type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
Expand Down Expand Up @@ -1536,6 +1539,7 @@ GameObject:
m_Component:
- component: {fileID: 2109038012}
- component: {fileID: 2109038010}
- component: {fileID: 2109038013}
m_Layer: 0
m_Name: BandwithDisplayDebug
m_TagString: Untagged
Expand Down Expand Up @@ -1574,3 +1578,15 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &2109038013
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2109038009}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 748528fe61fbac44bb380645d676726c, type: 3}
m_Name:
m_EditorClassIdentifier:
Loading

0 comments on commit eab45ae

Please sign in to comment.