diff --git a/App/Assets/Plugins.meta b/App/Assets/Plugins.meta new file mode 100644 index 0000000000000000000000000000000000000000..eb591e80554326504751c407e96c1a8d67ab47f5 --- /dev/null +++ b/App/Assets/Plugins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 68cef17ec3491f8498a83c732f4f81ca +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/App/Assets/Scenes/ApresLogin.unity b/App/Assets/Scenes/ApresLogin.unity index f9fdfba19008deb72f8786c10845cae34679d357..01846460914936c86228e116b4b698510a6cd9de 100644 --- a/App/Assets/Scenes/ApresLogin.unity +++ b/App/Assets/Scenes/ApresLogin.unity @@ -3570,7 +3570,7 @@ GameObject: - component: {fileID: 326414690} - component: {fileID: 326414692} m_Layer: 0 - m_Name: Image + m_Name: Classement m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -3702,6 +3702,18 @@ MonoBehaviour: m_StringArgument: m_BoolArgument: 1 m_CallState: 2 + - m_Target: {fileID: 1681099790} + m_TargetAssemblyTypeName: Client, Assembly-CSharp + m_MethodName: onClassement + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 1 + m_CallState: 2 --- !u!1 &341582412 GameObject: m_ObjectHideFlags: 0 diff --git a/App/Assets/Scripts/Client.cs b/App/Assets/Scripts/Client.cs index 48403911324eae448611fd1828e83dfbbe06161f..824d193881d7cd46391e6d47be4a9b4e58adc25e 100644 --- a/App/Assets/Scripts/Client.cs +++ b/App/Assets/Scripts/Client.cs @@ -648,32 +648,41 @@ public class Client : MonoBehaviour // Envoyer les données au serveur int bytesSent = clientSocket.Send(bytes); - Debug.Log($"demande de classement fait a cette socket {clientSocket}"); - wait_get_Classement_All_Players(); } - // se declenche quand on va clicker sur le classement public void wait_get_Classement_All_Players() - { - // recuperation du classement - byte[] bytesClassement = new byte[Marshal.SizeOf(typeof(Classement))]; - int bytesRecClassement = clientSocket.Receive(bytesClassement); - string jsonClassement = Encoding.UTF8.GetString(bytesClassement, 0, bytesRecClassement); - - Debug.Log($"le classement recu {jsonClassement}"); - - classmentDesJoueurs = JsonConvert.DeserializeObject<List<Classement>>(jsonClassement); - // Étape 3 : Utiliser les données - foreach (Classement classe in classmentDesJoueurs) - { - Debug.Log($"Le pseudo est : {classe.Pseudo}"); - Debug.Log($"Le rang est : {classe.Rang}"); - Debug.Log($"Le score est : {classe.Score}"); - } - - } + { + // recuperation du classement + byte[] bytesClassement = new byte[Marshal.SizeOf(typeof(Classement))]; + + int bytesRecClassement = 0; + + StringBuilder dataBuilder = new StringBuilder(); + + do + { + bytesRecClassement = clientSocket.Receive(bytesClassement); + dataBuilder.Append(Encoding.ASCII.GetString(bytesClassement, 0, bytesRecClassement)); + + } while (clientSocket.Available > 0); + + + string jsonClassement = dataBuilder.ToString();; + + Debug.Log($"le classement recu {jsonClassement}"); + + classmentDesJoueurs = JsonConvert.DeserializeObject<List<Classement>>(jsonClassement); + // Étape 3 : Utiliser les données + foreach (Classement classe in classmentDesJoueurs) + { + Debug.Log($"Le pseudo est : {classe.Pseudo}"); + Debug.Log($"Le rang est : {classe.Rang}"); + Debug.Log($"Le score est : {classe.Score}"); + } + + } //lorsque l'utilisateur click sur s'inscrire public void onSignup(){ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AccessingPlastic.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AccessingPlastic.png index 375d6f8b84caa5d888bb43c7e8f02c760c6083d8..62fa026327ead6feb7af841e01a0d5d9a2872b49 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AccessingPlastic.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AccessingPlastic.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AdvancedFeatures.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AdvancedFeatures.png index 4e330d7c7f6ecf0b038854f158cc8e83f0bc6541..53f47b1ace407328c9797701a8fa46b3f6a0c440 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AdvancedFeatures.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AdvancedFeatures.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AutomaticSetup.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AutomaticSetup.png index 50f4233d6fca631cf38a25885528713952eb05d2..a0212991d21e208f5705c2e0e4eb4bdc69db001c 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AutomaticSetup.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/AutomaticSetup.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/FileHistory.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/FileHistory.png index dacf4aaa08fc8d89d74c6066afb9a32b4c4164f2..fa6114315caa9f810afc3d806f2d96bd5e04460e 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/FileHistory.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/FileHistory.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/GameSceneExample.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/GameSceneExample.png index 12274cd1deefedd64bd0ac6720178473412d3264..b00f13f7bbd926a540830a421c10d88d568bd746 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/GameSceneExample.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/GameSceneExample.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/GamesSceneExample.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/GamesSceneExample.png index 9c7cbc58fe4841dcf9b71b7876e4703759b9ceba..350d3a678c3ec71ef745c54f2118d0e19b6e85b9 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/GamesSceneExample.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/GamesSceneExample.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/IncomingChanges.gif b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/IncomingChanges.gif index 9b220a8a4e165373f62129753c445bf67fa996ee..1f0bd828a722db7e7f7f45f8788c5f3287e238f2 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/IncomingChanges.gif and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/IncomingChanges.gif differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/InspectorWindow.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/InspectorWindow.png index c15be666ec44719445a5ec0612988aafcf4727a7..1bb8db745b43e9bbbbae901e1cbc3ea2ea59926d 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/InspectorWindow.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/InspectorWindow.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/InviteMembers.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/InviteMembers.png index da00679cd8731cd194275626e1e28997393c5e45..8fb73daf476315355c86c853e96d4b47e2c6cba1 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/InviteMembers.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/InviteMembers.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/Onboarding.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/Onboarding.png index a9ef0384a08392eb714888a4385908ff5a8368dc..a1712c9d17b3ed55156d0ae14ff1cfbe241dd5ea 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/Onboarding.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/Onboarding.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/PendingChanges.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/PendingChanges.png index 9e338bba4126d98b58f92fdb74be56b099e567da..e901bd006d3546b7e44526c2abb93407c22678ca 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/PendingChanges.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/PendingChanges.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/ProjectHistory.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/ProjectHistory.png index b301c3fb5a4174063b81c05452dcf61a95cd9e0e..53a2df43e261b3843777f1e3e0eeea5c0b2b3d35 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/ProjectHistory.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/ProjectHistory.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/ProjectView.gif b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/ProjectView.gif index 725497d72b5515eda79f205613a094ee25c69ed6..66579508d27caf5a354aaca0264318699d4b7526 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/ProjectView.gif and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/ProjectView.gif differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/plasticHub.gif b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/plasticHub.gif index 6fcd90324a5e419fcc76bba9486f9365df9cb6ac..74fbd43448be81e19e1e5ae72e65bdb6fb614a31 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/plasticHub.gif and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Documentation~/images/plasticHub.gif differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninemail.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninemail.png index 8c20609fb225673beae0838a2e3b562e3a4dc013..b9b82e1b21ef8e1818c19de88a7a7979b5037f9f 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninemail.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninemail.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninemail@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninemail@2x.png index fae13d7b4027e4cd460a08729aac3725ed88242b..ec8b762b58a1e781a14553a76dbdd52144a02b64 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninemail@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninemail@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigningoogle.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigningoogle.png index 89b1c93d77a25ebdce152e6b7ffa01b4e16e4b4f..6484bf22d7141a2d84fc573501697e54eb7f704c 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigningoogle.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigningoogle.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninunity.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninunity.png index 177c2e90a56c1338d00d4880139b167a7c06350a..05f40ecb21e3acc873c9127831a742ef50aa75a4 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninunity.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/buttonssosigninunity.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail.png index 7cc1302be7a2bb8f2056482f606038e7302abb2e..4ee3efbad9b2daba80fcc96acd44d57e5f43712d 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail@2x.png index 9de04471b667f132e6a0839331730cb691ac5d8c..b515c3dfd13e91226b5f66947126f829fe144ef1 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuho.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuho.png index 1b72409f27d18958572407cb105ccc7f9375dff4..69f9d2fcc9e0f4180d8f0ed7c03a6306a3ea3931 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuho.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuho.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhochristmas.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhochristmas.png index cd10d4eaa2e39ab0e6825fc7da37c1ecdf8a7e0a..0090e01ec98e1b86871a2c191fd16c13476b3ac0 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhochristmas.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhochristmas.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshe.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshe.png index 5372b1aaff6c79d28448759c0261fc25a88fc5e9..44b0446fcdbc3cf07a80ffc5d385dec5338e277a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshe.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshe.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshechristmas.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshechristmas.png index 48b203a1369e14930c7d0654b45e23ae18584e3d..ba40bcf5be2ebd8501275c8629d2c2d7ee202c38 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshechristmas.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshechristmas.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuho.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuho.png index 0a13c120b51029fa8adb0c3b5865ae7ccae37d4d..14684bbc02e41d3369d16a749547268549e76aeb 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuho.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuho.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhochristmas.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhochristmas.png index 90373fede5e79d8ebbe8090633e60985db717d9c..95811e3cd3af24fbf2d9d6be0739b6f1817f8507 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhochristmas.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhochristmas.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhoshe.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhoshe.png index 7dc0bd63ace2034bdd3c2a78c5e0f5f0d5e4308d..9494aa4492f2d21c462cc0f3a10610b26cba91bd 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhoshe.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhoshe.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhoshechristmas.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhoshechristmas.png index 7ae102f38df565e5628fc51501e4e25bb8b744b8..4a6a916f9b3dbeaea17156db6eb81fea762250ff 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhoshechristmas.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_colorbuhoshechristmas.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuho.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuho.png index fbd9ed1c13ba1eef44a6395402ce33752f76d6d2..20e873df3fa8a5182e38d290d24f31a6b57d4466 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuho.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuho.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhochristmas.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhochristmas.png index 2d70cae1c6707760ec5ff1c9b8c384a77b44ee3f..042dc5a4f7c81c9c99373d2bd979ca4be5336184 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhochristmas.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhochristmas.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhoshe.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhoshe.png index 238c989a97bdac119547babb9eea31cc2c70838c..70c83d86171b00088769f6e22664a2f539a87200 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhoshe.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhoshe.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhoshechristmas.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhoshechristmas.png index 388be82ea29ab6ef238c22398825eb963c8f742f..b016297a07e8bfe71360818e0ebc63487bc804fd 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhoshechristmas.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_expertbuhoshechristmas.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho1.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho1.png index 536b489fa05fb4796428d041139048dfe257ae58..47f2f6df6a696edda8cd4e1865b15337d3225e86 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho1.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho1.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho2.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho2.png index bb4112fb0fef6e6655f379bc50f2e9feaaffef58..44bcc817feafb053803be948a84e58abe653243a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho2.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho2.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho3.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho3.png index 79aee06e69a3b52cec3e2cd0ec4bb7dc3552bef5..c4193beab06c7dd6fd7f4cc62b833023fe79847f 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho3.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuho3.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas1.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas1.png index 1da2f54a121a3a04a4a94d849e863b596beb4663..3be21a6b3ef425aacf89abd9d9ea5ed269b42589 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas1.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas1.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas2.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas2.png index 3504b69a90dd8d93b7f924ff5b49c6ba0204121f..f534770f9c2c3504d62d8996763c29e0374f07c2 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas2.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas2.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas3.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas3.png index 39fb85ed8bd5f94cad0769d5eee22ca1b4f14618..4333cd6ee7d3b253c80375118915f603570ece52 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas3.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas3.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe1.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe1.png index 957cc5b7d728b6c99aa252d2c925de2516e676c5..a3f69a393ffc79c81e11b71887703ce929d521e4 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe1.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe1.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe2.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe2.png index b300dcf81f217d4e741b67164a23d9eb398b51a2..a555a4228674bb8fab12331b2e4023e5baee6f97 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe2.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe2.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe3.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe3.png index 80129ebefe702361d9c8be76f904ed2f3f3bb172..729a526b1047000f08124ced92831a7cbf0dd1a4 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe3.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe3.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas1.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas1.png index e585f165b727701ed69720e1f760eae7a520dafa..e8b9b7857413ce4e4230ffe1b566136689289dde 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas1.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas1.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas2.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas2.png index 7eb560ee4b8d634e723e6cf8dbbd3579fef92eb5..b0ecebb6e9cdd6fb3913a483935c67dd345a3120 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas2.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas2.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas3.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas3.png index d4c4eb682706f80aeee7e75fb1c1860ba349d8c5..eab3ed85be4ca36081c7e6b055602f43387e1183 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas3.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas3.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal.png index 65d981821e5ac4cc0979e76dc5f74a8d4d162497..8d2242be1440e2fed867e381082fe1dcd45d3780 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal@2x.png index 3cdcd5cd4eaf23a80cb571ca750aa9d48834333c..6e07c0f2174122abfb3fa66e8ea78ca817054beb 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay.png index 4ae9e89584f872756f007a70fd99a51f3a8a47c5..6a1d17dffbd6523a9eb2e5da8cac95f6fffee00a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay@2x.png index 42e1641a335b219bbfcf54d31d8d2380219f5f85..31e7f67c9b9d287b2d37ae6638cacbe5693b80fd 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconbranch.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconbranch.png index d6f178141a7d46134fb53f63514c6eccf1767aa1..4d571084314b85f6871ea0fa83e8299719a9f9a8 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconbranch.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconbranch.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconbranch@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconbranch@2x.png index 9b519ece5fcdb8375c166906b4b1012196e678ed..b30615e5f8097122d127f5d37222441b66d24375 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconbranch@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconbranch@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay.png index 5fdb35de630736e2b78a091fa88cb058a17022dc..347b9b8d9797e893ed87b7db5e21193d503a3c20 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay@2x.png index 5981ce2061e889e8b4c9db5024e5e0a17aacf2e3..d0bb6234083a47fcc5c2806e01d810152332d4e0 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconclosebutton.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconclosebutton.png index 586fcd725be6315460abd3d4ec1454db5ac74116..43bc304c7e7f1fd967d2c1d909b23322945894a3 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconclosebutton.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconclosebutton.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconclosebutton@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconclosebutton@2x.png index 388d00f72d31fcd68bfaaaa2c698d23ff69102be..bd28f291095fecba60c92e82c85c872abc8b32f3 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconclosebutton@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconclosebutton@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflicted.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflicted.png index 84712ed93b3af43b7a2dbca933c2fd3ab23c59bc..0a16067aed36f88435dfe07b35f00c25983fe713 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflicted.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflicted.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflicted@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflicted@2x.png index bd60db89e06a19423b146d9662ed24d5f03e2e0e..2455c9f0b89edae0603d5f7d6e7747fe97e61116 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflicted@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflicted@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictedoverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictedoverlay.png index 63d0621fd977fab23875ed0e1e4a5adce53fadc4..2fecddd4a06743328066030c3fadceb1ba7fc9b5 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictedoverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictedoverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictedoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictedoverlay@2x.png index dda07004e2e2eda90556c654396864148f880809..e93ee4db3e363b4de7e3baa03ac4757b0aa4d30b 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictedoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictedoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay.png index f767f35853e770b74530776305e42d4c9f86c6bd..8871b89914be1a0c057a9a63e44d0da985cfd522 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay@2x.png index ccb81e8590f187cddace4a915429a3164ad6f96d..dee509088ec20767006d674268ca2d702a63f974 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay.png index 5e4a5595d6daaf134777b57d16fa16e7776da502..ba7cdc1bcab16d884d3b9ee0f6d028d8ceb73829 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay@2x.png index b03847332ea58c12fff08b197e29b342b2408b43..a2e41a8ecdc162eec819ce05e8fa6de85ab21eef 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremote.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremote.png index d591cb37224394289588172628d46e3a0ee0e3c8..52b94a8b70c374ca4dd0679e0a5821edc8afff4b 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremote.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremote.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremote@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremote@2x.png index a7f7ac81c129d903820c32f16d0133062b83722c..b7aaf45190f292eddfee20a38f213daff8afd87f 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremote@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremote@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay.png index b1b83e842e77ef8641e401b66978077b1696640b..471d7a147e4873222eef675144bc26ad8fa7637e 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay@2x.png index e20c09c53d20160b1ce7f5db36f22d142f66a3cd..d99d402e46909028548e9277294642d6722345d7 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar.png index 436cc1dfc3b5cc8b362999740bf45fdd29a03e86..2f59be6431911bf0cf1f5713cf08aa5735fea85d 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar@2x.png index d7f2e3c2791cfea28a405ae8f30882b4fd548663..7967b42bf4f83341b96a85dfdf5f8e8629a82901 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay.png index 76a07b35e9f7695fb3be27721602cfbf5a83778b..a021b8f0ef46703c0163f920bd2cc255642a6d2a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay@2x.png index 491e10a6823cb30eba98631d20ab701089ca5cf5..fd12076dec641ab3c8c0bfc71f2993372313991a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay.png index b344c71e78ce095b08b153fda62d05214932d4e8..a6625a425db128e3467ae8dd9c4b6fdd2ff41e24 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay@2x.png index 084829d0eebd36bdf19f7f453dca852ef94f8eee..d0dc64b7f5ab1eed6af8f98f8a44956aaf3f6379 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsync.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsync.png index c22a070dbbef73af8e3390a9a67918bb949b8a59..db913206195c273a81653ff55ca96e67ff945d5e 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsync.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsync.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsync@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsync@2x.png index dd2d739123b3f945597e845376849bd85791f420..1858fa1d27b90dab4c5c5ce3ae99feb3f80c8c86 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsync@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsync@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay.png index 9f4f441d589aeb464bdb78bae7974b853e906d1e..78e927d3d546cce5aca0aabba7e519e255264928 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay@2x.png index b4489466de6aa9873a859cdda850b1cc5b2d1d39..779a327883055e26c7fb80387b2476d85485854f 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict.png index 08bf8c7b4eb8369202d9ba9cde28cb882f187420..e04df932f5eeef7cba762bea2382cfa9caaa81a3 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict@2x.png index 932dc07266ef9856507a231b40d89f38600724d2..1170ad6f81bb1bed66b36456d4d5da97bc043541 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming.png index 89bed5edb65bbd2092f6166ca12a12b1c39f4834..bc5b70189ee0ed4e4f6fd897833b44365b1b027d 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming@2x.png index 5bbc0599dc5a83ed58a6aa7707d1e995404ab950..a6eb79acbbdc5164cb38bad9370a34e6dfb685a7 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticview.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticview.png index 1a8a4e9b2258136ef55c9504135fd74ab82b2720..5da388515ba66c429105fee57dc5ec577dab61ac 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticview.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticview.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticview@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticview@2x.png index 856034afc837b0ca939979bc3f85df6a644a0e05..845a7661b4e2302688c27695321398b2c8f9c316 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticview@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticview@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify.png index afa90fcf03f06c22a16bb8b9e87620ffec46b25a..096162c5dc280703fee8e6edc03ca0741fabfc5b 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify@2x.png index f99cd15cc859a61e398c9510967a2f0690f7e421..4694e73c6bbf52cd14ae9664c5c35a825c15cdff 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay.png index 9d6948b401fb873cdf023c2df2951f56e89aed57..475120a76c399b5f814230479bbc209bafd254d2 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay@2x.png index 2f3491b0b073352c108cd825a2684d2786c225c8..822de0ccb6f76f05875eed0fe166e50c93d3e222 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconundo.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconundo.png index 29b051043b81dcce6ab857595c654a5d5f1c4b1d..5f870df5782e0745199f7b0c9af100cd9af8ebe4 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconundo.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconundo.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconundo@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconundo@2x.png index 57894e05e660adec40953e499a3b72cc2172de12..610b7f591cbc540aa134c0091b704d9df50c8f37 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconundo@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_iconundo@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay.png index cfb4623dde8ed14a53ae8c10ba734c29147ac555..20bf7579d48145a2b971e93f067fa0a0ffaad24b 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay@2x.png index c1f30d78f0d1c4549901d2a237416ef781bafe6c..da7aaaf9d162057fdf9e15406b393cc56193d553 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_loading.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_loading.png index a38ff00a92aeca76aab91ec032aacfe824817034..3d739b33003b84618d6c0ab4eea8a064a61b7d22 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_loading.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_loading.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_loading@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_loading@2x.png index dec1779362b3a7d4c193f0741fc2654061020204..00d0cc580658f8d97093d7729d5b2a5847595387 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_loading@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_loading@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_refresh.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_refresh.png index 6fe52c3726cbad9fdfc706d8e675d6996c110460..d59f49e2e760660a7e2096d1eb81726c01da8a02 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_refresh.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_refresh.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_refresh@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_refresh@2x.png index 98f2b33f24c292390a24e43d595b5eed6c3d19d6..2f962b0c4d1c694006f07c581d929f66dc0fadd1 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_refresh@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_refresh@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclose.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclose.png index 2513cd90e9387ad32582115956b5d07443ecec8e..3ff5eb2fd57ef120ace00d607443f051acec3f72 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclose.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclose.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclosehover.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclosehover.png index c4849657e149ebc248b929c7b9c38a2621673c17..371e693f0902be30088a1c2b79320997550d7cf6 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclosehover.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclosehover.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclosehover@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclosehover@2x.png index d53900ad7123b4c2fe8c890a16f3e73a952067b9..b23479fc017c0a949d553cf3c665cc9dba056107 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclosehover@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_secondarytabclosehover@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step1.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step1.png index 412edd6f889767bb356415f6cb3bde6e03d8672d..ef405be1cf5199284fe514c57af2565c37646130 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step1.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step1.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step1@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step1@2x.png index b5d623b44e77f16fde1cd4e42210d345ad51660f..e429bf749feb3237cc898d25f9dd8330dcfd1ada 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step1@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step1@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step2.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step2.png index 4776eb12dec26a9b231bdcf2aa4decc8ec24cbe0..4b8c49ea00ab19177373cf9587e4318e07a12adf 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step2.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step2.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step2@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step2@2x.png index 5aab9e40e4c98a00edd4c4863c7c40ea7f1dc0d2..c793ecbd3e0e3a8b60496199140b64c52e00e6d8 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step2@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step2@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step3.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step3.png index 3b0741c0e4b78e4353cc4589f1e386a52c976f11..f25952fc21c014713e261deeb8324d63e8441b00 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step3.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step3.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step3@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step3@2x.png index cfd244ae070f2b9defee56e4707b71b91693a568..f3acf121c549ec16bbdc753fb68bcb9b263baaaf 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step3@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_step3@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stepok.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stepok.png index c7b5d83d457afb8a2ec2e5baaec420c17d5ff0f9..c850a123d7820da82a99369bde96fcaf19271c15 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stepok.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stepok.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stepok@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stepok@2x.png index 6172eb0eef36236feb04699a13fdd946117e2e40..96ba198003d421c2c7aa099fcdda236daff9a787 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stepok@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stepok@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuho.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuho.png index 5e1ab3bf240af178e630e35e3bbcbdfb73493536..6ca6b65ea5e1c4345a71d9210cee1beea5a24b4c 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuho.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuho.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhochristmas.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhochristmas.png index 4ae160fcf21d2251fc06d2bb937169044d2d4396..1781fbf8c979ee3ebafd43ed29a3fa9d95cd0bfd 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhochristmas.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhochristmas.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshe.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshe.png index 67a0472aa6274914beb7cace5a1ad05ec35accc2..9e534fc19eee8efdb9dbbc105d83d1ce90b42cc7 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshe.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshe.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshechristmas.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshechristmas.png index 3ec78e9d96975cbd10524bdd5174187805c9dcac..8526a24559af71ecc0b9d6a4d4b9ac7c43793eeb 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshechristmas.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshechristmas.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedlocal.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedlocal.png index bc4d15c87f68cfd420941f0babbf8fb1a835397c..f35bc753eac31ca3ce10605b11ba6471680b6b0d 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedlocal.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedlocal.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedlocal@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedlocal@2x.png index 99f22f23f15f36e59438075b1911c0d911d41870..40701e8fd3a007582ac531fe55482a920977b66f 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedlocal@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedlocal@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedoverlay@2x.png index 4e17e119efe7e5be79232c2090a6e0459e00b51e..d1ebf1e647a5b2132b4507b17065a44e88f6ce2b 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconaddedoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconbranch.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconbranch.png index 940a619ebba871e6f88835d498eff4c74d6cbc76..a992b3e6800633eb0a324a1a5874aa42436602b9 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconbranch.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconbranch.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconbranch@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconbranch@2x.png index 5682980b88bd7131e1b134f1d156aaf136821d17..aea30f522f82ac1030746c8387e236265a7c52b7 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconbranch@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconbranch@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconcheckedoutlocaloverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconcheckedoutlocaloverlay@2x.png index 7b762ce1364b7796af7a4f0948fed661f06247d2..228a46ec7001ea1cfc4e303892561e534d359bb1 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconcheckedoutlocaloverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconcheckedoutlocaloverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconclosebutton.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconclosebutton.png index bec9a7eb2428aa64f6f15b7927a492a44bfb455a..e67a40fcc011cf2f45d6e5524ab0ebe3bb3bcea0 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconclosebutton.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconclosebutton.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflicted.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflicted.png index 97a22a58737b30859d823f0dcba837c94d9e95a8..ee6c573dcd07a503e418e73a42b20a45e7525a3a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflicted.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflicted.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflicted@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflicted@2x.png index b5debbe6a611852bee35fd4556f83aff9d32fd8a..606dc3ad0972a0fb8ee46e24dc0c062e3ccc3303 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflicted@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflicted@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflictedoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflictedoverlay@2x.png index d30adbe4989b519f93477e38b2181afb78a057f8..1d349b47cab12d44b1be1b9cd1d2e7aba6e7a0d3 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflictedoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflictedoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflictresolvedoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflictresolvedoverlay@2x.png index 598ebde252e92914c1f3ccf66ce9afc40e806837..43b56918d5589c153fd56d553a9a9817582ebdcd 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflictresolvedoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconconflictresolvedoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeleted.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeleted.png index a5d32f5cd24402dfdb31beaa98ca59835ae72382..997a414bf770f6ea18fbfd5787a48c6a4182b024 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeleted.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeleted.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedlocaloverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedlocaloverlay@2x.png index 1e7808673412823189eb3a001ae7f775cb9f45eb..02a018f388eaea8cc543a2e16e45d00b7463f2a4 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedlocaloverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedlocaloverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremote.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremote.png index e3258db0848a2ebbf4bd8e01d2e436e28845389e..a904bd914710ae90a70f9b209996ebbe6d703ad1 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremote.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremote.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremote@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremote@2x.png index 022190ff5a4c47b7580dac15da177a7831fe7e55..fc77859a2b54d3d000592c0193fe27c6743c77b0 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremote@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremote@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremoteoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremoteoverlay@2x.png index e18cfc2500771e291c26c4d19a8446a06d810181..c83525061a6b40107e0b911a67cbe64607f3e4c0 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremoteoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/icondeletedremoteoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconemptygravatar.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconemptygravatar.png index 59b734fd61359f4c8e8583b050f1b29c8ddad1ce..638b81d3926c66fb09c5e86800e158fedf2d7cf7 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconemptygravatar.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconemptygravatar.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconemptygravatar@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconemptygravatar@2x.png index 2b5d928f4472a4770ed2f71915500217480162ce..d5664fd56a17869b91e032e7437c1f4a64217c26 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconemptygravatar@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconemptygravatar@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconlockedlocaloverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconlockedlocaloverlay@2x.png index 9e52486cc52565d396fb0dd3874528b2fd52889a..cb89647412e2901c692265ba79c7fd0cce8b5c09 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconlockedlocaloverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconlockedlocaloverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconlockedremoteoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconlockedremoteoverlay@2x.png index 4852251ab5a35a3aae9b5d0c5e092cd27ed80789..ad8ae7b7c172d9c8131b5f9fa62bea05b9b4048a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconlockedremoteoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconlockedremoteoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconmergelink.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconmergelink.png index 3c903ab6a80007f72799a5eb55fe32970177b4a1..22134f9691df0c787bcac8a27cd4b5997e0d9e47 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconmergelink.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconmergelink.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconmoved.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconmoved.png index 0a8fdfe8744f19e2a8508ccb4b36c9e7e2ca30a0..8143bdb49250eabd4df76dd936292bac7e0e1415 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconmoved.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconmoved.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsync.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsync.png index ae840999a99ec7afce81abe57888ce7f99b0a95f..9dbd869feeb6f5439655184d48afbba6c3063049 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsync.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsync.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsync@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsync@2x.png index 3cb1207c122662c1113a3a45ca48cf5b73b48c49..0fa324d2e502b58be2d30b669acb80c574617a26 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsync@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsync@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsyncoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsyncoverlay@2x.png index f8577d39d5412a04681185f9b98bbf1822084bc6..964903e231bde1d0e4c64249c1947da6e8db7328 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsyncoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconoutofsyncoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplastic.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplastic.png index 68d240e4e8e8abcdbeb260b2ebce48ee71113cf9..3cd52a7f57a56f54d6b4d2654159ec67c58d3ccb 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplastic.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplastic.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict.png index 3184b1efd36c938fc22a13555ab2104f062301a8..683cdba53d10b0b648ab461fccc5e5823c67ceee 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict@2x.png index 16e28530ebb347870fd4fdc2d55bb62dd75ba633..c179bb4a12d0d0c2ae0802c5d59d572b88271b8c 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming.png index 1d2999c2832df6fc946456bfa4080bb3966b76fa..ebfa4d7fa36ca3eea9b2a1a3adfc305c8932cf03 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming@2x.png index 01075d34d547e923627f080d5d22d551898e3d76..6e600801a3b4df86007e24202b49df10675dc1e7 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticview.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticview.png index 0a8eba4e99ca662d11ccde7953d660e081cdae69..1d0d7999808dc4061062691891d0077fc489627d 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticview.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticview.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticview@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticview@2x.png index 4e454a928c2be776d905b46f880871365eaa3e57..eede6a92a06b95b89db59f93c68f914ff81a277d 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticview@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticview@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify.png index a1c1a9834f1f8575645ae53d3bc1bf1639e704d6..1d760a1e829588d12f58081fd4f50d3325a2ee24 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify@2x.png index b712ca56306be5cf9fc446e8f3435a06c05b6b10..5958d3ec3becaad4804ef077c83b5f9de724f8de 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconpressedclosebutton.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconpressedclosebutton.png index 04fac2b54014caf71a1adc7deca373fe7269ab71..3a466ef4215a9cabf3967ae63f71b9f8023b10b6 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconpressedclosebutton.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconpressedclosebutton.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconprivateoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconprivateoverlay@2x.png index bf2fcfc6642bc672ef79bc0be4499aa0889f8b12..820391faf95b2104f696fb038acee688a0e8f3a4 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconprivateoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconprivateoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconrepository.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconrepository.png index 8279df081c71124d1da2d63dd2e3dcc8b8cb6846..1a20ba46ddc465df5e597a8cbf37247a9adc8620 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconrepository.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconrepository.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconundo.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconundo.png index 480d96fe8d74c02bd84527181608ca1b47658e23..ce8ca003705a9bb887b1a8c88f8f53dbf06aeb7c 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconundo.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconundo.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconundo@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconundo@2x.png index 5cc438297eeca61b5030f6bac4994bee97a685af..48e79cec723e10d8b303bf0302061a5ed8e75c25 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconundo@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/iconundo@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ignored.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ignored.png index 07adffff3c0a447ba74dc672d222c7996858e792..ab28ae23b6f5b14c329915988d140d3caf87481a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ignored.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ignored.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ignoredoverlay@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ignoredoverlay@2x.png index 194fef183a89ed181c38a62089c19a81329cd8b1..89b29b2c1c6087b335bc1c60a89a81d201a2c40f 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ignoredoverlay@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ignoredoverlay@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/loading.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/loading.png index 8e8913e3533d08e18a6fa766f9347abe1c1a16d1..b1f7a303af34d0b78e711bf1d70d2cb02acbeee4 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/loading.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/loading.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/loading@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/loading@2x.png index f4dc7ad1c05ab1fc1ce597086f98f15ff7e6781d..29882d3ec84072dc946fecacbd55099cca9a3cc0 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/loading@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/loading@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/notondisk.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/notondisk.png index cfb6efee1e29476d5012ce033e0fab3869dc84d1..9f0a9a2ea6859158a245d1adef6d05b3fa40c510 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/notondisk.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/notondisk.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ok.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ok.png index de885fbbf9b7d9595938cb98bf8a754293ff8257..fd62a4b27386c0c7a9f264cbd6b9fd94b1756802 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ok.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/ok.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/refresh.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/refresh.png index 22751b5de558e9780529c68e9c840662b7952215..8225eae025f3b236d2334094daeb0eea2a5c77bc 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/refresh.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/refresh.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/refresh@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/refresh@2x.png index dcda2823412af6384dd901b530fa6f1dc5ffb93c..2587f50da882d0f7375044c37d09d5ea7313be0d 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/refresh@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/refresh@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/secondarytabclose.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/secondarytabclose.png index 206b27d3d3c7e1d13e3fa73e8114b9bc6253a404..0474c67fe679a09094f45044eb00cb5b4ed13651 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/secondarytabclose.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/secondarytabclose.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/secondarytabclosehover.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/secondarytabclosehover.png index ebc1263c79dd2b76e98d12fa7d29cb5a34f8003b..d718ff3ea54a6ced6a59d0eb93abff98e41a0db7 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/secondarytabclosehover.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/secondarytabclosehover.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step1.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step1.png index 52d51f6ec0013f141ff84faf3c055604e9a78ef8..4700771c767a4c4cd73852ba53c68e42fb358ce7 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step1.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step1.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step1@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step1@2x.png index 40ffb08b8078f9ff0c6ffb5d6aae9b66105ac184..4add73295d4e9ac90e9242fb5f24e35d5c0cd530 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step1@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step1@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step2.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step2.png index 15e8706cf3751c3b9fae4386f9f95d618f1073c6..fcc7ede3ca94dbfda9d85211c4c5ef9ecf20950d 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step2.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step2.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step2@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step2@2x.png index 150b7a24fdf5262930621554f0d2ddb2cb87ceb7..19676f11922f208cc0c9897a0ee935ab794c3737 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step2@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step2@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step3.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step3.png index 51c7bebc0232b1c092eca1057d42c2de05573524..9616f8dd28be8a8f94e3076de14784c054baf98e 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step3.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step3.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step3@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step3@2x.png index 21b175a961da956338aa0fb9ae263916d578319e..9af4c02b9e22227fd2a3a3bbd98a95a73ea2cbbc 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step3@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/step3@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/stepok.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/stepok.png index a0542f35dac17ddceb16030373705f6b8a4adcd3..bede02a0ab87a1aeed46d42aec3d02dc2d9b87bc 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/stepok.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/stepok.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/stepok@2x.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/stepok@2x.png index c9955d4465f58323b686e3eff4d3a34b61614955..06e6d214f2b97158feae41d2efe2ef29b4c171da 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/stepok@2x.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/stepok@2x.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/xlink.png b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/xlink.png index 656e25176d9f8a7489e3b4f87f1ffbce591dedba..aafcf9b89422ac324a6b81c997db1faadf73ca41 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/xlink.png and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Editor/PlasticSCM/Assets/Images/xlink.png differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll index 0d8c79adc73cd5a6c70f8e7c15a964b9dae62e22..0a5ae89ab276fa3f3659db49d89d3cdb8351983a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll index fa1e25348ac49fe118d166e7678f5bb55758aa1c..ce24334f3078e010c930fe4f53f7aba465f10686 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/log4netPlastic.dll b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/log4netPlastic.dll index c66ddb9886301486d4e9ea0a7f2c3ffdb2a203b0..9ff45baf33a421b15f1001ca6539cd2f95bc768a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/log4netPlastic.dll and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/log4netPlastic.dll differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/lz4x64Plastic.dll b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/lz4x64Plastic.dll index 53740c6d194e23aee4f323e3780b91a9bef576fe..04f2d709c9fc3ab5b067170faa1866a50250a405 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/lz4x64Plastic.dll and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/lz4x64Plastic.dll differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/unityplastic.dll b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/unityplastic.dll index 7259f24eb86e79147fe0393e770f4cc053547c06..5a1c4f428cf1dea91cbda13e48eb4a724647a458 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/unityplastic.dll and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/unityplastic.dll differ diff --git a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/zlib64Plastic.dll b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/zlib64Plastic.dll index e267cc922476f98e682177c9d675ee697b1f395d..68ec1389c5ecbe71011ffff4d53d8cb73905de3a 100644 Binary files a/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/zlib64Plastic.dll and b/Server/Library/PackageCache/com.unity.collab-proxy@2.0.0/Lib/Editor/PlasticSCM/zlib64Plastic.dll differ