Skip to content

Commit

Permalink
Merge pull request #176 from rwth-acis/feature/poll-dev-saveloadsystem
Browse files Browse the repository at this point in the history
Added Save Load System for poll results
  • Loading branch information
Togira-Ikonoka authored Feb 4, 2021
2 parents 41ddc22 + f135ffa commit 5716ba8
Show file tree
Hide file tree
Showing 24 changed files with 2,334 additions and 401 deletions.
Binary file not shown.
105 changes: 105 additions & 0 deletions Frontend/VIAProMa/Assets/3D Models/PollResults.fbx.meta

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

8 changes: 7 additions & 1 deletion Frontend/VIAProMa/Assets/Prefabs/Managers.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ MonoBehaviour:
voiceDetection: 1
voiceDetectionThreshold: 0.01
voiceDetectionDelayMs: 500
unityMicrophoneDevice: Microphone Array (4- Synaptics Audio)
unityMicrophoneDevice: Headset Microphone (HyperX Virtual Surround Sound)
photonMicrophoneDeviceId: 0
interestGroup: 0
debugEchoMode: 0
Expand Down Expand Up @@ -251,7 +251,13 @@ MonoBehaviour:
m_EditorClassIdentifier:
barChartVisualizationPrefab: {fileID: 2854458270353734934, guid: d14576bb6f2c5834b972dc8273a01c56,
type: 3}
pollShelfPrefab: {fileID: 5049388039812408638, guid: b1e0914af998f914497c205577287c7c,
type: 3}
barDistance: 2
shelfDistance: 3
PollSerializerPrefab: {fileID: 4029607018951597712, guid: ec614f62db8d9fe4f81202b4865fcfe8,
type: 3}
savedPolls: []
--- !u!1 &1584635095594973785
GameObject:
m_ObjectHideFlags: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &4029607018951597712
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4029607018951597719}
- component: {fileID: 4029607018951597718}
- component: {fileID: 4029607018951597713}
- component: {fileID: 4029607018951597716}
m_Layer: 0
m_Name: Poll Serialization
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4029607018951597719
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4029607018951597712}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &4029607018951597718
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4029607018951597712}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0a09596fd3f25c47b2f3d7bbfd6c024, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &4029607018951597713
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4029607018951597712}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3b5544f11b664c3418c16d2d87b84784, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &4029607018951597716
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4029607018951597712}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: aa584fbee541324448dd18d8409c7a41, type: 3}
m_Name:
m_EditorClassIdentifier:
ObservedComponentsFoldoutOpen: 1
Group: 0
prefixField: -1
observableSearch: 2
Synchronization: 3
OwnershipTransfer: 0
ObservedComponents: []
viewIdField: 0
InstantiationId: 0
isRuntimeInstantiated: 0

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

Loading

0 comments on commit 5716ba8

Please sign in to comment.