-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from rwth-acis/feature/poll-dev-saveloadsystem
Added Save Load System for poll results
- Loading branch information
Showing
24 changed files
with
2,334 additions
and
401 deletions.
There are no files selected for viewing
Binary file not shown.
105 changes: 105 additions & 0 deletions
105
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.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 81 additions & 0 deletions
81
Frontend/VIAProMa/Assets/Prefabs/Multiplayer/Resources/Poll Serialization.prefab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 1 addition & 1 deletion
2
...sualization/Poll Barchart Viz.prefab.meta → .../Resources/Poll Serialization.prefab.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.