Skip to content

Commit

Permalink
remove multiplayer.tools
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphicEdit committed Dec 30, 2023
1 parent cefe132 commit bf56507
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 585 deletions.
6 changes: 4 additions & 2 deletions DarkFlow/Assets/Editor/StartupSceneLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ static StartupSceneLoader()
{

#if UNITY_EDITOR
if (ParrelSync.ClonesManager.IsClone())


if (ClonesManager.IsClone())
{
string customArgument = ParrelSync.ClonesManager.GetArgument();
AuthenticationService.Instance.SwitchProfile($"Clone_{customArgument}_Profile");
//Debug.Log("_______" + AuthenticationService.Instance.GetPlayerNameAsync());
Debug.Log("_______" + AuthenticationService.Instance.GetPlayerNameAsync());
}
#endif

Expand Down
8 changes: 0 additions & 8 deletions DarkFlow/Assets/Samples.meta

This file was deleted.

8 changes: 0 additions & 8 deletions DarkFlow/Assets/Samples/Multiplayer Tools.meta

This file was deleted.

8 changes: 0 additions & 8 deletions DarkFlow/Assets/Samples/Multiplayer Tools/2.0.0-pre.5.meta

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bf56507

Please sign in to comment.