Skip to content

Commit

Permalink
Added settings menu
Browse files Browse the repository at this point in the history
- Added a settings menu
- Can now toggle between voice activation and push to talk for the 3d voice chat
  • Loading branch information
David Liebemann committed Mar 11, 2022
1 parent f41d6f3 commit 6384b66
Show file tree
Hide file tree
Showing 19 changed files with 2,374 additions and 823 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: fb9a3125586fb5f4bb2a1df0246ed741, type: 3}
m_Name:
m_EditorClassIdentifier:
pushToTalkSettings:
- connectedRoom: {fileID: 11400000, guid: 52d2f6fe6fbd6ef40a903122690f8c90, type: 2}
pushToTalkButton: {fileID: 11400000, guid: be3444201bf8c05499e579924ae0e6e5, type: 2}
pushToTalkSettings: {fileID: 11400000, guid: 4832a66c193afee4087de8c8f32bcabc, type: 2}
--- !u!1 &3292872340452153005
GameObject:
m_ObjectHideFlags: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ MonoBehaviour:
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 36
m_fontSizeBase: 36
m_fontSize: 30
m_fontSizeBase: 30
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 18
Expand Down Expand Up @@ -220,7 +220,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 70, y: 0}
m_SizeDelta: {x: 60, y: 0}
m_Pivot: {x: 0, y: 0.5}
--- !u!222 &8635825235540280506
CanvasRenderer:
Expand Down
Loading

0 comments on commit 6384b66

Please sign in to comment.