Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-Add YouTube Upload on Desktop #243

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Google Sign In button
  • Loading branch information
mikeskydev committed Aug 2, 2022
commit 2754acb994cf04315bd036b8dd08a805f3eb68a4
28 changes: 28 additions & 0 deletions Assets/Materials/WhiteGoogleSignIn.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: WhiteGoogleSignIn
m_Shader: {fileID: 4800000, guid: 322a3b8192d217d4abb247b0a84a4e7e, type: 3}
m_ShaderKeywords:
m_LightmapFlags: 5
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 2800000, guid: c7a663eacfb5db7488d34ffe9c07736b, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Floats: []
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
8 changes: 8 additions & 0 deletions Assets/Materials/WhiteGoogleSignIn.mat.meta

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

10 changes: 5 additions & 5 deletions Assets/Prefabs/PopUps/PopUpWindow_Accounts.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 8fe8230ee7ae32a4eb7fe6d5df34ebd4, type: 2}
- {fileID: 2100000, guid: 0a73667fbc79e7948a8a109cb2f94fee, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down Expand Up @@ -7664,7 +7664,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6655431747887542890}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0.8228, y: 0.35245013, z: -0.01}
m_LocalPosition: {x: -0.8228, y: 0.339, z: -0.01}
m_LocalScale: {x: 0.35, y: 0.35, z: 0.35}
m_Children: []
m_Father: {fileID: 1432546188030660464}
Expand All @@ -7688,7 +7688,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 543b312efaeb6aa4aa25a9e07e815953, type: 2}
- {fileID: 2100000, guid: cfcb22bbfa0daaf41b8cb45e220ad15f, type: 3}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down Expand Up @@ -7727,10 +7727,10 @@ TextMesh:
m_FontSize: 64
m_FontStyle: 0
m_RichText: 1
m_Font: {fileID: 12800000, guid: aa94fec06c672f74d86409a6979db921, type: 3}
m_Font: {fileID: 12800000, guid: cfcb22bbfa0daaf41b8cb45e220ad15f, type: 3}
m_Color:
serializedVersion: 2
rgba: 4294967295
rgba: 4278190080
--- !u!1 &6724981946899681004
GameObject:
m_ObjectHideFlags: 0
Expand Down
Loading