Skip to content

Commit

Permalink
Last version
Browse files Browse the repository at this point in the history
  • Loading branch information
insearcher committed Jun 16, 2019
1 parent e4adfd3 commit 270341d
Show file tree
Hide file tree
Showing 37 changed files with 115 additions and 105 deletions.
186 changes: 94 additions & 92 deletions .idea/.idea.mcs-hack/.idea/workspace.xml

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Assets/Frolov/Main.unity
Original file line number Diff line number Diff line change
Expand Up @@ -3748,7 +3748,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_text: Famaly
m_text: Family
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 84dd14695854bbc43a5faa24fcf93d0d, type: 2}
m_sharedMaterial: {fileID: 21261991626553910, guid: 84dd14695854bbc43a5faa24fcf93d0d,
Expand Down Expand Up @@ -4070,7 +4070,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
proggresBar: {fileID: 482714852}
barAnimatior: {fileID: 482714850}
transitionAfter: 50
transitionAfter: 100
--- !u!222 &482714855
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -6962,7 +6962,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
proggresBar: {fileID: 879818669}
barAnimatior: {fileID: 879818670}
transitionAfter: 50
transitionAfter: 100
--- !u!222 &879818672
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -10805,7 +10805,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
proggresBar: {fileID: 1481277047}
barAnimatior: {fileID: 1481277048}
transitionAfter: 50
transitionAfter: 100
--- !u!222 &1481277050
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -12767,7 +12767,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
proggresBar: {fileID: 1733521838}
barAnimatior: {fileID: 1733521839}
transitionAfter: 50
transitionAfter: 100
--- !u!222 &1733521841
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -13819,7 +13819,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
proggresBar: {fileID: 1871751794}
barAnimatior: {fileID: 1871751796}
transitionAfter: 50
transitionAfter: 100
--- !u!95 &1871751796
Animator:
serializedVersion: 3
Expand Down Expand Up @@ -15696,7 +15696,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
proggresBar: {fileID: 2030439631}
barAnimatior: {fileID: 2030439632}
transitionAfter: 50
transitionAfter: 100
--- !u!222 &2030439634
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -16993,7 +16993,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
proggresBar: {fileID: 7955025509959168944}
barAnimatior: {fileID: 6613932608667027235}
transitionAfter: 50
transitionAfter: 100
--- !u!114 &3614796034276135469
MonoBehaviour:
m_ObjectHideFlags: 0
Expand All @@ -17008,7 +17008,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
proggresBar: {fileID: 7955025509738118438}
barAnimatior: {fileID: 6613932607806474677}
transitionAfter: 50
transitionAfter: 100
--- !u!114 &3975794642621939949
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down
1 change: 0 additions & 1 deletion Assets/Modern UI Pack/Scripts/ProgressBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ void Update()
if (currentPercent == 100 || currentPercent >= 100 && restart == true)
{
currentPercent = 0;
speed = 0;
onLoaded.Invoke();
}

Expand Down
9 changes: 9 additions & 0 deletions Assets/SALEY/SALEY/Scripts/ImageSender/ImageGetter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public class ImageGetter : MonoBehaviour
public GameObject mainPage;
public GameObject logPage;

private bool isFirst = true;

// private void Update()
// {
// if (Input.GetKeyDown(KeyCode.Space))
Expand All @@ -29,6 +31,13 @@ private void OnPostRender()
FillTexture();
byte[] image = GetPNG();
StartCoroutine(UploadPNG(image));
if (isFirst)
{
isFirst = false;
FillTexture();
image = GetPNG();
StartCoroutine(UploadPNG(image));
}
grab = false;
}

Expand Down
2 changes: 1 addition & 1 deletion Assets/SALEY/SALEY/TMP_renderTexture.renderTexture
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RenderTexture:
m_DownscaleFallback: 0
serializedVersion: 3
m_Width: 512
m_Height: 910
m_Height: 1108
m_AntiAliasing: 1
m_DepthFormat: 2
m_ColorFormat: 8
Expand Down
Binary file modified Library/LastBuild.buildreport
Binary file not shown.
Binary file modified Library/PlayerDataCache/iOS/Data/Managed/Assembly-CSharp.dll
Binary file not shown.
Binary file not shown.
Binary file modified Library/PlayerDataCache/iOS/Data/Managed/Unity.TextMeshPro.dll
Binary file not shown.
Binary file modified Library/PlayerDataCache/iOS/Data/Managed/Unity.Timeline.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Library/PlayerDataCache/iOS/Data/globalgamemanagers
Binary file not shown.
Binary file modified Library/PlayerDataCache/iOS/Data/level0
Binary file not shown.
Binary file modified Library/PlayerDataCache/iOS/Data/sharedassets0.assets
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp-Editor.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp.pdb
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Unity.TextMeshPro.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Unity.Timeline.Editor.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Unity.Timeline.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Editor.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/com.unity.multiplayer-weaver.Editor.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/StateCache/Hierarchy/b4d921-mainStage.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"m_ExpandedPrefabGameObjectFileIDs":[],"m_ExpandedSceneGameObjectInstanceIDs":[-27540,-27484,-27468,-27306,-27250,-26774,-25356,-25304,-24828,-24336,-24280,-23804,-19814,-19632,-17820,-17810,-17550,-17278,-16622,-16606,-16574,-16132,-5234,-1596,-1140,15496,15508,15568,15622,15672,15972,16062,16112,16414,16438,16464,16492,16538,16582,16658,16712,16744,16756,16804,16814,16928,16952,16960,16966,16972,34070,34094,34492,34568,34706,35226,35458,35980,63436,63594,64130,64380,68848,68914,68954,69148,69522,69684,70304,89140],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":90452}
{"m_ExpandedPrefabGameObjectFileIDs":[],"m_ExpandedSceneGameObjectInstanceIDs":[-29404,-29352,-28876,-27540,-27484,-27468,-27306,-27250,-26774,-25356,-25304,-24828,-24336,-24280,-23804,-19814,-19632,-17820,-17810,-17550,-17278,-16622,-16606,-16574,-16132,-5234,-1596,-1140,15496,15508,15568,15622,15672,15972,16062,16112,16414,16438,16464,16492,16538,16582,16658,16712,16744,16756,16804,16814,16928,16952,16960,16966,16972,34070,34094,34492,34568,34706,35226,35458,35980,63436,63594,64130,64380,68848,68914,68954,69148,69522,69684,70304,88982,89140,89244,89314,89528,89668,89910,89914,90068,90280,90574,90618],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":0}
2 changes: 1 addition & 1 deletion Library/StateCache/SceneView/f1e9c4-mainStage.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":846.4153442382813,"y":2221.94677734375,"z":-25090.056640625},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":391.3769226074219,"orthographic":true}
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":1334.8543701171875,"y":1313.10888671875,"z":-25531.13671875},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":2589.709228515625,"orthographic":true}
Binary file modified Library/assetDatabase3
Binary file not shown.
Binary file modified Library/metadata/20/20c6dbf0102c7bc468113ccdd97dad83
Binary file not shown.

0 comments on commit 270341d

Please sign in to comment.