Skip to content

Instantly share code, notes, and snippets.

@kavyak28
Created January 20, 2021 06:31
Show Gist options
  • Save kavyak28/7414223c81896ba415fc114050f3ad75 to your computer and use it in GitHub Desktop.
Save kavyak28/7414223c81896ba415fc114050f3ad75 to your computer and use it in GitHub Desktop.
Bug #33_P2_ Arguement out Exception is found
C:\Users\Sooraj>adb logcat -s Unity
--------- beginning of system
--------- beginning of main
01-20 11:58:15.290 31646 31666 I Unity :
01-20 11:58:15.290 31646 31666 I Unity :
01-20 11:58:15.290 31646 31666 I Unity : StartTimer time 10 : => member name: StartTimer : => source line number: 44
01-20 11:58:15.290 31646 31666 I Unity :
01-20 11:58:15.290 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:15.290 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:15.290 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:15.290 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:15.290 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:15.290 31646 31666 I Unity : IJDV.MonopolyDeal.Utils.Timer:StartTimer(Single, OnTimerTick, OnTimeout) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:44)
01-20 11:58:15.290 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ShowLocalPlayerAsksMoneyWithOppPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1979)
01-20 11:58:15.290 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onShowActionUIEventToView(MonoPlayer, CardAction, PlayerAction) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets
01-20 11:58:15.451 31646 31666 I Unity :
01-20 11:58:15.451 31646 31666 I Unity :
01-20 11:58:15.451 31646 31666 I Unity : OnLocalPlayerPlayCardToTheCenterPile tween complete : => member name: OnLocalPlayerPlayCardToTheCenterPile : => source line number: 1580
01-20 11:58:15.451 31646 31666 I Unity :
01-20 11:58:15.451 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:15.451 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:15.451 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:15.451 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:15.451 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:15.451 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass149_0:<OnLocalPlayerPlayCardToTheCenterPile>b__2(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1580)
01-20 11:58:15.451 31646 31666 I Unity : IJDV.MonopolyDeal.View.<>c__DisplayClass114_0:<SetParentAndUpdatePosition>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:540)
01-20 11:58:15.451 31646 31666 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.lean
01-20 11:58:19.594 31646 31666 I Unity :
01-20 11:58:19.594 31646 31666 I Unity :
01-20 11:58:19.594 31646 31666 I Unity : turnTimer on Timeout True : => member name: ShowTurnTimer : => source line number: 676
01-20 11:58:19.594 31646 31666 I Unity :
01-20 11:58:19.594 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:19.594 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:19.594 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:19.594 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:19.594 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:19.594 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:676)
01-20 11:58:19.594 31646 31666 I Unity : IJDV.MonopolyDeal.Utils.<IStartTimer>d__19:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:81)
01-20 11:58:19.594 31646 31666 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 11:58:19.594 31646 31666 I Unity :
01-20 11:58:19.594 31646 31666 I Unity : (Filename: D Line: 0)
01-20 11:58:19.594 31646 31666 I Unity :
01-20 11:58:19.600 31646 31666 I Unity :
01-20 11:58:19.600 31646 31666 I Unity :
01-20 11:58:19.600 31646 31666 I Unity : On PASS from Tom : => member name: onLocalPlayerPassFromView : => source line number: 1573
01-20 11:58:19.600 31646 31666 I Unity :
01-20 11:58:19.600 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:19.600 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:19.600 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:19.600 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:19.600 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:19.600 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1573)
01-20 11:58:19.600 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerTurnTimeout(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1855)
01-20 11:58:19.600 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal
01-20 11:58:19.603 31646 31666 I Unity :
01-20 11:58:19.603 31646 31666 I Unity :
01-20 11:58:19.603 31646 31666 I Unity : On Pass: canPlay: True : => member name: onLocalPlayerPassFromView : => source line number: 1602
01-20 11:58:19.603 31646 31666 I Unity :
01-20 11:58:19.603 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:19.603 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:19.603 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:19.603 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:19.603 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:19.603 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1602)
01-20 11:58:19.603 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerTurnTimeout(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1855)
01-20 11:58:19.603 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopo
01-20 11:58:19.607 31646 31666 I Unity :
01-20 11:58:19.607 31646 31666 I Unity :
01-20 11:58:19.607 31646 31666 I Unity : onUpdatePlayerPlayStateEventToView name: Tom id: 2 seat: 0 type: LOCAL isAi: False playState NONE handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 11:58:19.607 31646 31666 I Unity :
01-20 11:58:19.607 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:19.607 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:19.607 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:19.607 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:19.607 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:19.607 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 11:58:19.607 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:endMyTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:972)
01-20 11:58:19.607 31646 31666 I Unity : IJDV.MonopolyDeal.Contro
01-20 11:58:19.618 31646 31666 I Unity :
01-20 11:58:19.618 31646 31666 I Unity :
01-20 11:58:19.618 31646 31666 I Unity : End Trun isLocalPlayer? True id 2 : => member name: EndTurn : => source line number: 1182
01-20 11:58:19.618 31646 31666 I Unity :
01-20 11:58:19.618 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:19.618 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:19.618 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:19.618 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:19.618 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:19.618 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1182)
01-20 11:58:19.618 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1201)
01-20 11:58:19.618 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:792)
01-20 11:58:19.618 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.Mono
01-20 11:58:19.626 31646 31666 I Unity :
01-20 11:58:19.626 31646 31666 I Unity :
01-20 11:58:19.626 31646 31666 I Unity : turnTimer on Timeout False : => member name: ShowTurnTimer : => source line number: 676
01-20 11:58:19.626 31646 31666 I Unity :
01-20 11:58:19.626 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:19.626 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:19.626 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:19.626 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:19.626 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:19.626 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:676)
01-20 11:58:19.626 31646 31666 I Unity : IJDV.MonopolyDeal.Utils.Timer:StopTimer() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:67)
01-20 11:58:19.626 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1185)
01-20 11:58:19.626 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\Monopoly
01-20 11:58:19.637 31646 31666 I Unity :
01-20 11:58:19.637 31646 31666 I Unity :
01-20 11:58:19.637 31646 31666 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 11:58:19.637 31646 31666 I Unity :
01-20 11:58:19.637 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:19.637 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:19.637 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:19.637 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:19.637 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:19.637 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 11:58:19.637 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 11:58:19.637 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1189)
01-20 11:58:19.637 31646 31666 I Unity : IJDV
01-20 11:58:19.654 31646 31666 I Unity :
01-20 11:58:19.654 31646 31666 I Unity :
01-20 11:58:19.654 31646 31666 I Unity : ClearCacheCurSelectedUICard type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash -1878752384 : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 11:58:19.654 31646 31666 I Unity :
01-20 11:58:19.654 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:19.654 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:19.654 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:19.654 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:19.654 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:19.654 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 11:58:19.654 31646 31666 I Unity : IJDV.MonopolyDeal.View.UICard:ResetCardToHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:666)
01-20 11:58:19.654 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDeal
01-20 11:58:19.661 31646 31666 I Unity :
01-20 11:58:19.661 31646 31666 I Unity :
01-20 11:58:19.661 31646 31666 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 11:58:19.661 31646 31666 I Unity :
01-20 11:58:19.661 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:19.661 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:19.661 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:19.661 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:19.661 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:19.661 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 11:58:19.661 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 11:58:19.661 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 11:58:20.110 31646 31666 I Unity :
01-20 11:58:20.110 31646 31666 I Unity :
01-20 11:58:20.110 31646 31666 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 11:58:20.110 31646 31666 I Unity :
01-20 11:58:20.110 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:20.110 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:20.110 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:20.110 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:20.110 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:20.110 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 11:58:20.110 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1183)
01-20 11:58:20.110 31646 31666 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 11:58:20.110 31646 31666 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Libr
01-20 11:58:20.212 31646 31666 I Unity :
01-20 11:58:20.212 31646 31666 I Unity :
01-20 11:58:20.212 31646 31666 I Unity : UIView on set turn... 3 : => member name: onSetTurn : => source line number: 1657
01-20 11:58:20.212 31646 31666 I Unity :
01-20 11:58:20.212 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:20.212 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:20.212 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:20.212 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:20.212 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:20.212 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 11:58:20.212 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 11:58:20.212 31646 31666 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 11:58:20.212 31646 31666 I Unity : System.Reflection.MonoMethod:Internal
01-20 11:58:20.217 31646 31666 I Unity :
01-20 11:58:20.217 31646 31666 I Unity :
01-20 11:58:20.217 31646 31666 I Unity : SetTurn to 3 : => member name: SetTurn : => source line number: 656
01-20 11:58:20.217 31646 31666 I Unity :
01-20 11:58:20.217 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:20.217 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:20.217 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:20.217 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:20.217 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:20.217 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 11:58:20.217 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 11:58:20.217 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 11:58:20.217 31646 31666 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 11:58:20.222 31646 31666 I Unity :
01-20 11:58:20.222 31646 31666 I Unity :
01-20 11:58:20.222 31646 31666 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 11:58:20.222 31646 31666 I Unity :
01-20 11:58:20.222 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:20.222 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:20.222 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:20.222 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:20.222 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:20.222 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 11:58:20.222 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 11:58:20.222 31646 31666 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 11:58:20.222 31646 31666 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 11:58:20.690 31646 31666 I Unity :
01-20 11:58:20.690 31646 31666 I Unity :
01-20 11:58:20.690 31646 31666 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 11:58:20.690 31646 31666 I Unity :
01-20 11:58:20.690 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:20.690 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:20.690 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:20.690 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:20.690 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:20.690 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 11:58:20.690 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 11:58:20.690 31646 31666 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 11:58:20.690 31646 31666 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 11:58:21.226 31646 31666 I Unity :
01-20 11:58:21.226 31646 31666 I Unity :
01-20 11:58:21.226 31646 31666 I Unity : onSetTurnTimerEventToView 3 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 11:58:21.226 31646 31666 I Unity :
01-20 11:58:21.226 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.226 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.226 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.226 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.226 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.226 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 11:58:21.226 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 11:58:21.226 31646 31666 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 11:58:21.230 31646 31666 I Unity :
01-20 11:58:21.230 31646 31666 I Unity :
01-20 11:58:21.230 31646 31666 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-20 11:58:21.230 31646 31666 I Unity :
01-20 11:58:21.230 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.230 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.230 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.230 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.230 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.230 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 11:58:21.230 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 11:58:21.230 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDe
01-20 11:58:21.233 31646 31666 I Unity :
01-20 11:58:21.233 31646 31666 I Unity :
01-20 11:58:21.233 31646 31666 I Unity : onUpdatePlayerPlayStateEventToView name: Yui id: 3 seat: 1 type: OPPONENT isAi: False playState READY_TO_PLAY handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 11:58:21.233 31646 31666 I Unity :
01-20 11:58:21.233 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.233 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.233 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.233 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.233 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.233 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 11:58:21.233 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 11:58:21.233 31646 31666 I Unity : <ExecuteAfte
01-20 11:58:21.237 31646 31666 I Unity :
01-20 11:58:21.237 31646 31666 I Unity :
01-20 11:58:21.237 31646 31666 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 11:58:21.237 31646 31666 I Unity :
01-20 11:58:21.237 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.237 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.237 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.237 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.237 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.237 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 11:58:21.237 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 11:58:21.237 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 11:58:21.241 31646 31666 I Unity :
01-20 11:58:21.241 31646 31666 I Unity :
01-20 11:58:21.241 31646 31666 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 11:58:21.241 31646 31666 I Unity :
01-20 11:58:21.241 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.241 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.241 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.241 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.241 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.241 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 11:58:21.241 31646 31666 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 11:58:21.241 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 11:58:21.528 31646 31666 I Unity :
01-20 11:58:21.528 31646 31666 I Unity :
01-20 11:58:21.528 31646 31666 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 11:58:21.528 31646 31666 I Unity :
01-20 11:58:21.528 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.528 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.528 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.528 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.528 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.528 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 11:58:21.528 31646 31666 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 11:58:21.528 31646 31666 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:58:21.528 31646 31666 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:58:21.528 31646 31666 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 11:58:21.534 31646 31666 I Unity :
01-20 11:58:21.534 31646 31666 I Unity :
01-20 11:58:21.534 31646 31666 I Unity : **Cards: 2 : => member name: deSerilaize : => source line number: 29
01-20 11:58:21.534 31646 31666 I Unity :
01-20 11:58:21.534 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.534 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.534 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.534 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.534 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.534 31646 31666 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 11:58:21.534 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 11:58:21.534 31646 31666 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 11:58:21.534 31646 31666 I Unity : System.Reflection.MonoMethod:Internal
01-20 11:58:21.539 31646 31666 I Unity :
01-20 11:58:21.539 31646 31666 I Unity :
01-20 11:58:21.539 31646 31666 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 11:58:21.539 31646 31666 I Unity :
01-20 11:58:21.539 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.539 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.539 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.539 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.539 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.539 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 11:58:21.539 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 11:58:21.539 31646 31666 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 11:58:21.539 31646 31666 I Unity : System.Reflection.Mo
01-20 11:58:21.546 31646 31666 I Unity :
01-20 11:58:21.546 31646 31666 I Unity :
01-20 11:58:21.546 31646 31666 I Unity : ==============PLAYER MOVE===========
01-20 11:58:21.546 31646 31666 I Unity : From: Yui
01-20 11:58:21.546 31646 31666 I Unity : To: Yui
01-20 11:58:21.546 31646 31666 I Unity : ToPile: HAND_PILE
01-20 11:58:21.546 31646 31666 I Unity : Properties:
01-20 11:58:21.546 31646 31666 I Unity : isValidMv: True
01-20 11:58:21.546 31646 31666 I Unity : CardsMoved
01-20 11:58:21.546 31646 31666 I Unity : type: PROPERTY_CARD action: RAILROAD uid: 52 money: 2 isPureWild: False colors: 1 Hash 1452919040
01-20 11:58:21.546 31646 31666 I Unity : type: ACTION_CARD action: MY_BIRTHDAY uid: 16 money: 2 isPureWild: False colors: 1 Hash -681442560
01-20 11:58:21.546 31646 31666 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 11:58:21.546 31646 31666 I Unity :
01-20 11:58:21.546 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.546 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.546 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.546 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.546 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.546 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 11:58:21.546 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealCo
01-20 11:58:21.553 31646 31666 I Unity :
01-20 11:58:21.553 31646 31666 I Unity :
01-20 11:58:21.553 31646 31666 I Unity : from: Yui to: Yui : => member name: onOthersCardMove : => source line number: 709
01-20 11:58:21.553 31646 31666 I Unity :
01-20 11:58:21.553 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.553 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.553 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.553 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.553 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.553 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 11:58:21.553 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 11:58:21.553 31646 31666 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 11:58:21.553 31646 31666 I Unity : System.Reflection.M
01-20 11:58:21.559 31646 31666 I Unity :
01-20 11:58:21.559 31646 31666 I Unity :
01-20 11:58:21.559 31646 31666 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 11:58:21.559 31646 31666 I Unity :
01-20 11:58:21.559 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.559 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.559 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.559 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.559 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.559 31646 31666 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 11:58:21.559 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:754)
01-20 11:58:21.559 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777
01-20 11:58:21.567 31646 31666 I Unity :
01-20 11:58:21.567 31646 31666 I Unity :
01-20 11:58:21.567 31646 31666 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 11:58:21.567 31646 31666 I Unity :
01-20 11:58:21.567 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.567 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.567 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.567 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.567 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.567 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 11:58:21.567 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 11:58:21.567 31646 31666 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 11:58:21.575 31646 31666 I Unity :
01-20 11:58:21.575 31646 31666 I Unity :
01-20 11:58:21.575 31646 31666 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 11:58:21.575 31646 31666 I Unity :
01-20 11:58:21.575 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:21.575 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:21.575 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:21.575 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:21.575 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:21.575 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 11:58:21.575 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 11:58:21.575 31646 31666 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 11:58:25.344 31646 31666 I Unity :
01-20 11:58:25.344 31646 31666 I Unity :
01-20 11:58:25.344 31646 31666 I Unity : ShowLocalPlayerAsksMoneyWithOppPanel Card Timeout True : => member name: ShowLocalPlayerAsksMoneyWithOppPanel : => source line number: 1984
01-20 11:58:25.344 31646 31666 I Unity :
01-20 11:58:25.344 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:25.344 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:25.344 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:25.344 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:25.344 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:25.344 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:<ShowLocalPlayerAsksMoneyWithOppPanel>b__174_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1984)
01-20 11:58:25.344 31646 31666 I Unity : IJDV.MonopolyDeal.Utils.<IStartTimer>d__19:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:81)
01-20 11:58:25.344 31646 31666 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Ru
01-20 11:58:25.459 31646 31666 D Unity : Uploading Crash Report
01-20 11:58:25.460 31646 31666 E Unity : ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
01-20 11:58:25.460 31646 31666 E Unity : Parameter name: index
01-20 11:58:25.460 31646 31666 E Unity : at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00029] in <625030e3cf2d4a33b73d8fa4030fc317>:0
01-20 11:58:25.460 31646 31666 E Unity : at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <625030e3cf2d4a33b73d8fa4030fc317>:0
01-20 11:58:25.460 31646 31666 E Unity : at IJDV.MonopolyDeal.Model.MonoPlayer.createRequest (System.Collections.Generic.List`1[T] cardsDropped, System.Collections.Generic.List`1[T] allPlayers) [0x004ae] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:3347
01-20 11:58:25.460 31646 31666 E Unity : at IJDV.MonopolyDeal.Controller.MonoDealController.onRequestActionTimeout (IJDV.MonopolyDeal.Model.MonoPlayer player) [0x00001] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1950
01-20 11:58:25.460 31646 31666 E Unity : at IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController.<ShowLocalPlayer
01-20 11:58:46.968 31646 31646 I Unity : onPause
01-20 11:58:47.008 31646 31666 I Unity :
01-20 11:58:47.008 31646 31666 I Unity :
01-20 11:58:47.008 31646 31666 I Unity : OnApplicationPause paused? True _correcTimerAfterPauseAndResume? False : => member name: OnApplicationPause : => source line number: 108
01-20 11:58:47.008 31646 31666 I Unity :
01-20 11:58:47.008 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:47.008 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:47.008 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:47.008 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:47.008 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:47.008 31646 31666 I Unity : IJDV.MonopolyDeal.Utils.Timer:OnApplicationPause(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:108)
01-20 11:58:47.008 31646 31666 I Unity :
01-20 11:58:47.008 31646 31666 I Unity : (Filename: D Line: 0)
01-20 11:58:47.008 31646 31666 I Unity :
01-20 11:58:47.009 31646 31666 I Unity :
01-20 11:58:47.009 31646 31666 I Unity :
01-20 11:58:47.009 31646 31666 I Unity : OnApplicationPause paused? True _correcTimerAfterPauseAndResume? False : => member name: OnApplicationPause : => source line number: 108
01-20 11:58:47.009 31646 31666 I Unity :
01-20 11:58:47.009 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:47.009 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:47.009 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:47.009 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:47.009 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:47.009 31646 31666 I Unity : IJDV.MonopolyDeal.Utils.Timer:OnApplicationPause(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:108)
01-20 11:58:47.009 31646 31666 I Unity :
01-20 11:58:47.009 31646 31666 I Unity : (Filename: D Line: 0)
01-20 11:58:47.009 31646 31666 I Unity :
01-20 11:58:47.047 31646 31666 I Unity :
01-20 11:58:47.047 31646 31666 I Unity :
01-20 11:58:47.047 31646 31666 I Unity : All others are NOT paused... : => member name: isAllOthersArePaused : => source line number: 887
01-20 11:58:47.047 31646 31666 I Unity :
01-20 11:58:47.047 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:47.047 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:47.047 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:47.047 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:47.047 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:47.047 31646 31666 I Unity : PhotonManager:isAllOthersArePaused() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:887)
01-20 11:58:47.047 31646 31666 I Unity : PhotonManager:OnPaused(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:930)
01-20 11:58:47.047 31646 31666 I Unity : PhotonManager:OnApplicationPause(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:911)
01-20 11:58:47.047 31646 31666 I Unity :
01-20 11:58:47.047 31646 31666 I Unity : (Filename: D Line: 0)
01-20 11:58:47.047 31646 31666 I Unity :
01-20 11:58:47.054 31646 31666 I Unity :
01-20 11:58:47.054 31646 31666 I Unity :
01-20 11:58:47.054 31646 31666 I Unity : OnApplicationPause True : => member name: OnApplicationPause : => source line number: 276
01-20 11:58:47.054 31646 31666 I Unity :
01-20 11:58:47.054 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:47.054 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:47.054 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:47.054 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:47.054 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:47.054 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnApplicationPause(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:276)
01-20 11:58:47.054 31646 31666 I Unity :
01-20 11:58:47.054 31646 31666 I Unity : (Filename: D Line: 0)
01-20 11:58:47.054 31646 31666 I Unity :
01-20 11:58:47.056 31646 31666 I Unity :
01-20 11:58:47.056 31646 31666 I Unity :
01-20 11:58:47.056 31646 31666 I Unity : Paused... : => member name: onAppPaused : => source line number: 1848
01-20 11:58:47.056 31646 31666 I Unity :
01-20 11:58:47.056 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:47.056 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:47.056 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:47.056 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:47.056 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:47.056 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onAppPaused(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1848)
01-20 11:58:47.056 31646 31666 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnApplicationPause(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:277)
01-20 11:58:47.056 31646 31666 I Unity :
01-20 11:58:47.056 31646 31666 I Unity : (Filename: D Line: 0)
01-20 11:58:47.056 31646 31666 I Unity :
01-20 11:58:47.057 31646 31666 I Unity :
01-20 11:58:47.057 31646 31666 I Unity :
01-20 11:58:47.057 31646 31666 I Unity : OnApplicationPause paused? True _correcTimerAfterPauseAndResume? False : => member name: OnApplicationPause : => source line number: 108
01-20 11:58:47.057 31646 31666 I Unity :
01-20 11:58:47.057 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:47.057 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:47.057 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:47.057 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:47.057 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:47.057 31646 31666 I Unity : IJDV.MonopolyDeal.Utils.Timer:OnApplicationPause(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:108)
01-20 11:58:47.057 31646 31666 I Unity :
01-20 11:58:47.057 31646 31666 I Unity : (Filename: D Line: 0)
01-20 11:58:47.057 31646 31666 I Unity :
01-20 11:58:47.064 31646 31666 I Unity :
01-20 11:58:47.064 31646 31666 I Unity :
01-20 11:58:47.064 31646 31666 I Unity : OnApplicationPause paused? True _correcTimerAfterPauseAndResume? False : => member name: OnApplicationPause : => source line number: 108
01-20 11:58:47.064 31646 31666 I Unity :
01-20 11:58:47.064 31646 31666 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:58:47.064 31646 31666 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:58:47.064 31646 31666 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:58:47.064 31646 31666 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:58:47.064 31646 31666 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:58:47.064 31646 31666 I Unity : IJDV.MonopolyDeal.Utils.Timer:OnApplicationPause(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:108)
01-20 11:58:47.064 31646 31666 I Unity :
01-20 11:58:47.064 31646 31666 I Unity : (Filename: D Line: 0)
01-20 11:58:47.064 31646 31666 I Unity :
01-20 11:58:47.079 31646 31666 D Unity : Sensor : Accelerometer ( 1) ; 0.002396 / 0.00s ; BMI120 Accelerometer / BOSCH
01-20 11:58:47.104 31646 31646 I Unity : windowFocusChanged: false
01-20 11:58:47.118 31646 31666 D Unity : SetWindow 0 0x0
01-20 11:58:48.025 31646 31646 I Unity : onDestroy
01-20 11:59:17.930 32393 32393 D Unity : CommandLine:
01-20 11:59:17.954 32393 32393 I Unity : onResume
01-20 11:59:17.982 32393 32412 D Unity : SetWindow 0 0xcb02c808
01-20 11:59:17.982 32393 32412 D Unity : SetWindow 0 0xcb02c808
01-20 11:59:18.006 32393 32393 I Unity : windowFocusChanged: true
01-20 11:59:18.059 32393 32412 D Unity : Enabling Unity systrace
01-20 11:59:18.073 32393 32412 D Unity : [VFS] Mount /data/app/com.monopoly.deal-RoOHx6H0p_eEQAVCiTL-2A==/base.apk
01-20 11:59:18.077 32393 32412 D Unity : Loading player data from /data/app/com.monopoly.deal-RoOHx6H0p_eEQAVCiTL-2A==/base.apk/assets/bin/Data/data.unity3d
01-20 11:59:18.089 32393 32412 I Unity : SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 8, Memory = 3730mb
01-20 11:59:18.089 32393 32412 I Unity : SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf)
01-20 11:59:18.089 32393 32412 I Unity : ApplicationInfo com.monopoly.deal version A7.1 build 221051af-ca83-4e4c-9712-01a43d476fb7
01-20 11:59:18.089 32393 32412 I Unity : Built from '2019.4/staging' branch, Version '2019.4.11f1 (2d9804dddde7)', Build type 'Development', Scripting Backend 'mono', CPU 'armeabi-v7a', Stripping 'Disabled'
01-20 11:59:18.095 32393 32412 D Unity : Mono path[0] = '/data/app/com.monopoly.deal-RoOHx6H0p_eEQAVCiTL-2A==/base.apk/assets/bin/Data/Managed'
01-20 11:59:18.095 32393 32412 D Unity : Mono config path = 'assets/bin/Data/Managed/etc'
01-20 11:59:18.095 32393 32412 D Unity : PlayerConnection initialized from /data/app/com.monopoly.deal-RoOHx6H0p_eEQAVCiTL-2A==/base.apk/assets/bin/Data (debug = 0)
01-20 11:59:18.095 32393 32412 D Unity : PlayerConnection initialized network socket : 0.0.0.0 55193
01-20 11:59:18.095 32393 32412 D Unity : PlayerConnection initialized unix socket : Unity-com.monopoly.deal
01-20 11:59:18.096 32393 32412 D Unity : Multi-casting "[IP] 25.192.20.74 [Port] 55193 [Flags] 2 [Guid] 2326975561 [EditorId] 3974605067 [Version] 1048832 [Id] AndroidPlayer(Xiaomi_Mi_A2@192.168.1.65) [Debug] 0 [PackageName] AndroidPlayer [ProjectName] Monopoly Deal" to [225.0.0.222:54997]...
01-20 11:59:18.096 32393 32412 D Unity : Started listening to [0.0.0.0:55193]
01-20 11:59:18.167 32393 32412 D Unity : [EGL] Attaching window :0xcb02c808
01-20 11:59:18.167 32393 32412 D Unity : InitializeScriptEngine OK (0xe0f48f00)
01-20 11:59:18.168 32393 32412 D Unity : PlayerConnection already initialized - listening to [0.0.0.0:55193]
01-20 11:59:18.220 32393 32412 D Unity : Loading player data from assets/bin/Data/data.unity3d
01-20 11:59:18.223 32393 32412 D Unity : PlayerInitEngineNoGraphics OK
01-20 11:59:18.223 32393 32412 D Unity : AndroidGraphics::Startup window = 0xcb02c808
01-20 11:59:18.223 32393 32412 D Unity : [EGL] Attaching window :0xcb02c808
01-20 11:59:18.239 32393 32412 D Unity : [Subsystems] Discovering subsystems at path assets/bin/Data/UnitySubsystems
01-20 11:59:18.272 32393 32412 D Unity : [EGL] Request: ES 2.0 RGB0 000 0/0
01-20 11:59:18.273 32393 32412 D Unity : [EGL] Found: ID[1] ES 2.0 RGB16 565 0/0
01-20 11:59:18.273 32393 32412 D Unity : GfxDevice: creating device client; threaded=1
01-20 11:59:18.273 32393 32412 D Unity : [EGL] Request: ES 2.0 RGB0 000 0/0
01-20 11:59:18.274 32393 32412 D Unity : [EGL] Found: ID[1] ES 2.0 RGB16 565 0/0
01-20 11:59:18.274 32393 32412 D Unity : [EGL] Request: ES 2.0 RGBA32 8888 0/0
01-20 11:59:18.275 32393 32412 D Unity : [EGL] Found: ID[9] ES 2.0 RGBA32 8888 0/0
01-20 11:59:18.278 32393 32412 D Unity : ANativeWindow: (1080/2160) RequestedResolution: (0/0) RenderingResolution: (0/0) EGLSurface: (1080/2160)
01-20 11:59:18.299 32393 32412 D Unity : Renderer: Adreno (TM) 512
01-20 11:59:18.299 32393 32412 D Unity : Vendor: Qualcomm
01-20 11:59:18.299 32393 32412 D Unity : Version: OpenGL ES 3.2 V@269.0 (GIT@e480280, I1696958cf4) (Date:05/25/18)
01-20 11:59:18.299 32393 32412 D Unity : GLES: 3
01-20 11:59:18.299 32393 32412 D Unity : GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_half_float GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_compressed_ETC1_RGB8_texture GL_AMD_compressed_ATC_texture GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_OES_texture_compression_astc GL_OES_texture_npot GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_OES_texture_3D GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_QCOM_alpha_test GL_OES_depth24 GL_OES_packed_depth_stencil GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_EXT_sRGB GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_sRGB_decode GL_OES_element_index_uint GL_EXT_copy_image GL_EXT_geometry_shader GL_EXT_tessellation_shader GL_OES_texture_stencil8 GL_EXT_shader_io_blocks GL_OES_shader_image_atomic GL_OES_sample_variables GL_EXT_texture_border_clamp GL_EXT_multisampled_render_to_texture GL_EXT_mul
01-20 11:59:18.299 32393 32412 D Unity : tisampled_render_to_texture2 GL_OES_shader_multisample_interpolation GL_EXT_texture_cube_map_array GL_EXT_draw_buffers_indexed GL_EXT_gpu_shader5 GL_EXT_robustness GL_EXT_texture_buffer GL_EXT_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_OES_texture_storage_multisample_2d_array GL_OES_sample_shading GL_OES_get_program_binary GL_EXT_debug_label GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_QCOM_tiled_rendering GL_ANDROID_extension_pack_es31a GL_EXT_primitive_bounding_box GL_OES_standard_derivatives GL_OES_vertex_array_object GL_EXT_disjoint_timer_query GL_KHR_debug GL_EXT_YUV_target GL_EXT_sRGB_write_control GL_EXT_texture_norm16 GL_EXT_discard_framebuffer GL_OES_surfaceless_context GL_OVR_multiview GL_OVR_multiview2 GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_EXT_debug_marker GL_OES_EGL_image_external_essl3 GL_OVR_multiview_multisampled_render_to_texture GL_EXT_buffer_storage GL_EXT_external_buffer GL_EXT_blit_framebuffer_params GL_EXT_clip_cull_distance
01-20 11:59:18.299 32393 32412 D Unity : GL_EXT_protected_textures GL_EXT_shader_non_constant_global_initializers GL_QCOM_texture_foveated GL_QCOM_shader_framebuffer_fetch_noncoherent GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_EGL_image_array GL_NV_shader_noperspective_interpolation
01-20 11:59:18.309 32393 32412 D Unity : OPENGL LOG: Creating OpenGL ES 2.0 graphics device ; Context level <OpenGL ES 2.0> ; Context handle -941867776
01-20 11:59:18.320 32393 32412 D Unity : [EGL] Attaching window :0xcb02c808
01-20 11:59:18.321 32393 32412 D Unity : Requested framebuffer: resolution[1080x2160], rgba[8/8/8/8], depth+stencil[on], samples[2]
01-20 11:59:18.321 32393 32412 D Unity : Created framebuffer: resolution[1080x2160], rgba[8/8/8/8], depth+stencil[24/8], samples[2] (MSAA)
01-20 11:59:18.339 32393 32412 D Unity : [EGL] Attaching window :0xcb02c808
01-20 11:59:18.339 32393 32412 D Unity : Initialize engine version: 2019.4.11f1 (2d9804dddde7)
01-20 11:59:18.394 32393 32412 D Unity : Begin MonoManager ReloadAssembly
01-20 11:59:18.396 32393 32412 D Unity : Script Patching: Patch files are not available, '/storage/emulated/0/Android/data/com.monopoly.deal/cache/ScriptOnly/2019.4.11f1/mono/patch.config' is missing.
01-20 11:59:18.764 32393 32412 D Unity : - Completed reload, in 0.369 seconds
01-20 11:59:18.927 32393 32412 D Unity : PlayerInitEngineGraphics OK
01-20 11:59:18.929 32393 32412 D Unity : Found 41 native sensors
01-20 11:59:18.932 32393 32412 D Unity : Sensor : Accelerometer ( 1) ; 0.002396 / 0.00s ; BMI120 Accelerometer / BOSCH
01-20 11:59:18.940 32393 32412 D Unity : Sensor : Accelerometer ( 1) ; 0.002396 / 0.00s ; BMI120 Accelerometer / BOSCH
01-20 11:59:18.953 32393 32412 D Unity : SetWindow 0 0xcb02c808
01-20 11:59:18.954 32393 32412 D Unity : [EGL] Attaching window :0xcb02c808
01-20 11:59:21.028 32393 32412 D Unity : UnloadTime: 9.004115 ms
01-20 11:59:21.039 32393 32412 D Unity : UUID: db256273cb485e09 => f25b39f266aad63c4740a07ba93a1e65
01-20 11:59:21.137 32393 32412 I Unity : OdinSerializer detected Android architecture 'armv8l' for determining unaligned read/write capabilities. Unaligned read/write support: all=False, float=False
01-20 11:59:21.137 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:21.137 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:21.137 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:21.137 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:21.137 32393 32412 I Unity : Ludiq.OdinSerializer.ArchitectureInfo:SetIsOnAndroid(String)
01-20 11:59:21.137 32393 32412 I Unity : Ludiq.OdinSerializer.UnitySerializationInitializer:Initialize()
01-20 11:59:21.137 32393 32412 I Unity : Ludiq.OdinSerializer.UnitySerializationInitializer:InitializeRuntime()
01-20 11:59:21.137 32393 32412 I Unity :
01-20 11:59:21.137 32393 32412 I Unity : (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
01-20 11:59:21.137 32393 32412 I Unity :
01-20 11:59:21.299 32393 32412 I Unity : Odin Serializer ArchitectureInfo initialization with defaults (all unaligned read/writes disabled).
01-20 11:59:21.299 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:21.299 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:21.299 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:21.299 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:21.299 32393 32412 I Unity : Sirenix.Serialization.ArchitectureInfo:.cctor()
01-20 11:59:21.299 32393 32412 I Unity : Sirenix.Serialization.UnitySerializationInitializer:Initialize()
01-20 11:59:21.299 32393 32412 I Unity : Sirenix.Serialization.UnitySerializationInitializer:InitializeRuntime()
01-20 11:59:21.299 32393 32412 I Unity :
01-20 11:59:21.299 32393 32412 I Unity : (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
01-20 11:59:21.299 32393 32412 I Unity :
01-20 11:59:21.319 32393 32412 I Unity : Odin Serializer detected non-white-listed runtime platform Android; disabling all unaligned memory read/writes.
01-20 11:59:21.319 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:21.319 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:21.319 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:21.319 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:21.319 32393 32412 I Unity : Sirenix.Serialization.ArchitectureInfo:SetRuntimePlatform(RuntimePlatform)
01-20 11:59:21.319 32393 32412 I Unity : Sirenix.Serialization.UnitySerializationInitializer:Initialize()
01-20 11:59:21.319 32393 32412 I Unity : Sirenix.Serialization.UnitySerializationInitializer:InitializeRuntime()
01-20 11:59:21.319 32393 32412 I Unity :
01-20 11:59:21.319 32393 32412 I Unity : (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
01-20 11:59:21.319 32393 32412 I Unity :
01-20 11:59:21.385 32393 32412 I Unity :
01-20 11:59:21.385 32393 32412 I Unity :
01-20 11:59:21.385 32393 32412 I Unity : cam.aspect : 0.5 aspect 0.5 width 1080 height 2160 : => member name: Init : => source line number: 66
01-20 11:59:21.385 32393 32412 I Unity :
01-20 11:59:21.385 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:21.385 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:21.385 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:21.385 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:21.385 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:21.385 32393 32412 I Unity : UIRootScaler:Init() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\Utils\UIRootScaler.cs:66)
01-20 11:59:21.385 32393 32412 I Unity : UIRootScaler:OnEnable() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\Utils\UIRootScaler.cs:44)
01-20 11:59:21.385 32393 32412 I Unity :
01-20 11:59:21.385 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:21.385 32393 32412 I Unity :
01-20 11:59:21.390 32393 32412 I Unity :
01-20 11:59:21.390 32393 32412 I Unity :
01-20 11:59:21.390 32393 32412 I Unity : ChangeUIRootSize ratio Sixteen_X_Nine size 720 orientation Landscape : => member name: ChangeUIRootSize : => source line number: 52
01-20 11:59:21.390 32393 32412 I Unity :
01-20 11:59:21.390 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:21.390 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:21.390 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:21.390 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:21.390 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:21.390 32393 32412 I Unity : UIRootScaler:ChangeUIRootSize(Int32, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\Utils\UIRootScaler.cs:52)
01-20 11:59:21.390 32393 32412 I Unity : UIRootScaler:Init() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\Utils\UIRootScaler.cs:131)
01-20 11:59:21.390 32393 32412 I Unity : UIRootScaler:OnEnable() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\Utils\UIRootScaler.cs:44)
01-20 11:59:21.390 32393 32412 I Unity :
01-20 11:59:21.390 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:21.390 32393 32412 I Unity :
01-20 11:59:21.460 32393 32412 D Unity : Sensor : Accelerometer ( 1) ; 0.002396 / 0.00s ; BMI120 Accelerometer / BOSCH
01-20 11:59:21.470 32393 32412 D Unity : Choreographer available: Enabling VSYNC timing
01-20 11:59:23.207 32393 32457 D Unity : Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
01-20 11:59:23.301 32393 32412 D Unity : UnloadTime: 30.507604 ms
01-20 11:59:23.772 32393 32412 D Unity : Unable to lookup library path for 'PhotonCryptoPlugin', native render plugin support disabled.
01-20 11:59:23.788 32393 32412 E Unity : Unable to find PhotonCryptoPlugin
01-20 11:59:23.844 32393 32412 D Unity : Unable to lookup library path for 'PhotonSocketPlugin', native render plugin support disabled.
01-20 11:59:23.845 32393 32412 E Unity : Unable to find PhotonSocketPlugin
01-20 11:59:23.856 32393 32412 D Unity : Unable to lookup library path for 'PhotonEncryptorPlugin', native render plugin support disabled.
01-20 11:59:23.856 32393 32412 E Unity : Unable to find PhotonEncryptorPlugin
01-20 11:59:24.206 32393 32412 W Unity : The referenced script (Unknown) on this Behaviour is missing!
01-20 11:59:24.206 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.206 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.206 32393 32412 W Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.206 32393 32412 W Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.206 32393 32412 W Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.206 32393 32412 W Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.206 32393 32412 W Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.206 32393 32412 W Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:198)
01-20 11:59:24.206 32393 32412 W Unity : Photon
01-20 11:59:24.207 32393 32412 W Unity : The referenced script on this Behaviour (Game Object '<null>') is missing!
01-20 11:59:24.207 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.207 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.207 32393 32412 W Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.207 32393 32412 W Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.207 32393 32412 W Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.207 32393 32412 W Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.207 32393 32412 W Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.207 32393 32412 W Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.c
01-20 11:59:24.208 32393 32412 E Unity : A scripted object (script unknown or not yet loaded) has a different serialization layout when loading. (Read 56 bytes but expected 156 bytes)
01-20 11:59:24.208 32393 32412 E Unity : Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
01-20 11:59:24.208 32393 32412 E Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.208 32393 32412 E Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.208 32393 32412 E Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.208 32393 32412 E Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.208 32393 32412 E Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.208 32393 32412 E Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.208 32393 32412 E Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyD
01-20 11:59:24.209 32393 32412 W Unity : The referenced script (IjsUiFramework.IAPProduct) on this Behaviour is missing!
01-20 11:59:24.209 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.209 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.209 32393 32412 W Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.209 32393 32412 W Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.209 32393 32412 W Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.209 32393 32412 W Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.209 32393 32412 W Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.209 32393 32412 W Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonMana
01-20 11:59:24.210 32393 32412 W Unity : The referenced script on this Behaviour (Game Object '<null>') is missing!
01-20 11:59:24.210 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.210 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.210 32393 32412 W Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.210 32393 32412 W Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.210 32393 32412 W Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.210 32393 32412 W Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.210 32393 32412 W Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.210 32393 32412 W Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.c
01-20 11:59:24.211 32393 32412 W Unity : The referenced script (IjsUiFramework.IAPProduct) on this Behaviour is missing!
01-20 11:59:24.211 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.211 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.211 32393 32412 W Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.211 32393 32412 W Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.211 32393 32412 W Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.211 32393 32412 W Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.211 32393 32412 W Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.211 32393 32412 W Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonMana
01-20 11:59:24.212 32393 32412 W Unity : The referenced script on this Behaviour (Game Object '<null>') is missing!
01-20 11:59:24.212 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.212 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.212 32393 32412 W Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.212 32393 32412 W Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.212 32393 32412 W Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.212 32393 32412 W Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.212 32393 32412 W Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.212 32393 32412 W Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.c
01-20 11:59:24.213 32393 32412 W Unity : The referenced script (IjsUiFramework.IAPProduct) on this Behaviour is missing!
01-20 11:59:24.213 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.213 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.213 32393 32412 W Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.213 32393 32412 W Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.213 32393 32412 W Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.213 32393 32412 W Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.213 32393 32412 W Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.213 32393 32412 W Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonMana
01-20 11:59:24.213 32393 32412 W Unity : The referenced script on this Behaviour (Game Object '<null>') is missing!
01-20 11:59:24.213 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.213 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.213 32393 32412 W Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.213 32393 32412 W Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.213 32393 32412 W Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.213 32393 32412 W Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.213 32393 32412 W Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.213 32393 32412 W Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.c
01-20 11:59:24.214 32393 32412 W Unity : The referenced script on this Behaviour (Game Object '<null>') is missing!
01-20 11:59:24.214 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String, Type)
01-20 11:59:24.214 32393 32412 W Unity : UnityEngine.Resources:LoadAll(String) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Resources/Resources.bindings.cs:95)
01-20 11:59:24.214 32393 32412 W Unity : IjsUiFramework.GameSkinData:GetSharedSettingsObjectPrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:28)
01-20 11:59:24.214 32393 32412 W Unity : IjsUiFramework.GameSkinData:get_gameSkin() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramework\Scripts\GameSkinData.cs:21)
01-20 11:59:24.214 32393 32412 W Unity : PlayerProfile:get_totalCoins() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:56)
01-20 11:59:24.214 32393 32412 W Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.214 32393 32412 W Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.214 32393 32412 W Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.c
01-20 11:59:24.271 32393 32412 I Unity :
01-20 11:59:24.271 32393 32412 I Unity :
01-20 11:59:24.271 32393 32412 I Unity : PlayerProfileCC playerName Tom playFabID 1009D099052A8223 avatarID 1 totalCoins 17475 : => member name: .ctor : => source line number: 351
01-20 11:59:24.271 32393 32412 I Unity :
01-20 11:59:24.271 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:24.271 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:24.271 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:24.271 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:24.271 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:24.271 32393 32412 I Unity : PlayerProfileCC:.ctor(String, String, Int32, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:351)
01-20 11:59:24.271 32393 32412 I Unity : PlayerProfile:GetProfileCC() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:238)
01-20 11:59:24.271 32393 32412 I Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:44)
01-20 11:59:24.271 32393 32412 I Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:198)
01-20 11:59:24.271 32393 32412 I Unity : PhotonMan
01-20 11:59:24.274 32393 32412 I Unity :
01-20 11:59:24.274 32393 32412 I Unity :
01-20 11:59:24.274 32393 32412 I Unity : PlayerProfile created <b>Name</b>: Tom
01-20 11:59:24.274 32393 32412 I Unity : <b>PlayFabID</b>: 1009D099052A8223
01-20 11:59:24.274 32393 32412 I Unity : <b>AvatarID</b>: 1
01-20 11:59:24.274 32393 32412 I Unity : <b>TotalCoins</b>: 17475
01-20 11:59:24.274 32393 32412 I Unity : <b>BetAmount</b>: 0
01-20 11:59:24.274 32393 32412 I Unity : : => member name: .cctor : => source line number: 45
01-20 11:59:24.274 32393 32412 I Unity :
01-20 11:59:24.274 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:24.274 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:24.274 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:24.274 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:24.274 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:24.274 32393 32412 I Unity : PlayerProfile:.cctor() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:45)
01-20 11:59:24.274 32393 32412 I Unity : PhotonManager:Connect() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:198)
01-20 11:59:24.274 32393 32412 I Unity : PhotonManager:Awake() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:145)
01-20 11:59:24.274 32393 32412 I Unity :
01-20 11:59:24.274 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:24.274 32393 32412 I Unity :
01-20 11:59:24.634 32393 32412 I Unity : Can't change CrcCheckEnabled while being connected. CrcCheckEnabled stays False
01-20 11:59:24.634 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:24.634 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:24.634 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:24.634 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:24.634 32393 32412 I Unity : Photon.Pun.PhotonNetwork:set_CrcCheckEnabled(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonUnityNetworking\Code\PhotonNetwork.cs:913)
01-20 11:59:24.634 32393 32412 I Unity : PhotonManager:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:157)
01-20 11:59:24.634 32393 32412 I Unity :
01-20 11:59:24.634 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:24.634 32393 32412 I Unity :
01-20 11:59:24.713 32393 32412 I Unity :
01-20 11:59:24.713 32393 32412 I Unity :
01-20 11:59:24.713 32393 32412 I Unity : Notification Set 1.00:00:00 : => member name: SetAndroidLocalNotificationWithReward : => source line number: 148
01-20 11:59:24.713 32393 32412 I Unity :
01-20 11:59:24.713 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:24.713 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:24.713 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:24.713 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:24.713 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:24.713 32393 32412 I Unity : LocalNotificationHandler:SetAndroidLocalNotificationWithReward() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\LocalNotificationHandler.cs:148)
01-20 11:59:24.713 32393 32412 I Unity : LocalNotificationHandler:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\LocalNotificationHandler.cs:68)
01-20 11:59:24.713 32393 32412 I Unity :
01-20 11:59:24.713 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:24.713 32393 32412 I Unity :
01-20 11:59:25.353 32393 32412 D Unity : System memory in use before: 46.3 MB.
01-20 11:59:25.415 32393 32412 D Unity : System memory in use after: 42.9 MB.
01-20 11:59:25.415 32393 32412 D Unity :
01-20 11:59:25.415 32393 32412 D Unity : Unloading 336 unused Assets to reduce memory usage. Loaded Objects now: 6578.
01-20 11:59:25.415 32393 32412 D Unity : Total: 62.058854 ms (FindLiveObjects: 1.648906 ms CreateObjectMapping: 0.659218 ms MarkObjects: 57.143438 ms DeleteObjects: 2.602552 ms)
01-20 11:59:25.415 32393 32412 D Unity :
01-20 11:59:25.875 32393 32412 I Unity :
01-20 11:59:25.875 32393 32412 I Unity :
01-20 11:59:25.875 32393 32412 I Unity : CloseSplashScreen : => member name: CloseSplashScreen : => source line number: 432
01-20 11:59:25.875 32393 32412 I Unity :
01-20 11:59:25.875 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:25.875 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:25.875 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:25.875 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:25.875 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:25.875 32393 32412 I Unity : IntroScreenUIController:CloseSplashScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:432)
01-20 11:59:25.875 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:25.875 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 11:59:25.875 32393 32412 I Unity :
01-20 11:59:25.875 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:25.875 32393 32412 I Unity :
01-20 11:59:25.878 32393 32412 I Unity :
01-20 11:59:25.878 32393 32412 I Unity :
01-20 11:59:25.878 32393 32412 I Unity : PlayerPreference.isLoggedIn True : => member name: CloseSplashScreen : => source line number: 441
01-20 11:59:25.878 32393 32412 I Unity :
01-20 11:59:25.878 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:25.878 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:25.878 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:25.878 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:25.878 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:25.878 32393 32412 I Unity : IntroScreenUIController:CloseSplashScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:441)
01-20 11:59:25.878 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:25.878 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 11:59:25.878 32393 32412 I Unity :
01-20 11:59:25.878 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:25.878 32393 32412 I Unity :
01-20 11:59:25.888 32393 32412 I Unity :
01-20 11:59:25.888 32393 32412 I Unity :
01-20 11:59:25.888 32393 32412 I Unity : LoginAsGuest : => member name: LoginAsGuest : => source line number: 673
01-20 11:59:25.888 32393 32412 I Unity :
01-20 11:59:25.888 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:25.888 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:25.888 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:25.888 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:25.888 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:25.888 32393 32412 I Unity : IjsUiFramework.PlayFabManager:LoginAsGuest() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:673)
01-20 11:59:25.888 32393 32412 I Unity : IjsUiFramework.PlayFabManager:Login(LoginType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:173)
01-20 11:59:25.888 32393 32412 I Unity : IntroScreenUIController:CloseSplashScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:450)
01-20 11:59:25.888 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:25.888 32393 32412 I Unity : UnityEngine.Setup
01-20 11:59:27.208 32393 32412 I Unity :
01-20 11:59:27.208 32393 32412 I Unity :
01-20 11:59:27.208 32393 32412 I Unity : PhotonManager : OnConnectedToPhoton True IsConnectedAndReady True : => member name: OnConnectedToMaster : => source line number: 213
01-20 11:59:27.208 32393 32412 I Unity :
01-20 11:59:27.208 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.208 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.208 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.208 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.208 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.208 32393 32412 I Unity : PhotonManager:OnConnectedToMaster() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:213)
01-20 11:59:27.208 32393 32412 I Unity : Photon.Realtime.ConnectionCallbacksContainer:OnConnectedToMaster() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3867)
01-20 11:59:27.208 32393 32412 I Unity : Photon.Realtime.LoadBalancingClient:OnOperationResponse(OperationResponse) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:2549)
01-20 11:59:27.208 32393 32412 I Unity : ExitGames.Clien
01-20 11:59:27.212 32393 32412 I Unity :
01-20 11:59:27.212 32393 32412 I Unity :
01-20 11:59:27.212 32393 32412 I Unity : Name: Tom playfabId: 1009D099052A8223
01-20 11:59:27.212 32393 32412 I Unity : profile <b>Name</b>: Tom
01-20 11:59:27.212 32393 32412 I Unity : <b>PlayFabID</b>: 1009D099052A8223
01-20 11:59:27.212 32393 32412 I Unity : <b>AvatarID</b>: 1
01-20 11:59:27.212 32393 32412 I Unity : <b>TotalCoins</b>: 17475
01-20 11:59:27.212 32393 32412 I Unity : <b>BetAmount</b>: 0
01-20 11:59:27.212 32393 32412 I Unity : : => member name: OnConnectedToMaster : => source line number: 216
01-20 11:59:27.212 32393 32412 I Unity :
01-20 11:59:27.212 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.212 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.212 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.212 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.212 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.212 32393 32412 I Unity : PhotonManager:OnConnectedToMaster() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:216)
01-20 11:59:27.212 32393 32412 I Unity : Photon.Realtime.ConnectionCallbacksContainer:OnConnectedToMaster() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3867)
01-20 11:59:27.212 32393 32412 I Unity : Photon.Realtime.LoadBalancingClient:OnOperationResponse(OperationResponse) (at D:\UnityProjects\MonopolyDe
01-20 11:59:27.483 32393 32412 I Unity :
01-20 11:59:27.483 32393 32412 I Unity :
01-20 11:59:27.483 32393 32412 I Unity : Got PlayFabID: 1009D099052A8223 Name Tom playfab name Rak : => member name: LoginAsGuest : => source line number: 702
01-20 11:59:27.483 32393 32412 I Unity :
01-20 11:59:27.483 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.483 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.483 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.483 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.483 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.483 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:702)
01-20 11:59:27.483 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:27.483 32393 32412 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUnityHttp.cs
01-20 11:59:27.488 32393 32412 I Unity :
01-20 11:59:27.488 32393 32412 I Unity :
01-20 11:59:27.488 32393 32412 I Unity : OnLoginEvent : True LoginType Guest isNewAccount False : => member name: OnLoginEvent : => source line number: 185
01-20 11:59:27.488 32393 32412 I Unity :
01-20 11:59:27.488 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.488 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.488 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.488 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.488 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.488 32393 32412 I Unity : IjsUiFramework.PlayFabManager:OnLoginEvent(Boolean, LoginType, Boolean, PlayFabError) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:185)
01-20 11:59:27.488 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:704)
01-20 11:59:27.488 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:27.488 32393 32412 I Unity : PlayFab.In
01-20 11:59:27.502 32393 32412 I Unity :
01-20 11:59:27.502 32393 32412 I Unity :
01-20 11:59:27.502 32393 32412 I Unity : Virtual Currency Entry Found. : => member name: ProcessPlayerDataPayLoad : => source line number: 257
01-20 11:59:27.502 32393 32412 I Unity :
01-20 11:59:27.502 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.502 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.502 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.502 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.502 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.502 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:257)
01-20 11:59:27.502 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.502 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:27.502 32393 32412 I Unity : PlayFab.Internal.P
01-20 11:59:27.504 32393 32412 I Unity :
01-20 11:59:27.504 32393 32412 I Unity :
01-20 11:59:27.504 32393 32412 I Unity : OnGetCombinedAccountInfoSuccess : virtualCoins = 17475 : => member name: ProcessPlayerDataPayLoad : => source line number: 259
01-20 11:59:27.504 32393 32412 I Unity :
01-20 11:59:27.504 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.504 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.504 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.504 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.504 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.504 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:259)
01-20 11:59:27.504 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.504 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.c
01-20 11:59:27.519 32393 32412 I Unity :
01-20 11:59:27.519 32393 32412 I Unity :
01-20 11:59:27.519 32393 32412 I Unity : OnPlayerCoinsUpdated prevBal 0 curbal17475 : => member name: OnPlayerCoinsUpdated : => source line number: 395
01-20 11:59:27.519 32393 32412 I Unity :
01-20 11:59:27.519 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.519 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.519 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.519 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.519 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.519 32393 32412 I Unity : IntroScreenUIController:OnPlayerCoinsUpdated(ObscuredInt, ObscuredInt) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:395)
01-20 11:59:27.519 32393 32412 I Unity : Currency:.ctor(ObscuredInt) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Currency.cs:13)
01-20 11:59:27.519 32393 32412 I Unity : PlayerProfile:InitCurrency(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:141)
01-20 11:59:27.519 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGi
01-20 11:59:27.526 32393 32412 I Unity :
01-20 11:59:27.526 32393 32412 I Unity :
01-20 11:59:27.526 32393 32412 I Unity : GetAccountInfo playerName Tom : => member name: ProcessPlayerDataPayLoad : => source line number: 270
01-20 11:59:27.526 32393 32412 I Unity :
01-20 11:59:27.526 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.526 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.526 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.526 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.526 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.526 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:270)
01-20 11:59:27.526 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.526 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:27.526 32393 32412 I Unity : PlayFab.Internal.P
01-20 11:59:27.556 32393 32412 I Unity :
01-20 11:59:27.556 32393 32412 I Unity :
01-20 11:59:27.556 32393 32412 I Unity : _lastRewardTime 01/19/2021 12:09:37 : => member name: ProcessPlayerDataPayLoad : => source line number: 295
01-20 11:59:27.556 32393 32412 I Unity :
01-20 11:59:27.556 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.556 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.556 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.556 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.556 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.556 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:295)
01-20 11:59:27.556 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.556 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:27.556 32393 32412 I Unity : PlayFab.Inte
01-20 11:59:27.558 32393 32412 I Unity :
01-20 11:59:27.558 32393 32412 I Unity :
01-20 11:59:27.558 32393 32412 I Unity : _lastReward 1 : => member name: ProcessPlayerDataPayLoad : => source line number: 302
01-20 11:59:27.558 32393 32412 I Unity :
01-20 11:59:27.558 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.558 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.558 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.558 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.558 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.558 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:302)
01-20 11:59:27.558 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.558 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:27.558 32393 32412 I Unity : PlayFab.Internal.PlayFabUnityHttp:
01-20 11:59:27.561 32393 32412 I Unity :
01-20 11:59:27.561 32393 32412 I Unity :
01-20 11:59:27.561 32393 32412 I Unity : Player XP Modified : 40000 : => member name: playerXP : => source line number: 103
01-20 11:59:27.561 32393 32412 I Unity :
01-20 11:59:27.561 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.561 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.561 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.561 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.561 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.561 32393 32412 I Unity : PlayerProfile:set_playerXP(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:103)
01-20 11:59:27.561 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:322)
01-20 11:59:27.561 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.561 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\Monopo
01-20 11:59:27.573 32393 32412 I Unity :
01-20 11:59:27.573 32393 32412 I Unity :
01-20 11:59:27.573 32393 32412 I Unity : OnPlayerXPModified curLevel 55 normalizedXP 0.0877193 didLevelup False : => member name: OnPlayerXPModified : => source line number: 365
01-20 11:59:27.573 32393 32412 I Unity :
01-20 11:59:27.573 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.573 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.573 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.573 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.573 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.573 32393 32412 I Unity : IntroScreenUIController:<OnPlayerXPModified>b__78_0(Int32, Single, Boolean, Single, Single) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:365)
01-20 11:59:27.573 32393 32412 I Unity : Game:GetPlayerLevel(OnPlayerXPUpdated) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:232)
01-20 11:59:27.573 32393 32412 I Unity : IntroScreenUIController:OnPlayerXPModified(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:363)
01-20 11:59:27.573 32393 32412 I Unity : PlayerProfile:set_playerXP(Int32) (at D:\UnityP
01-20 11:59:27.575 32393 32412 I Unity :
01-20 11:59:27.575 32393 32412 I Unity :
01-20 11:59:27.575 32393 32412 I Unity : GetAccountInfo playerXP 40000 : => member name: ProcessPlayerDataPayLoad : => source line number: 323
01-20 11:59:27.575 32393 32412 I Unity :
01-20 11:59:27.575 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.575 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.575 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.575 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.575 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.575 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:323)
01-20 11:59:27.575 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.575 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:27.575 32393 32412 I Unity : PlayFab.Internal.P
01-20 11:59:27.579 32393 32412 I Unity :
01-20 11:59:27.579 32393 32412 I Unity :
01-20 11:59:27.579 32393 32412 I Unity : GetAccountInfo photonRemoteGameVersion 1 : => member name: ProcessPlayerDataPayLoad : => source line number: 344
01-20 11:59:27.579 32393 32412 I Unity :
01-20 11:59:27.579 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.579 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.579 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.579 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.579 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.579 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:344)
01-20 11:59:27.579 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.579 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:27.579 32393 32412 I Unity : PlayFab
01-20 11:59:27.599 32393 32412 I Unity : OneSignal Init----------------------------------------
01-20 11:59:27.599 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.599 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.599 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.599 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.599 32393 32412 I Unity : PushNotificationManager:Init() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PushNotificationManager.cs:74)
01-20 11:59:27.599 32393 32412 I Unity : PushNotificationManager:onPlayfabSetupComplete(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PushNotificationManager.cs:68)
01-20 11:59:27.599 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:406)
01-20 11:59:27.599 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.599 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGi
01-20 11:59:27.709 32393 32412 I Unity : OneSignal Init pushState: OSPermissionSubscriptionState UserProvidedConsent ? False
01-20 11:59:27.709 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.709 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.709 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.709 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.709 32393 32412 I Unity : PushNotificationManager:Init() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PushNotificationManager.cs:89)
01-20 11:59:27.709 32393 32412 I Unity : PushNotificationManager:onPlayfabSetupComplete(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PushNotificationManager.cs:68)
01-20 11:59:27.709 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:406)
01-20 11:59:27.709 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.709 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:
01-20 11:59:27.721 32393 32412 I Unity :
01-20 11:59:27.721 32393 32412 I Unity :
01-20 11:59:27.721 32393 32412 I Unity : OnPlayfabSetupComplete. Continue to game True : => member name: OnPlayfabSetupComplete : => source line number: 509
01-20 11:59:27.721 32393 32412 I Unity :
01-20 11:59:27.721 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:27.721 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:27.721 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:27.721 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:27.721 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:27.721 32393 32412 I Unity : IntroScreenUIController:OnPlayfabSetupComplete(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:509)
01-20 11:59:27.721 32393 32412 I Unity : IjsUiFramework.PlayFabManager:ProcessPlayerDataPayLoad(GetPlayerCombinedInfoResultPayload) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:406)
01-20 11:59:27.721 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<LoginAsGuest>b__71_0(LoginResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:711)
01-20 11:59:27.721 32393 32412 I Unity : PlayFab.Internal.<>c__Disp
01-20 11:59:28.038 32393 32412 I Unity :
01-20 11:59:28.038 32393 32412 I Unity :
01-20 11:59:28.038 32393 32412 I Unity : Building Test ads : => member name: RequestBanner : => source line number: 224
01-20 11:59:28.038 32393 32412 I Unity :
01-20 11:59:28.038 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:28.038 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:28.038 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:28.038 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:28.038 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:28.038 32393 32412 I Unity : AdsManager:RequestBanner() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\AdsManager.cs:224)
01-20 11:59:28.038 32393 32412 I Unity : AdsManager:StartAdManager() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\AdsManager.cs:119)
01-20 11:59:28.038 32393 32412 I Unity : IntroScreenUIController:ContinueToMainMenu() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:594)
01-20 11:59:28.038 32393 32412 I Unity : IntroScreenUIController:OnPlayfabSetupComplete(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:512)
01-20 11:59:28.038 32393 32412 I Unity : IjsUiFramework.PlayFabMana
01-20 11:59:28.150 32393 32412 I Unity :
01-20 11:59:28.150 32393 32412 I Unity :
01-20 11:59:28.150 32393 32412 I Unity : OnPlayerXPModified curLevel 55 normalizedXP 0.0877193 didLevelup False : => member name: OnPlayerXPModified : => source line number: 365
01-20 11:59:28.150 32393 32412 I Unity :
01-20 11:59:28.150 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:28.150 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:28.150 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:28.150 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:28.150 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:28.150 32393 32412 I Unity : IntroScreenUIController:<OnPlayerXPModified>b__78_0(Int32, Single, Boolean, Single, Single) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:365)
01-20 11:59:28.150 32393 32412 I Unity : Game:GetPlayerLevel(OnPlayerXPUpdated) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:232)
01-20 11:59:28.150 32393 32412 I Unity : IntroScreenUIController:OnPlayerXPModified(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:363)
01-20 11:59:28.150 32393 32412 I Unity : IntroScreenUIController:ContinueToMainMenu() (a
01-20 11:59:28.155 32393 32412 I Unity :
01-20 11:59:28.155 32393 32412 I Unity :
01-20 11:59:28.155 32393 32412 I Unity : SetupGameSpecificStats. gamesPlayedCount 400 : => member name: SetupGameSpecificStats : => source line number: 531
01-20 11:59:28.155 32393 32412 I Unity :
01-20 11:59:28.155 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:28.155 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:28.155 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:28.155 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:28.155 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:28.155 32393 32412 I Unity : <>c:<SetupGameSpecificStats>b__85_0(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:531)
01-20 11:59:28.155 32393 32412 I Unity : IjsUiFramework.PlayFabManager:GetLocalPlayerTitleData(String, Action`2) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:785)
01-20 11:59:28.155 32393 32412 I Unity : IntroScreenUIController:SetupGameSpecificStats() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:525)
01-20 11:59:28.155 32393 32412 I Unity : IntroScreenUIController:OnPlayfabSetupComplete(Boolean) (at D:
01-20 11:59:28.159 32393 32412 I Unity :
01-20 11:59:28.159 32393 32412 I Unity :
01-20 11:59:28.159 32393 32412 I Unity : Games Played count modified : 400 : => member name: gamesPlayed : => source line number: 124
01-20 11:59:28.159 32393 32412 I Unity :
01-20 11:59:28.159 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:28.159 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:28.159 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:28.159 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:28.159 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:28.159 32393 32412 I Unity : PlayerProfile:set_gamesPlayed(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:124)
01-20 11:59:28.159 32393 32412 I Unity : <>c:<SetupGameSpecificStats>b__85_0(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:532)
01-20 11:59:28.159 32393 32412 I Unity : IjsUiFramework.PlayFabManager:GetLocalPlayerTitleData(String, Action`2) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:785)
01-20 11:59:28.159 32393 32412 I Unity : IntroScreenUIController:SetupGameSpecificStats() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Asse
01-20 11:59:28.168 32393 32412 I Unity :
01-20 11:59:28.168 32393 32412 I Unity :
01-20 11:59:28.168 32393 32412 I Unity : Got latest news! 0 : => member name: FetchAndCacheTitleNews : => source line number: 236
01-20 11:59:28.168 32393 32412 I Unity :
01-20 11:59:28.168 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:28.168 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:28.168 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:28.168 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:28.168 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:28.168 32393 32412 I Unity : IjsUiFramework.PlayFabManager:<FetchAndCacheTitleNews>b__61_0(GetTitleNewsResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:236)
01-20 11:59:28.168 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:28.168 32393 32412 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUnityHttp.cs:247)
01-20 11:59:28.168 32393 32412 I Unity : PlayFa
01-20 11:59:29.583 32393 32412 I Unity :
01-20 11:59:29.583 32393 32412 I Unity :
01-20 11:59:29.583 32393 32412 I Unity : showedTitleNewsOnlaunch False : => member name: ContinueToMainMenu : => source line number: 559
01-20 11:59:29.583 32393 32412 I Unity :
01-20 11:59:29.583 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:29.583 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:29.583 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:29.583 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:29.583 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:29.583 32393 32412 I Unity : <>c:<ContinueToMainMenu>b__86_2() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:559)
01-20 11:59:29.583 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:29.583 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 11:59:29.583 32393 32412 I Unity :
01-20 11:59:29.583 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:29.583 32393 32412 I Unity :
01-20 11:59:30.399 32393 32412 I Unity : Time Cloud Clock: 2021/01/20 12:00:00
01-20 11:59:30.399 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:30.399 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:30.399 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:30.399 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:30.399 32393 32412 I Unity : IjsUiFramework.<InitializeCloudClock>d__6:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\CloudClockBuilder.cs:116)
01-20 11:59:30.399 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 11:59:30.399 32393 32412 I Unity :
01-20 11:59:30.399 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:30.399 32393 32412 I Unity :
01-20 11:59:30.411 32393 32412 I Unity :
01-20 11:59:30.411 32393 32412 I Unity :
01-20 11:59:30.411 32393 32412 I Unity : CheckRewards lastRewardTime 01/19/2021 12:09:37 lastReward 1 : => member name: CheckRewards : => source line number: 87
01-20 11:59:30.411 32393 32412 I Unity :
01-20 11:59:30.411 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:30.411 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:30.411 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:30.411 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:30.411 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:30.411 32393 32412 I Unity : IjsUiFramework.DailyRewards:CheckRewards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:87)
01-20 11:59:30.411 32393 32412 I Unity : IjsUiFramework.<InitializeTimer>d__14:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:52)
01-20 11:59:30.411 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 11:59:30.411 32393 32412 I Unity :
01-20 11:59:30.411 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:30.411 32393 32412 I Unity :
01-20 11:59:30.413 32393 32412 I Unity :
01-20 11:59:30.413 32393 32412 I Unity :
01-20 11:59:30.413 32393 32412 I Unity : No claim for you. Try tomorrow lastRewardTime: 01/19/2021 12:09:37 lastReward 1 : => member name: CheckRewards : => source line number: 103
01-20 11:59:30.413 32393 32412 I Unity :
01-20 11:59:30.413 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:30.413 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:30.413 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:30.413 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:30.413 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:30.413 32393 32412 I Unity : IjsUiFramework.DailyRewards:CheckRewards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:103)
01-20 11:59:30.413 32393 32412 I Unity : IjsUiFramework.<InitializeTimer>d__14:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:52)
01-20 11:59:30.413 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 11:59:30.413 32393 32412 I Unity :
01-20 11:59:30.413 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:30.413 32393 32412 I Unity :
01-20 11:59:30.418 32393 32412 I Unity :
01-20 11:59:30.418 32393 32412 I Unity :
01-20 11:59:30.418 32393 32412 I Unity : CheckRewards lastRewardTime 01/19/2021 12:09:37 lastReward 1 : => member name: CheckRewards : => source line number: 87
01-20 11:59:30.418 32393 32412 I Unity :
01-20 11:59:30.418 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:30.418 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:30.418 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:30.418 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:30.418 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:30.418 32393 32412 I Unity : IjsUiFramework.DailyRewards:CheckRewards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:87)
01-20 11:59:30.418 32393 32412 I Unity : IjsUiFramework.DailyRewardsInterface:UpdateUI() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:189)
01-20 11:59:30.418 32393 32412 I Unity : IjsUiFramework.DailyRewardsInterface:OnInitialize(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:296)
01-20 11:59:30.419 32393 32412 I Unity :
01-20 11:59:30.419 32393 32412 I Unity :
01-20 11:59:30.419 32393 32412 I Unity : No claim for you. Try tomorrow lastRewardTime: 01/19/2021 12:09:37 lastReward 1 : => member name: CheckRewards : => source line number: 103
01-20 11:59:30.419 32393 32412 I Unity :
01-20 11:59:30.419 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:30.419 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:30.419 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:30.419 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:30.419 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:30.419 32393 32412 I Unity : IjsUiFramework.DailyRewards:CheckRewards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:103)
01-20 11:59:30.419 32393 32412 I Unity : IjsUiFramework.DailyRewardsInterface:UpdateUI() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:189)
01-20 11:59:30.419 32393 32412 I Unity : IjsUiFramework.DailyRewardsInterface:OnInitialize(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRew
01-20 11:59:30.422 32393 32412 I Unity :
01-20 11:59:30.422 32393 32412 I Unity :
01-20 11:59:30.422 32393 32412 I Unity : Ready to claim False : => member name: UpdateUI : => source line number: 225
01-20 11:59:30.422 32393 32412 I Unity :
01-20 11:59:30.422 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:30.422 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:30.422 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:30.422 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:30.422 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:30.422 32393 32412 I Unity : IjsUiFramework.DailyRewardsInterface:UpdateUI() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:225)
01-20 11:59:30.422 32393 32412 I Unity : IjsUiFramework.DailyRewardsInterface:OnInitialize(Boolean, String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Examples\Scripts\DailyRewardsInterface.cs:296)
01-20 11:59:30.422 32393 32412 I Unity : IjsUiFramework.<InitializeTimer>d__14:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\OtherPlugins\DailyRewards\Scripts\DailyRewards.cs:54)
01-20 11:59:30.422 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMov
01-20 11:59:31.572 32393 32412 I Unity : Rate......!!!!!71 PlayerPreference.didRate False rem 1 didShowRateUsDialog False
01-20 11:59:31.572 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:31.572 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:31.572 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:31.572 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:31.572 32393 32412 I Unity : UnityEngine.MonoBehaviour:print(Object)
01-20 11:59:31.572 32393 32412 I Unity : IntroScreenUIController:Rate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:970)
01-20 11:59:31.572 32393 32412 I Unity :
01-20 11:59:31.572 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:31.572 32393 32412 I Unity :
01-20 11:59:38.413 32393 32412 I Unity :
01-20 11:59:38.413 32393 32412 I Unity :
01-20 11:59:38.413 32393 32412 I Unity : Load Level.............. : => member name: LoadGameScene : => source line number: 1146
01-20 11:59:38.413 32393 32412 I Unity :
01-20 11:59:38.413 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:38.413 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:38.413 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:38.413 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:38.413 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:38.413 32393 32412 I Unity : IntroScreenUIController:LoadGameScene() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:1146)
01-20 11:59:38.413 32393 32412 I Unity : IntroScreenUIController:PlayOnlinePrivate() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\IntroScreenUIController.cs:1097)
01-20 11:59:38.413 32393 32412 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 11:59:38.413 32393 32412 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 11:59:38.413 32393 32412 I Unity : UnityEngine
01-20 11:59:38.468 32393 32457 D Unity : Unloading 5 Unused Serialized files (Serialized files now loaded: 0)
01-20 11:59:38.637 32393 32412 D Unity : UnloadTime: 103.884011 ms
01-20 11:59:38.671 32393 32412 I Unity :
01-20 11:59:38.671 32393 32412 I Unity :
01-20 11:59:38.671 32393 32412 I Unity : MonoDealController enable : => member name: OnEnable : => source line number: 43
01-20 11:59:38.671 32393 32412 I Unity :
01-20 11:59:38.671 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:38.671 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:38.671 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:38.671 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:38.671 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:38.671 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:OnEnable() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:43)
01-20 11:59:38.671 32393 32412 I Unity :
01-20 11:59:38.671 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:38.671 32393 32412 I Unity :
01-20 11:59:38.842 32393 32412 D Unity : System memory in use before: 43.8 MB.
01-20 11:59:38.896 32393 32412 D Unity : System memory in use after: 44.0 MB.
01-20 11:59:38.896 32393 32412 D Unity :
01-20 11:59:38.896 32393 32412 D Unity : Unloading 94 unused Assets to reduce memory usage. Loaded Objects now: 4574.
01-20 11:59:38.896 32393 32412 D Unity : Total: 54.254896 ms (FindLiveObjects: 1.127500 ms CreateObjectMapping: 0.615365 ms MarkObjects: 51.894219 ms DeleteObjects: 0.613333 ms)
01-20 11:59:38.896 32393 32412 D Unity :
01-20 11:59:39.028 32393 32457 D Unity : Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
01-20 11:59:39.120 32393 32412 I Unity :
01-20 11:59:39.120 32393 32412 I Unity :
01-20 11:59:39.120 32393 32412 I Unity : Test Submit Stat for leaderboard is enabled. Follow the comment and disable it : => member name: InitApp : => source line number: 98
01-20 11:59:39.120 32393 32412 I Unity :
01-20 11:59:39.120 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:39.120 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:39.120 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:39.120 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:39.120 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:39.120 32393 32412 I Unity : GameSceneUIController:InitApp() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:98)
01-20 11:59:39.120 32393 32412 I Unity : IjsUiFramework.UIController:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:37)
01-20 11:59:39.120 32393 32412 I Unity :
01-20 11:59:39.120 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:39.120 32393 32412 I Unity :
01-20 11:59:39.126 32393 32412 I Unity :
01-20 11:59:39.126 32393 32412 I Unity :
01-20 11:59:39.126 32393 32412 I Unity : SubmitStats : 75 : => member name: SubmitStatistic : => source line number: 899
01-20 11:59:39.126 32393 32412 I Unity :
01-20 11:59:39.126 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:39.126 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:39.126 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:39.126 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:39.126 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:39.126 32393 32412 I Unity : IjsUiFramework.PlayFabManager:SubmitStatistic(String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:899)
01-20 11:59:39.126 32393 32412 I Unity : GameSceneUIController:InitApp() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:99)
01-20 11:59:39.126 32393 32412 I Unity : IjsUiFramework.UIController:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:37)
01-20 11:59:39.126 32393 32412 I Unity :
01-20 11:59:39.126 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:39.126 32393 32412 I Unity :
01-20 11:59:39.151 32393 32412 I Unity :
01-20 11:59:39.151 32393 32412 I Unity :
01-20 11:59:39.151 32393 32412 I Unity : SubmitStats : 314 : => member name: SubmitStatistic : => source line number: 899
01-20 11:59:39.151 32393 32412 I Unity :
01-20 11:59:39.151 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:39.151 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:39.151 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:39.151 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:39.151 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:39.151 32393 32412 I Unity : IjsUiFramework.PlayFabManager:SubmitStatistic(String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:899)
01-20 11:59:39.151 32393 32412 I Unity : GameSceneUIController:InitApp() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:100)
01-20 11:59:39.151 32393 32412 I Unity : IjsUiFramework.UIController:Start() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:37)
01-20 11:59:39.151 32393 32412 I Unity :
01-20 11:59:39.151 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:39.151 32393 32412 I Unity :
01-20 11:59:39.307 32393 32412 D Unity : System memory in use before: 44.7 MB.
01-20 11:59:39.382 32393 32412 D Unity : System memory in use after: 45.2 MB.
01-20 11:59:39.382 32393 32412 D Unity :
01-20 11:59:39.382 32393 32412 D Unity : Unloading 1 unused Assets to reduce memory usage. Loaded Objects now: 6823.
01-20 11:59:39.382 32393 32412 D Unity : Total: 74.591615 ms (FindLiveObjects: 1.749427 ms CreateObjectMapping: 0.828698 ms MarkObjects: 71.956406 ms DeleteObjects: 0.052447 ms)
01-20 11:59:39.382 32393 32412 D Unity :
01-20 11:59:39.484 32393 32412 I Unity :
01-20 11:59:39.484 32393 32412 I Unity :
01-20 11:59:39.484 32393 32412 I Unity : WeeklyLeaderboard SubmitStats Success : => member name: SubmitStatistic : => source line number: 910
01-20 11:59:39.484 32393 32412 I Unity :
01-20 11:59:39.484 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:39.484 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:39.484 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:39.484 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:39.484 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:39.484 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass78_0:<SubmitStatistic>b__0(UpdatePlayerStatisticsResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:910)
01-20 11:59:39.484 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:39.484 32393 32412 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUnity
01-20 11:59:39.488 32393 32412 I Unity :
01-20 11:59:39.488 32393 32412 I Unity :
01-20 11:59:39.488 32393 32412 I Unity : HighScoreLeaderboard SubmitStats Success : => member name: SubmitStatistic : => source line number: 910
01-20 11:59:39.488 32393 32412 I Unity :
01-20 11:59:39.488 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:39.488 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:39.488 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:39.488 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:39.488 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:39.488 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass78_0:<SubmitStatistic>b__0(UpdatePlayerStatisticsResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:910)
01-20 11:59:39.488 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:39.488 32393 32412 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUn
01-20 11:59:40.309 32393 32412 I Unity :
01-20 11:59:40.309 32393 32412 I Unity :
01-20 11:59:40.309 32393 32412 I Unity : IsNullOrEmpty 4 : => member name: IsNullOrEmpty : => source line number: 94
01-20 11:59:40.309 32393 32412 I Unity :
01-20 11:59:40.309 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:40.309 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:40.309 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:40.309 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:40.309 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:40.309 32393 32412 I Unity : ExtensionUtils:IsNullOrEmpty(IEnumerable`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:94)
01-20 11:59:40.309 32393 32412 I Unity : GameSceneUIController:DebugUIStartGameWithPredefinedCards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:330)
01-20 11:59:40.309 32393 32412 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 11:59:40.309 32393 32412 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 11:59:40.309 32393 32412 I Unity : IjsUiFramework.
01-20 11:59:40.334 32393 32412 I Unity :
01-20 11:59:40.334 32393 32412 I Unity :
01-20 11:59:40.334 32393 32412 I Unity : CloseWindow GameCreationDebugWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 11:59:40.334 32393 32412 I Unity :
01-20 11:59:40.334 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:40.334 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:40.334 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:40.334 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:40.334 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:40.334 32393 32412 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 11:59:40.334 32393 32412 I Unity : IjsUiFramework.UIController:HideWindow(UIWindows, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:160)
01-20 11:59:40.334 32393 32412 I Unity : GameSceneUIController:DebugUIStartGameWithPredefinedCards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:357)
01-20 11:59:40.334 32393 32412 I Unity : UnityEngine.Events.InvokableCall:Invoke() (a
01-20 11:59:40.344 32393 32412 I Unity :
01-20 11:59:40.344 32393 32412 I Unity :
01-20 11:59:40.344 32393 32412 I Unity : ^*^Play ONLINE_PRIVATE acceptingInvite False : => member name: Play : => source line number: 293
01-20 11:59:40.344 32393 32412 I Unity :
01-20 11:59:40.344 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:40.344 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:40.344 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:40.344 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:40.344 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:40.344 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:Play(DebugHands) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:293)
01-20 11:59:40.344 32393 32412 I Unity : GameSceneUIController:DebugUIStartGameWithPredefinedCards() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:371)
01-20 11:59:40.344 32393 32412 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 11:59:40.344 32393 32412 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildsla
01-20 11:59:40.351 32393 32412 I Unity :
01-20 11:59:40.351 32393 32412 I Unity :
01-20 11:59:40.351 32393 32412 I Unity : CloseWindow from ui button GameCreationDebugWindow : => member name: CloseWindow : => source line number: 80
01-20 11:59:40.351 32393 32412 I Unity :
01-20 11:59:40.351 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:40.351 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:40.351 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:40.351 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:40.351 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:40.351 32393 32412 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:80)
01-20 11:59:40.351 32393 32412 I Unity : IjsUiFramework.UIController:ShowWindow(UIWindows, WindowTweenCallback, WindowTweenCallback, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:142)
01-20 11:59:40.351 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:Play(DebugHands) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:313)
01-20 11:59:40.351 32393 32412 I Unity : GameSceneUIController:DebugUIStart
01-20 11:59:40.355 32393 32412 I Unity :
01-20 11:59:40.355 32393 32412 I Unity :
01-20 11:59:40.355 32393 32412 I Unity : CloseWindow GameCreationDebugWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 11:59:40.355 32393 32412 I Unity :
01-20 11:59:40.355 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:40.355 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:40.355 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:40.355 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:40.355 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:40.355 32393 32412 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 11:59:40.355 32393 32412 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:81)
01-20 11:59:40.355 32393 32412 I Unity : IjsUiFramework.UIController:ShowWindow(UIWindows, WindowTweenCallback, WindowTweenCallback, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:142)
01-20 11:59:40.355 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:Play(DebugHands) (at
01-20 11:59:41.103 32393 32412 I Unity :
01-20 11:59:41.103 32393 32412 I Unity :
01-20 11:59:41.103 32393 32412 I Unity : Games Played count modified : 401 : => member name: gamesPlayed : => source line number: 124
01-20 11:59:41.103 32393 32412 I Unity :
01-20 11:59:41.103 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:41.103 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:41.103 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:41.103 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:41.103 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:41.103 32393 32412 I Unity : PlayerProfile:set_gamesPlayed(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:124)
01-20 11:59:41.103 32393 32412 I Unity : GameSceneUIController:TriggerPlayGameAchievements() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:145)
01-20 11:59:41.103 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:41.103 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 11:59:41.103 32393 32412 I Unity :
01-20 11:59:41.133 32393 32412 I Unity :
01-20 11:59:41.133 32393 32412 I Unity :
01-20 11:59:41.133 32393 32412 I Unity : Player XP Modified : 40100 : => member name: playerXP : => source line number: 103
01-20 11:59:41.133 32393 32412 I Unity :
01-20 11:59:41.133 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:41.133 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:41.133 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:41.133 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:41.133 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:41.133 32393 32412 I Unity : PlayerProfile:set_playerXP(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:103)
01-20 11:59:41.133 32393 32412 I Unity : PlayerProfile:UpdatePlayerXP(Int32, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\PlayerProfile.cs:153)
01-20 11:59:41.133 32393 32412 I Unity : GameSceneUIController:TriggerPlayGameAchievements() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:146)
01-20 11:59:41.133 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:41.133 32393 32412 I Unity : UnityEngine.SetupCorouti
01-20 11:59:41.151 32393 32412 I Unity :
01-20 11:59:41.151 32393 32412 I Unity :
01-20 11:59:41.151 32393 32412 I Unity : OnPlayerXPModified curLevel 55 normalizedXP 0.1578947 didLevelup False : => member name: OnPlayerXPModified : => source line number: 77
01-20 11:59:41.151 32393 32412 I Unity :
01-20 11:59:41.151 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:41.151 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:41.151 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:41.151 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:41.151 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:41.151 32393 32412 I Unity : <>c:<OnPlayerXPModified>b__20_0(Int32, Single, Boolean, Single, Single) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:77)
01-20 11:59:41.151 32393 32412 I Unity : Game:GetPlayerLevel(OnPlayerXPUpdated) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:232)
01-20 11:59:41.151 32393 32412 I Unity : GameSceneUIController:OnPlayerXPModified(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\GameSceneUIController.cs:75)
01-20 11:59:41.151 32393 32412 I Unity : PlayerProfile:set_playerXP(Int32) (at D:\UnityProjects\MonopolyDealGit\Monop
01-20 11:59:41.429 32393 32393 I Unity : windowFocusChanged: false
01-20 11:59:44.410 32393 32393 I Unity : windowFocusChanged: true
01-20 11:59:44.665 32393 32412 I Unity :
01-20 11:59:44.665 32393 32412 I Unity :
01-20 11:59:44.665 32393 32412 I Unity : checkInternetConnection isNetworkError False isHttpError False error : => member name: CheckInternetConnection : => source line number: 301
01-20 11:59:44.665 32393 32412 I Unity :
01-20 11:59:44.665 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:44.665 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:44.665 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:44.665 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:44.665 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:44.665 32393 32412 I Unity : IJDV.MonopolyDeal.View.<CheckInternetConnection>d__40:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIBetAndPlayerSelectionPanel.cs:301)
01-20 11:59:44.665 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 11:59:44.665 32393 32412 I Unity :
01-20 11:59:44.665 32393 32412 I Unity : (Filename: D Line: 0)
01-20 11:59:44.665 32393 32412 I Unity :
01-20 11:59:44.683 32393 32412 I Unity :
01-20 11:59:44.683 32393 32412 I Unity :
01-20 11:59:44.683 32393 32412 I Unity : MonodealConroller: onStartGame : => member name: onStartGame : => source line number: 1103
01-20 11:59:44.683 32393 32412 I Unity :
01-20 11:59:44.683 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:44.683 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:44.683 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:44.683 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:44.683 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:44.683 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onStartGame(DebugHands) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1103)
01-20 11:59:44.683 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ContinueToOnlinePrivateJoinGame(String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:350)
01-20 11:59:44.683 32393 32412 I Unity : IJDV.MonopolyDeal.View.<>c__DisplayClass37_0:<SubmitJoinRoom>b__0(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Mono
01-20 11:59:46.331 32393 32412 I Unity :
01-20 11:59:46.331 32393 32412 I Unity :
01-20 11:59:46.331 32393 32412 I Unity : OnJoinedRoom: False Name 2824 : => member name: OnJoinedRoom : => source line number: 357
01-20 11:59:46.331 32393 32412 I Unity :
01-20 11:59:46.331 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.331 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.331 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.331 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.331 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.331 32393 32412 I Unity : PhotonManager:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:357)
01-20 11:59:46.331 32393 32412 I Unity : Photon.Realtime.MatchMakingCallbacksContainer:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3944)
01-20 11:59:46.331 32393 32412 I Unity : Photon.Realtime.LoadBalancingClient:OnEvent(EventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3031)
01-20 11:59:46.331 32393 32412 I Unity : ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(StreamBuffer)
01-20 11:59:46.331 32393 32412 I Unity : ExitGames.Clie
01-20 11:59:46.371 32393 32412 I Unity :
01-20 11:59:46.371 32393 32412 I Unity :
01-20 11:59:46.371 32393 32412 I Unity : onLocalPhotonPlayerJoined at view UserId 1009D099052A8223 NickName Tom : => member name: onLocalPhotonPlayerJoined : => source line number: 1671
01-20 11:59:46.371 32393 32412 I Unity :
01-20 11:59:46.371 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.371 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.371 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.371 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.371 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.371 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPhotonPlayerJoined(Player, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1671)
01-20 11:59:46.371 32393 32412 I Unity : PhotonManager:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:380)
01-20 11:59:46.371 32393 32412 I Unity : Photon.Realtime.MatchMakingCallbacksContainer:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadB
01-20 11:59:46.532 32393 32412 I Unity :
01-20 11:59:46.532 32393 32412 I Unity :
01-20 11:59:46.532 32393 32412 I Unity : onLocalPhotonPlayerJoined Tom 1 : => member name: onLocalPhotonPlayerJoined : => source line number: 1674
01-20 11:59:46.532 32393 32412 I Unity :
01-20 11:59:46.532 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.532 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.532 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.532 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.532 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.532 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPhotonPlayerJoined(Player, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1674)
01-20 11:59:46.532 32393 32412 I Unity : PhotonManager:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:380)
01-20 11:59:46.532 32393 32412 I Unity : Photon.Realtime.MatchMakingCallbacksContainer:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3944)
01-20 11:59:46.532 32393 32412 I Unity : Photon.Realtime
01-20 11:59:46.548 32393 32412 I Unity :
01-20 11:59:46.548 32393 32412 I Unity :
01-20 11:59:46.548 32393 32412 I Unity : CloseWindow from ui button BetAndPlayerSelectionWindow : => member name: CloseWindow : => source line number: 80
01-20 11:59:46.548 32393 32412 I Unity :
01-20 11:59:46.548 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.548 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.548 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.548 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.548 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.548 32393 32412 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:80)
01-20 11:59:46.548 32393 32412 I Unity : IjsUiFramework.UIController:ShowWindow(UIWindows, WindowTweenCallback, WindowTweenCallback, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:142)
01-20 11:59:46.548 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPhotonPlayerJoined(Player, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1689)
01-20 11:59:46.548 32393 32412 I Unity : Pho
01-20 11:59:46.550 32393 32412 I Unity :
01-20 11:59:46.550 32393 32412 I Unity :
01-20 11:59:46.550 32393 32412 I Unity : CloseWindow BetAndPlayerSelectionWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 11:59:46.550 32393 32412 I Unity :
01-20 11:59:46.550 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.550 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.550 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.550 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.550 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.550 32393 32412 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 11:59:46.550 32393 32412 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:81)
01-20 11:59:46.550 32393 32412 I Unity : IjsUiFramework.UIController:ShowWindow(UIWindows, WindowTweenCallback, WindowTweenCallback, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:142)
01-20 11:59:46.550 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPhotonPlay
01-20 11:59:46.554 32393 32412 I Unity :
01-20 11:59:46.554 32393 32412 I Unity :
01-20 11:59:46.554 32393 32412 I Unity : onLocalPlayerJoined... 2 : => member name: onLocalPhotonPlayerJoined : => source line number: 2520
01-20 11:59:46.554 32393 32412 I Unity :
01-20 11:59:46.554 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.554 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.554 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.554 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.554 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.554 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPhotonPlayerJoined(Player, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2520)
01-20 11:59:46.554 32393 32412 I Unity : PhotonManager:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:380)
01-20 11:59:46.554 32393 32412 I Unity : Photon.Realtime.MatchMakingCallbacksContainer:OnJoinedRoom() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3944)
01-20 11:59:46.554 32393 32412 I Unity : Photon.Realtime.LoadBalancingClient:OnEven
01-20 11:59:46.618 32393 32412 I Unity :
01-20 11:59:46.618 32393 32412 I Unity :
01-20 11:59:46.618 32393 32412 I Unity : HandleBotButtonsVisibility isMaster? False : => member name: HandleBotButtonsVisibility : => source line number: 85
01-20 11:59:46.618 32393 32412 I Unity :
01-20 11:59:46.618 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.618 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.618 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.618 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.618 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.618 32393 32412 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:HandleBotButtonsVisibility() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:85)
01-20 11:59:46.618 32393 32412 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:69)
01-20 11:59:46.618 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onLocalPhotonPlayerJoined>b__155_1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyD
01-20 11:59:46.623 32393 32412 I Unity :
01-20 11:59:46.623 32393 32412 I Unity :
01-20 11:59:46.623 32393 32412 I Unity : RemoveBot _botsCount 0 players.Length 2 : => member name: RemoveBot : => source line number: 136
01-20 11:59:46.623 32393 32412 I Unity :
01-20 11:59:46.623 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.623 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.623 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.623 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.623 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.623 32393 32412 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:RemoveBot() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:136)
01-20 11:59:46.623 32393 32412 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:71)
01-20 11:59:46.623 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onLocalPhotonPlayerJoined>b__155_1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1691)
01-20 11:59:46.623 32393 32412 I Unity : <>c__
01-20 11:59:46.626 32393 32412 I Unity :
01-20 11:59:46.626 32393 32412 I Unity :
01-20 11:59:46.626 32393 32412 I Unity : HideLoading : => member name: HideLoading : => source line number: 282
01-20 11:59:46.626 32393 32412 I Unity :
01-20 11:59:46.626 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.626 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.626 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.626 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.626 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.626 32393 32412 I Unity : Dialog:HideLoading() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\Dialog.cs:282)
01-20 11:59:46.626 32393 32412 I Unity : DialogBox:HideLoadingScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:128)
01-20 11:59:46.626 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onLocalPhotonPlayerJoined>b__155_1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1692)
01-20 11:59:46.626 32393 32412 I Unity : <>c__DisplayClass17_0:<ShowWindow>b__3() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:63)
01-20 11:59:46.626 32393 32412 I Unity : LTDescr:init(
01-20 11:59:46.680 32393 32412 I Unity :
01-20 11:59:46.680 32393 32412 I Unity :
01-20 11:59:46.680 32393 32412 I Unity : GetFriendsList : => member name: GetFriendsList : => source line number: 734
01-20 11:59:46.680 32393 32412 I Unity :
01-20 11:59:46.680 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:46.680 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:46.680 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:46.680 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:46.680 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:46.680 32393 32412 I Unity : IjsUiFramework.PlayFabManager:GetFriendsList(GetFriends) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:734)
01-20 11:59:46.680 32393 32412 I Unity : PhotonManager:UpdateAndGetFriendsList(Action`2) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:565)
01-20 11:59:46.680 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:LoadFriends(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:72)
01-20 11:59:46.680 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:<OnEnable>b__5_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel
01-20 11:59:47.078 32393 32412 I Unity :
01-20 11:59:47.078 32393 32412 I Unity :
01-20 11:59:47.078 32393 32412 I Unity : OnSubscribed GetFriendsList 2 success True : => member name: UpdateAndGetFriendsList : => source line number: 570
01-20 11:59:47.078 32393 32412 I Unity :
01-20 11:59:47.078 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.078 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.078 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.078 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.078 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.078 32393 32412 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:570)
01-20 11:59:47.078 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:748)
01-20 11:59:47.078 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:47.078 32393 32412 I Unity : PlayFab.Intern
01-20 11:59:47.087 32393 32412 I Unity :
01-20 11:59:47.087 32393 32412 I Unity :
01-20 11:59:47.087 32393 32412 I Unity : GetFriendsList Count 2 inRoom True : => member name: UpdateAndGetFriendsList : => source line number: 577
01-20 11:59:47.087 32393 32412 I Unity :
01-20 11:59:47.087 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.087 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.087 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.087 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.087 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.087 32393 32412 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:577)
01-20 11:59:47.087 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:748)
01-20 11:59:47.087 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:47.087 32393 32412 I Unity : PlayFab.Internal.PlayF
01-20 11:59:47.090 32393 32412 I Unity :
01-20 11:59:47.090 32393 32412 I Unity :
01-20 11:59:47.090 32393 32412 I Unity : Adding 2 friends : => member name: UpdateAndGetFriendsList : => source line number: 580
01-20 11:59:47.090 32393 32412 I Unity :
01-20 11:59:47.090 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.090 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.090 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.090 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.090 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.090 32393 32412 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:580)
01-20 11:59:47.090 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:748)
01-20 11:59:47.090 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:47.090 32393 32412 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResp
01-20 11:59:47.103 32393 32412 I Unity :
01-20 11:59:47.103 32393 32412 I Unity :
01-20 11:59:47.103 32393 32412 I Unity : ProcessFriends 2 : => member name: ProcessFriends : => source line number: 102
01-20 11:59:47.103 32393 32412 I Unity :
01-20 11:59:47.103 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.103 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.103 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.103 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.103 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.103 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:ProcessFriends(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:102)
01-20 11:59:47.103 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:77)
01-20 11:59:47.103 32393 32412 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:587)
01-20 11:59:47.103 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D:\UnityProjects\M
01-20 11:59:47.114 32393 32412 I Unity :
01-20 11:59:47.114 32393 32412 I Unity :
01-20 11:59:47.114 32393 32412 I Unity : GetPlayerTitleData***************** 933248DA4366B64F key pushid : => member name: GetPlayerTitleData : => source line number: 818
01-20 11:59:47.114 32393 32412 I Unity :
01-20 11:59:47.114 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.114 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.114 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.114 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.114 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.114 32393 32412 I Unity : IjsUiFramework.PlayFabManager:GetPlayerTitleData(String, String, Action`2) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:818)
01-20 11:59:47.114 32393 32412 I Unity : FriendItem:.ctor(String, String, String, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendItem.cs:49)
01-20 11:59:47.114 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:ProcessFriends(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:112)
01-20 11:59:47.114 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Bool
01-20 11:59:47.125 32393 32412 I Unity :
01-20 11:59:47.125 32393 32412 I Unity :
01-20 11:59:47.125 32393 32412 I Unity : name Rak isOnline: False False : => member name: ProcessFriends : => source line number: 116
01-20 11:59:47.125 32393 32412 I Unity :
01-20 11:59:47.125 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.125 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.125 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.125 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.125 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.125 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:ProcessFriends(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:116)
01-20 11:59:47.125 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:77)
01-20 11:59:47.125 32393 32412 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:587)
01-20 11:59:47.125 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D:\
01-20 11:59:47.129 32393 32412 I Unity :
01-20 11:59:47.129 32393 32412 I Unity :
01-20 11:59:47.129 32393 32412 I Unity : GetPlayerTitleData***************** E3EEA6C543F75007 key pushid : => member name: GetPlayerTitleData : => source line number: 818
01-20 11:59:47.129 32393 32412 I Unity :
01-20 11:59:47.129 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.129 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.129 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.129 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.129 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.129 32393 32412 I Unity : IjsUiFramework.PlayFabManager:GetPlayerTitleData(String, String, Action`2) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:818)
01-20 11:59:47.129 32393 32412 I Unity : FriendItem:.ctor(String, String, String, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendItem.cs:49)
01-20 11:59:47.129 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:ProcessFriends(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:112)
01-20 11:59:47.129 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Bool
01-20 11:59:47.135 32393 32412 I Unity :
01-20 11:59:47.135 32393 32412 I Unity :
01-20 11:59:47.135 32393 32412 I Unity : name Athree isOnline: False False : => member name: ProcessFriends : => source line number: 116
01-20 11:59:47.135 32393 32412 I Unity :
01-20 11:59:47.135 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.135 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.135 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.135 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.135 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.135 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:ProcessFriends(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:116)
01-20 11:59:47.135 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:77)
01-20 11:59:47.135 32393 32412 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:587)
01-20 11:59:47.135 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at
01-20 11:59:47.139 32393 32412 I Unity :
01-20 11:59:47.139 32393 32412 I Unity :
01-20 11:59:47.139 32393 32412 I Unity : HideLoading : => member name: HideLoading : => source line number: 282
01-20 11:59:47.139 32393 32412 I Unity :
01-20 11:59:47.139 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.139 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.139 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.139 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.139 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.139 32393 32412 I Unity : Dialog:HideLoading() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\Dialog.cs:282)
01-20 11:59:47.139 32393 32412 I Unity : DialogBox:HideLoadingScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:128)
01-20 11:59:47.139 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:ProcessFriends(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:119)
01-20 11:59:47.139 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:77)
01-20 11:59:47.139 32393 32412 I Unity : <>c__DisplayClass95_0:<UpdateAndGe
01-20 11:59:47.141 32393 32412 I Unity :
01-20 11:59:47.141 32393 32412 I Unity :
01-20 11:59:47.141 32393 32412 I Unity : GetFriendsList FriendItem Count 2 : => member name: ProcessFriends : => source line number: 120
01-20 11:59:47.141 32393 32412 I Unity :
01-20 11:59:47.141 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.141 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.141 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.141 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.141 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.141 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:ProcessFriends(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:120)
01-20 11:59:47.141 32393 32412 I Unity : IjsUiFramework.UIFriendsPanel:<LoadFriends>b__10_1(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIFriendsPanel.cs:77)
01-20 11:59:47.141 32393 32412 I Unity : <>c__DisplayClass95_0:<UpdateAndGetFriendsList>b__0(Boolean, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:587)
01-20 11:59:47.141 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass72_0:<GetFriendsList>b__0(GetFriendsListResult) (at D
01-20 11:59:47.451 32393 32412 I Unity :
01-20 11:59:47.451 32393 32412 I Unity :
01-20 11:59:47.451 32393 32412 I Unity : GetPlayerTitleData available pushid data.Value f1752756-40b1-445a-8337-e1d1a6b733a6 : => member name: GetPlayerTitleData : => source line number: 836
01-20 11:59:47.451 32393 32412 I Unity :
01-20 11:59:47.451 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.451 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.451 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.451 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.451 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.451 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass76_0:<GetPlayerTitleData>b__0(GetUserDataResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:836)
01-20 11:59:47.451 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:47.451 32393 32412 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk
01-20 11:59:47.459 32393 32412 I Unity :
01-20 11:59:47.459 32393 32412 I Unity :
01-20 11:59:47.459 32393 32412 I Unity : GetPlayerTitleData available pushid data.Value e392f037-51b0-4719-8de2-4d8386bd70bc : => member name: GetPlayerTitleData : => source line number: 836
01-20 11:59:47.459 32393 32412 I Unity :
01-20 11:59:47.459 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:47.459 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:47.459 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:47.459 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:47.459 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:47.459 32393 32412 I Unity : IjsUiFramework.<>c__DisplayClass76_0:<GetPlayerTitleData>b__0(GetUserDataResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PlayFabManager.cs:836)
01-20 11:59:47.459 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:47.459 32393 32412 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk
01-20 11:59:48.510 32393 32412 I Unity :
01-20 11:59:48.510 32393 32412 I Unity :
01-20 11:59:48.510 32393 32412 I Unity : PhotonManager : OnPlayerEnteredRoom totalActivePlayers 3 isMC False newPlayer.ActorNumber 3 : => member name: OnPlayerEnteredRoom : => source line number: 498
01-20 11:59:48.510 32393 32412 I Unity :
01-20 11:59:48.510 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:48.510 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:48.510 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:48.510 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:48.510 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:48.510 32393 32412 I Unity : PhotonManager:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:498)
01-20 11:59:48.510 32393 32412 I Unity : Photon.Realtime.InRoomCallbacksContainer:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:4022)
01-20 11:59:48.510 32393 32412 I Unity : Photon.Realtime.LoadBalancingClient:OnEvent(EventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3035)
01-20 11:59:48.510 32393 32412 I Unity : E
01-20 11:59:49.065 32393 32412 I Unity :
01-20 11:59:49.065 32393 32412 I Unity :
01-20 11:59:49.065 32393 32412 I Unity : onOtherPhotonPlayerJoined playerName Yui avatarID 3 UserId F9CFA39D78CAE1B4 : => member name: onOtherPhotonPlayerJoined : => source line number: 1706
01-20 11:59:49.065 32393 32412 I Unity :
01-20 11:59:49.065 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:49.065 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:49.065 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:49.065 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:49.065 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:49.065 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1706)
01-20 11:59:49.065 32393 32412 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 11:59:49.065 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:49.065 32393 32412 I Unity : UnityE
01-20 11:59:49.098 32393 32412 I Unity :
01-20 11:59:49.098 32393 32412 I Unity :
01-20 11:59:49.098 32393 32412 I Unity : HandleBotButtonsVisibility isMaster? False : => member name: HandleBotButtonsVisibility : => source line number: 85
01-20 11:59:49.098 32393 32412 I Unity :
01-20 11:59:49.098 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:49.098 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:49.098 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:49.098 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:49.098 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:49.098 32393 32412 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:HandleBotButtonsVisibility() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:85)
01-20 11:59:49.098 32393 32412 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:69)
01-20 11:59:49.098 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal
01-20 11:59:49.102 32393 32412 I Unity :
01-20 11:59:49.102 32393 32412 I Unity :
01-20 11:59:49.102 32393 32412 I Unity : RemoveBot _botsCount 0 players.Length 3 : => member name: RemoveBot : => source line number: 136
01-20 11:59:49.102 32393 32412 I Unity :
01-20 11:59:49.102 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:49.102 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:49.102 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:49.102 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:49.102 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:49.102 32393 32412 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:RemoveBot() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:136)
01-20 11:59:49.102 32393 32412 I Unity : IJDV.MonopolyDeal.View.UISharePrivateGamePanel:InitPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UISharePrivateGamePanel.cs:71)
01-20 11:59:49.102 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewCont
01-20 11:59:49.109 32393 32412 I Unity :
01-20 11:59:49.109 32393 32412 I Unity :
01-20 11:59:49.109 32393 32412 I Unity : onOtherPhotonPlayerJoined: 3 : => member name: onOtherPhotonPlayerJoined : => source line number: 2535
01-20 11:59:49.109 32393 32412 I Unity :
01-20 11:59:49.109 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:49.109 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:49.109 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:49.109 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:49.109 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:49.109 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2535)
01-20 11:59:49.109 32393 32412 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 11:59:49.109 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:49.109 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users
01-20 11:59:50.394 32393 32412 I Unity :
01-20 11:59:50.394 32393 32412 I Unity :
01-20 11:59:50.394 32393 32412 I Unity : PhotonManager : OnPlayerEnteredRoom totalActivePlayers 4 isMC False newPlayer.ActorNumber 4 : => member name: OnPlayerEnteredRoom : => source line number: 498
01-20 11:59:50.394 32393 32412 I Unity :
01-20 11:59:50.394 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:50.394 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:50.394 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:50.394 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:50.394 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:50.394 32393 32412 I Unity : PhotonManager:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:498)
01-20 11:59:50.394 32393 32412 I Unity : Photon.Realtime.InRoomCallbacksContainer:OnPlayerEnteredRoom(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:4022)
01-20 11:59:50.394 32393 32412 I Unity : Photon.Realtime.LoadBalancingClient:OnEvent(EventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs:3035)
01-20 11:59:50.394 32393 32412 I Unity : E
01-20 11:59:50.896 32393 32412 I Unity :
01-20 11:59:50.896 32393 32412 I Unity :
01-20 11:59:50.896 32393 32412 I Unity : onOtherPhotonPlayerJoined playerName Tim avatarID 0 UserId 3B20678178A93BF : => member name: onOtherPhotonPlayerJoined : => source line number: 1706
01-20 11:59:50.896 32393 32412 I Unity :
01-20 11:59:50.896 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:50.896 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:50.896 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:50.896 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:50.896 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:50.896 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1706)
01-20 11:59:50.896 32393 32412 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 11:59:50.896 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:50.896 32393 32412 I Unity : UnityEn
01-20 11:59:50.909 32393 32412 I Unity :
01-20 11:59:50.909 32393 32412 I Unity :
01-20 11:59:50.909 32393 32412 I Unity : ShowToastMessage Starting the game : => member name: ShowToastMessage : => source line number: 149
01-20 11:59:50.909 32393 32412 I Unity :
01-20 11:59:50.909 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:50.909 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:50.909 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:50.909 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:50.909 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:50.909 32393 32412 I Unity : DialogBox:ShowToastMessage(String, Single) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:149)
01-20 11:59:50.909 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1711)
01-20 11:59:50.909 32393 32412 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 11:59:50.909 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\Uni
01-20 11:59:50.919 32393 32412 I Unity :
01-20 11:59:50.919 32393 32412 I Unity :
01-20 11:59:50.919 32393 32412 I Unity : onOtherPhotonPlayerJoined: 4 : => member name: onOtherPhotonPlayerJoined : => source line number: 2535
01-20 11:59:50.919 32393 32412 I Unity :
01-20 11:59:50.919 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:50.919 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:50.919 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:50.919 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:50.919 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:50.919 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOtherPhotonPlayerJoined(Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2535)
01-20 11:59:50.919 32393 32412 I Unity : <>c__DisplayClass90_0:<OnPlayerEnteredRoom>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:503)
01-20 11:59:50.919 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:50.919 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users
01-20 11:59:51.883 32393 32412 I Unity :
01-20 11:59:51.883 32393 32412 I Unity :
01-20 11:59:51.883 32393 32412 I Unity : CloseWindow from ui button SharePrivateGameWindow : => member name: CloseWindow : => source line number: 80
01-20 11:59:51.883 32393 32412 I Unity :
01-20 11:59:51.883 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:51.883 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:51.883 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:51.883 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:51.883 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:51.883 32393 32412 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:80)
01-20 11:59:51.883 32393 32412 I Unity : IjsUiFramework.UIController:HideAllWindows(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:81)
01-20 11:59:51.883 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onOtherPhotonPlayerJoined>b__156_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1714)
01-20 11:59:51.883 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\As
01-20 11:59:51.888 32393 32412 I Unity :
01-20 11:59:51.888 32393 32412 I Unity :
01-20 11:59:51.888 32393 32412 I Unity : CloseWindow SharePrivateGameWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 11:59:51.888 32393 32412 I Unity :
01-20 11:59:51.888 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:51.888 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:51.888 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:51.888 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:51.888 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:51.888 32393 32412 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 11:59:51.888 32393 32412 I Unity : UIWindow:CloseWindow(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:81)
01-20 11:59:51.888 32393 32412 I Unity : IjsUiFramework.UIController:HideAllWindows(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:81)
01-20 11:59:51.888 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onOtherPhotonPlayerJoined>b__156_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\S
01-20 11:59:52.389 32393 32412 I Unity :
01-20 11:59:52.389 32393 32412 I Unity :
01-20 11:59:52.389 32393 32412 I Unity : createOnlineGame : => member name: createOnlineGame : => source line number: 183
01-20 11:59:52.389 32393 32412 I Unity :
01-20 11:59:52.389 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:52.389 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:52.389 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:52.389 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:52.389 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:52.389 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:183)
01-20 11:59:52.389 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:<onOtherPhotonPlayerJoined>b__103_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:2547)
01-20 11:59:52.389 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:52.389 32393 32412 I Unity : UnityEngine.SetupCoroutine:Invoke
01-20 11:59:53.276 32393 32412 I Unity :
01-20 11:59:53.276 32393 32412 I Unity :
01-20 11:59:53.276 32393 32412 I Unity : len: 4 : => member name: deserializePlayers : => source line number: 1023
01-20 11:59:53.276 32393 32412 I Unity :
01-20 11:59:53.276 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.276 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.276 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.276 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.276 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.276 32393 32412 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1023)
01-20 11:59:53.276 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 11:59:53.276 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:59:53.276 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:59:53.276 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 11:59:53.276 32393 32412 I Unity : Photon.Pun.PhotonNetwork:ExecuteRpc(Hashtable, P
01-20 11:59:53.399 32393 32412 I Unity :
01-20 11:59:53.399 32393 32412 I Unity :
01-20 11:59:53.399 32393 32412 I Unity : name: Swath id: 1 seat: 0 type: LOCAL isAi: False : => member name: deserializePlayers : => source line number: 1031
01-20 11:59:53.399 32393 32412 I Unity :
01-20 11:59:53.399 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.399 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.399 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.399 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.399 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.399 32393 32412 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1031)
01-20 11:59:53.399 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 11:59:53.399 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:59:53.399 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:59:53.399 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 11:59:53.399 32393 32412 I Unity : Photo
01-20 11:59:53.406 32393 32412 I Unity :
01-20 11:59:53.406 32393 32412 I Unity :
01-20 11:59:53.406 32393 32412 I Unity : name: Tom id: 2 seat: 1 type: OPPONENT isAi: False : => member name: deserializePlayers : => source line number: 1031
01-20 11:59:53.406 32393 32412 I Unity :
01-20 11:59:53.406 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.406 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.406 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.406 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.406 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.406 32393 32412 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1031)
01-20 11:59:53.406 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 11:59:53.406 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:59:53.406 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:59:53.406 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 11:59:53.406 32393 32412 I Unity : Phot
01-20 11:59:53.414 32393 32412 I Unity :
01-20 11:59:53.414 32393 32412 I Unity :
01-20 11:59:53.414 32393 32412 I Unity : name: Yui id: 3 seat: 2 type: OPPONENT isAi: False : => member name: deserializePlayers : => source line number: 1031
01-20 11:59:53.414 32393 32412 I Unity :
01-20 11:59:53.414 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.414 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.414 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.414 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.414 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.414 32393 32412 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1031)
01-20 11:59:53.414 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 11:59:53.414 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:59:53.414 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:59:53.414 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 11:59:53.414 32393 32412 I Unity : Phot
01-20 11:59:53.419 32393 32412 I Unity :
01-20 11:59:53.419 32393 32412 I Unity :
01-20 11:59:53.419 32393 32412 I Unity : name: Tim id: 4 seat: 3 type: OPPONENT isAi: False : => member name: deserializePlayers : => source line number: 1031
01-20 11:59:53.419 32393 32412 I Unity :
01-20 11:59:53.419 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.419 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.419 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.419 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.419 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.419 32393 32412 I Unity : PhotonManager:deserializePlayers(Byte[][]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1031)
01-20 11:59:53.419 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1172)
01-20 11:59:53.419 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:59:53.419 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:59:53.419 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 11:59:53.419 32393 32412 I Unity : Phot
01-20 11:59:53.421 32393 32412 I Unity :
01-20 11:59:53.421 32393 32412 I Unity :
01-20 11:59:53.421 32393 32412 I Unity : shareBasicGameDataRPC... : => member name: onShareBasicGameDataRPC : => source line number: 1176
01-20 11:59:53.421 32393 32412 I Unity :
01-20 11:59:53.421 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.421 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.421 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.421 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.421 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.421 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1176)
01-20 11:59:53.421 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:59:53.421 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:59:53.421 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Object, Object[])
01-20 11:59:53.421 32393 32412 I Unity : Photon.Pun.PhotonNetwork:ExecuteRpc(Hashtable, Player) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Photon\PhotonUnityNetworking\Code\PhotonNetworkPart.c
01-20 11:59:53.423 32393 32412 I Unity :
01-20 11:59:53.423 32393 32412 I Unity :
01-20 11:59:53.423 32393 32412 I Unity : createOnlineGame : => member name: createOnlineGame : => source line number: 183
01-20 11:59:53.423 32393 32412 I Unity :
01-20 11:59:53.423 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.423 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.423 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.423 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.423 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.423 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:183)
01-20 11:59:53.423 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1178)
01-20 11:59:53.423 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:59:53.423 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:59:53.423 32393 32412 I Unity : System.Reflection.MethodBase:In
01-20 11:59:53.425 32393 32412 I Unity :
01-20 11:59:53.425 32393 32412 I Unity :
01-20 11:59:53.425 32393 32412 I Unity : Others call : => member name: createOnlineGame : => source line number: 220
01-20 11:59:53.425 32393 32412 I Unity :
01-20 11:59:53.425 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.425 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.425 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.425 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.425 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.425 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:220)
01-20 11:59:53.425 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1178)
01-20 11:59:53.425 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:59:53.425 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:59:53.425 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(
01-20 11:59:53.433 32393 32412 I Unity :
01-20 11:59:53.433 32393 32412 I Unity :
01-20 11:59:53.433 32393 32412 I Unity : Photon players: 4 : => member name: createOnlinePlayers : => source line number: 312
01-20 11:59:53.433 32393 32412 I Unity :
01-20 11:59:53.433 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.433 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.433 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.433 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.433 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.433 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:312)
01-20 11:59:53.433 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:225)
01-20 11:59:53.433 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1178)
01-20 11:59:53.433 32393 32412 I Unity : Sys
01-20 11:59:53.444 32393 32412 I Unity :
01-20 11:59:53.444 32393 32412 I Unity :
01-20 11:59:53.444 32393 32412 I Unity : createOnlinePlayers playFabID 1009D099052A8223 playerName Tom profile
01-20 11:59:53.444 32393 32412 I Unity : <b>Name</b>: Tom
01-20 11:59:53.444 32393 32412 I Unity : <b>PlayFabID</b>: 1009D099052A8223
01-20 11:59:53.444 32393 32412 I Unity : <b>AvatarID</b>: 1
01-20 11:59:53.444 32393 32412 I Unity : <b>TotalCoins</b>: 17475
01-20 11:59:53.444 32393 32412 I Unity : <b>BetAmount</b>: 0
01-20 11:59:53.444 32393 32412 I Unity : : => member name: createOnlinePlayers : => source line number: 332
01-20 11:59:53.444 32393 32412 I Unity :
01-20 11:59:53.444 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.444 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.444 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.444 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.444 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.444 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:332)
01-20 11:59:53.444 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:225)
01-20 11:59:53.444 32393 32412 I Unity : Phot
01-20 11:59:53.452 32393 32412 I Unity :
01-20 11:59:53.452 32393 32412 I Unity :
01-20 11:59:53.452 32393 32412 I Unity : createOnlinePlayers playFabID F9CFA39D78CAE1B4 playerName Yui profile
01-20 11:59:53.452 32393 32412 I Unity : <b>Name</b>: Yui
01-20 11:59:53.452 32393 32412 I Unity : <b>PlayFabID</b>: F9CFA39D78CAE1B4
01-20 11:59:53.452 32393 32412 I Unity : <b>AvatarID</b>: 3
01-20 11:59:53.452 32393 32412 I Unity : <b>TotalCoins</b>: 21125
01-20 11:59:53.452 32393 32412 I Unity : <b>BetAmount</b>: 0
01-20 11:59:53.452 32393 32412 I Unity : : => member name: createOnlinePlayers : => source line number: 332
01-20 11:59:53.452 32393 32412 I Unity :
01-20 11:59:53.452 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.452 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.452 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.452 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.452 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.452 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:332)
01-20 11:59:53.452 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:225)
01-20 11:59:53.452 32393 32412 I Unity : Phot
01-20 11:59:53.455 32393 32412 I Unity :
01-20 11:59:53.455 32393 32412 I Unity :
01-20 11:59:53.455 32393 32412 I Unity : createOnlinePlayers playFabID 3B20678178A93BF playerName Tim profile
01-20 11:59:53.455 32393 32412 I Unity : <b>Name</b>: Tim
01-20 11:59:53.455 32393 32412 I Unity : <b>PlayFabID</b>: 3B20678178A93BF
01-20 11:59:53.455 32393 32412 I Unity : <b>AvatarID</b>: 0
01-20 11:59:53.455 32393 32412 I Unity : <b>TotalCoins</b>: 19375
01-20 11:59:53.455 32393 32412 I Unity : <b>BetAmount</b>: 0
01-20 11:59:53.455 32393 32412 I Unity : : => member name: createOnlinePlayers : => source line number: 332
01-20 11:59:53.455 32393 32412 I Unity :
01-20 11:59:53.455 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.455 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.455 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.455 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.455 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.455 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:332)
01-20 11:59:53.455 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:225)
01-20 11:59:53.455 32393 32412 I Unity : Photon
01-20 11:59:53.459 32393 32412 I Unity :
01-20 11:59:53.459 32393 32412 I Unity :
01-20 11:59:53.459 32393 32412 I Unity : createOnlinePlayers playFabID 1975A301E6A3E936 playerName Swath profile
01-20 11:59:53.459 32393 32412 I Unity : <b>Name</b>: Swath
01-20 11:59:53.459 32393 32412 I Unity : <b>PlayFabID</b>: 1975A301E6A3E936
01-20 11:59:53.459 32393 32412 I Unity : <b>AvatarID</b>: 14
01-20 11:59:53.459 32393 32412 I Unity : <b>TotalCoins</b>: 21525
01-20 11:59:53.459 32393 32412 I Unity : <b>BetAmount</b>: 0
01-20 11:59:53.459 32393 32412 I Unity : : => member name: createOnlinePlayers : => source line number: 332
01-20 11:59:53.459 32393 32412 I Unity :
01-20 11:59:53.459 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.459 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.459 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.459 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.459 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.459 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:332)
01-20 11:59:53.459 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:225)
01-20 11:59:53.461 32393 32412 I Unity :
01-20 11:59:53.461 32393 32412 I Unity :
01-20 11:59:53.461 32393 32412 I Unity : Players: 4 : => member name: createOnlinePlayers : => source line number: 362
01-20 11:59:53.461 32393 32412 I Unity :
01-20 11:59:53.461 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.461 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.461 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.461 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.461 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.461 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlinePlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:362)
01-20 11:59:53.461 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:225)
01-20 11:59:53.461 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1178)
01-20 11:59:53.461 32393 32412 I Unity : System.Ref
01-20 11:59:53.468 32393 32412 I Unity :
01-20 11:59:53.468 32393 32412 I Unity :
01-20 11:59:53.468 32393 32412 I Unity : CardsData/MonopoloyCards : => member name: LoadJSONFromResource : => source line number: 108
01-20 11:59:53.468 32393 32412 I Unity :
01-20 11:59:53.468 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.468 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.468 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.468 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.468 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.468 32393 32412 I Unity : JSONHelper:LoadJSONFromResource(String) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\JSONHelper.cs:108)
01-20 11:59:53.468 32393 32412 I Unity : IJDV.MonopolyDeal.Model.Deck:getDeck(Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\Deck.cs:18)
01-20 11:59:53.468 32393 32412 I Unity : IJDV.MonopolyDeal.Model.Deck:getCardsFromUid(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\Deck.cs:270)
01-20 11:59:53.468 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\M
01-20 11:59:53.482 32393 32412 I Unity :
01-20 11:59:53.482 32393 32412 I Unity :
01-20 11:59:53.482 32393 32412 I Unity : {
01-20 11:59:53.482 32393 32412 I Unity : "ActionCards": [
01-20 11:59:53.482 32393 32412 I Unity : {
01-20 11:59:53.482 32393 32412 I Unity : "cardType": 1,
01-20 11:59:53.482 32393 32412 I Unity : "action": 1,
01-20 11:59:53.482 32393 32412 I Unity : "secondaryAction": 1,
01-20 11:59:53.482 32393 32412 I Unity : "cardTypeStr": "ACTION CARD",
01-20 11:59:53.482 32393 32412 I Unity : "title": "DEAL BREAKER",
01-20 11:59:53.482 32393 32412 I Unity : "moneyValue": 5,
01-20 11:59:53.482 32393 32412 I Unity : "description": "Steal a complete set of properties from any player.\n<size=26>(Includes any buildings.)</size>",
01-20 11:59:53.482 32393 32412 I Unity : "shortDescription": "Steal a complete set of properties from any player.",
01-20 11:59:53.482 32393 32412 I Unity : "subDescription": "",
01-20 11:59:53.482 32393 32412 I Unity : "setCount": 1,
01-20 11:59:53.482 32393 32412 I Unity : "pureWild": false,
01-20 11:59:53.482 32393 32412 I Unity : "cardCount": 2,
01-20 11:59:53.482 32393 32412 I Unity : "uniqueId": 0,
01-20 11:59:53.482 32393 32412 I Unity : "colors": [
01-20 11:59:53.482 32393 32412 I Unity : {
01-20 11:59:53.482 32393 32412 I Unity : "hasIcon": false,
01-20 11:59:53.482 32393 32412 I Unity : "iconKey": [],
01-20 11:59:53.482 32393 32412 I Unity : "color": "#FFFFFF",
01-20 11:59:53.482 32393 32412 I Unity : "titleTextColor":"#000000",
01-20 11:59:53.482 32393 32412 I Unity : "rent": []
01-20 11:59:53.482 32393 32412 I Unity : }
01-20 11:59:53.482 32393 32412 I Unity : ],
01-20 11:59:53.482 32393 32412 I Unity : "ui": {
01-20 11:59:53.482 32393 32412 I Unity : "hasIcon": false,
01-20 11:59:53.482 32393 32412 I Unity : "iconKey": "",
01-20 11:59:53.482 32393 32412 I Unity : "bgColor": "#8769BE",
01-20 11:59:53.482 32393 32412 I Unity : "bgHeaderColor": "#9577CD"
01-20 11:59:53.482 32393 32412 I Unity : }
01-20 11:59:53.482 32393 32412 I Unity : },
01-20 11:59:53.482 32393 32412 I Unity : {
01-20 11:59:53.482 32393 32412 I Unity : "cardType": 1,
01-20 11:59:53.482 32393 32412 I Unity : "action": 2,
01-20 11:59:53.482 32393 32412 I Unity : "secondaryAction": 2,
01-20 11:59:53.482 32393 32412 I Unity : "cardTypeStr": "ACTION CARD",
01-20 11:59:53.482 32393 32412 I Unity : "title": "DEBT <size=50>COLLECTOR<
01-20 11:59:53.533 32393 32412 I Unity :
01-20 11:59:53.533 32393 32412 I Unity :
01-20 11:59:53.533 32393 32412 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 11:59:53.533 32393 32412 I Unity :
01-20 11:59:53.533 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.533 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.533 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.533 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.533 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.533 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 11:59:53.533 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setCardsToPlayers(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:423)
01-20 11:59:53.533 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:228)
01-20 11:59:53.533 32393 32412 I Unity : PhotonM
01-20 11:59:53.589 32393 32412 I Unity :
01-20 11:59:53.589 32393 32412 I Unity :
01-20 11:59:53.589 32393 32412 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 11:59:53.589 32393 32412 I Unity :
01-20 11:59:53.589 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.589 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.589 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.589 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.589 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.589 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 11:59:53.589 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:setCardsToPlayers(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:423)
01-20 11:59:53.589 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:228)
01-20 11:59:53.589 32393 32412 I Unity : PhotonM
01-20 11:59:53.599 32393 32412 I Unity :
01-20 11:59:53.599 32393 32412 I Unity :
01-20 11:59:53.599 32393 32412 I Unity : HideLoading : => member name: HideLoading : => source line number: 282
01-20 11:59:53.599 32393 32412 I Unity :
01-20 11:59:53.599 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.599 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.599 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.599 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.599 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.599 32393 32412 I Unity : Dialog:HideLoading() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\Dialog.cs:282)
01-20 11:59:53.599 32393 32412 I Unity : DialogBox:HideLoadingScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:128)
01-20 11:59:53.599 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onHideProgressEvnetToView() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:782)
01-20 11:59:53.599 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\
01-20 11:59:53.628 32393 32412 I Unity :
01-20 11:59:53.628 32393 32412 I Unity :
01-20 11:59:53.628 32393 32412 I Unity : onPlayersReadyEventToView Count 4 : => member name: onPlayersReadyEventToView : => source line number: 411
01-20 11:59:53.628 32393 32412 I Unity :
01-20 11:59:53.628 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.628 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.628 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.628 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.628 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.628 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:411)
01-20 11:59:53.628 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:241)
01-20 11:59:53.628 32393 32412 I Unity : PhotonManager:onShareBasicGameDataRPC(Int32[], Byte[][], Boolean, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDe
01-20 11:59:53.637 32393 32412 I Unity :
01-20 11:59:53.637 32393 32412 I Unity :
01-20 11:59:53.637 32393 32412 I Unity : CreatePlayer name: Tom id: 2 seat: 0 type: LOCAL isAi: False playfabId 1009D099052A8223 : => member name: CreatePlayer : => source line number: 246
01-20 11:59:53.637 32393 32412 I Unity :
01-20 11:59:53.637 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.637 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.637 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.637 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.637 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.637 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:246)
01-20 11:59:53.637 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 11:59:53.637 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit\M
01-20 11:59:53.654 32393 32412 I Unity :
01-20 11:59:53.654 32393 32412 I Unity :
01-20 11:59:53.654 32393 32412 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 11:59:53.654 32393 32412 I Unity :
01-20 11:59:53.654 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.654 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.654 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.654 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.654 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.654 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 11:59:53.654 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:256)
01-20 11:59:53.654 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 11:59:53.663 32393 32412 I Unity :
01-20 11:59:53.663 32393 32412 I Unity :
01-20 11:59:53.663 32393 32412 I Unity : CreatePlayer name: Yui id: 3 seat: 1 type: OPPONENT isAi: False playfabId F9CFA39D78CAE1B4 : => member name: CreatePlayer : => source line number: 246
01-20 11:59:53.663 32393 32412 I Unity :
01-20 11:59:53.663 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.663 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.663 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.663 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.663 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.663 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:246)
01-20 11:59:53.663 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 11:59:53.663 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGi
01-20 11:59:53.667 32393 32412 I Unity :
01-20 11:59:53.667 32393 32412 I Unity :
01-20 11:59:53.667 32393 32412 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 11:59:53.667 32393 32412 I Unity :
01-20 11:59:53.667 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.667 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.667 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.667 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.667 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.667 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 11:59:53.667 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:256)
01-20 11:59:53.667 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 11:59:53.671 32393 32412 I Unity :
01-20 11:59:53.671 32393 32412 I Unity :
01-20 11:59:53.671 32393 32412 I Unity : CreatePlayer name: Tim id: 4 seat: 2 type: OPPONENT isAi: False playfabId 3B20678178A93BF : => member name: CreatePlayer : => source line number: 246
01-20 11:59:53.671 32393 32412 I Unity :
01-20 11:59:53.671 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.671 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.671 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.671 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.671 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.671 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:246)
01-20 11:59:53.671 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 11:59:53.671 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDealGit
01-20 11:59:53.676 32393 32412 I Unity :
01-20 11:59:53.676 32393 32412 I Unity :
01-20 11:59:53.676 32393 32412 I Unity : UpdateRemainingActionsLabel 4 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 11:59:53.676 32393 32412 I Unity :
01-20 11:59:53.676 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.676 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.676 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.676 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.676 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.676 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 11:59:53.676 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:256)
01-20 11:59:53.676 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 11:59:53.681 32393 32412 I Unity :
01-20 11:59:53.681 32393 32412 I Unity :
01-20 11:59:53.681 32393 32412 I Unity : CreatePlayer name: Swath id: 1 seat: 3 type: OPPONENT isAi: False playfabId 1975A301E6A3E936 : => member name: CreatePlayer : => source line number: 246
01-20 11:59:53.681 32393 32412 I Unity :
01-20 11:59:53.681 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.681 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.681 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.681 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.681 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.681 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:246)
01-20 11:59:53.681 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 11:59:53.681 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDeal
01-20 11:59:53.685 32393 32412 I Unity :
01-20 11:59:53.685 32393 32412 I Unity :
01-20 11:59:53.685 32393 32412 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 11:59:53.685 32393 32412 I Unity :
01-20 11:59:53.685 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.685 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.685 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.685 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.685 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.685 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 11:59:53.685 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:CreatePlayer(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:256)
01-20 11:59:53.685 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:422)
01-20 11:59:53.689 32393 32412 I Unity :
01-20 11:59:53.689 32393 32412 I Unity :
01-20 11:59:53.689 32393 32412 I Unity : HideLoading : => member name: HideLoading : => source line number: 282
01-20 11:59:53.689 32393 32412 I Unity :
01-20 11:59:53.689 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.689 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.689 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.689 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.689 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.689 32393 32412 I Unity : Dialog:HideLoading() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\Dialog.cs:282)
01-20 11:59:53.689 32393 32412 I Unity : DialogBox:HideLoadingScreen() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\DialogBox\DialogBox.cs:128)
01-20 11:59:53.689 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onPlayersReadyEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:424)
01-20 11:59:53.689 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1, Int32) (at D:\UnityProjects\MonopolyDe
01-20 11:59:53.695 32393 32412 I Unity :
01-20 11:59:53.695 32393 32412 I Unity :
01-20 11:59:53.695 32393 32412 I Unity : CloseWindow SharePrivateGameWindow tweening False : => member name: CloseWindow : => source line number: 86
01-20 11:59:53.695 32393 32412 I Unity :
01-20 11:59:53.695 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.695 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.695 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.695 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.695 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.695 32393 32412 I Unity : UIWindow:CloseWindow(Boolean, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIWindow.cs:86)
01-20 11:59:53.695 32393 32412 I Unity : IjsUiFramework.UIController:HideWindow(UIWindows, WindowTweenCallback, WindowTweenCallback) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\UI\UIController.cs:160)
01-20 11:59:53.695 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onDealCardsEventToView(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewControl
01-20 11:59:53.966 32393 32412 I Unity :
01-20 11:59:53.966 32393 32412 I Unity :
01-20 11:59:53.966 32393 32412 I Unity : Coins Updated. Balance : 17425 : => member name: SubtractCoinsSuccess : => source line number: 78
01-20 11:59:53.966 32393 32412 I Unity :
01-20 11:59:53.966 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:53.966 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:53.966 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:53.966 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:53.966 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:53.966 32393 32412 I Unity : Currency:SubtractCoinsSuccess(ModifyUserVirtualCurrencyResult) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Currency.cs:78)
01-20 11:59:53.966 32393 32412 I Unity : PlayFab.Internal.<>c__DisplayClass23_0`1:<_MakeApiCall>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabHTTP.cs:215)
01-20 11:59:53.966 32393 32412 I Unity : PlayFab.Internal.PlayFabUnityHttp:OnResponse(String, CallRequestContainer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\PlayFabSdk\Shared\Internal\PlayFabHttp\PlayFabUnityHttp.cs:247)
01-20 11:59:53.966 32393 32412 I Unity : PlayFab.Internal.<Post>d__1
01-20 11:59:54.731 32393 32412 I Unity :
01-20 11:59:54.731 32393 32412 I Unity :
01-20 11:59:54.731 32393 32412 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 11:59:54.731 32393 32412 I Unity :
01-20 11:59:54.731 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:54.731 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:54.731 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:54.731 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:54.731 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:54.731 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 11:59:54.731 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 11:59:54.731 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:54.731 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/
01-20 11:59:54.734 32393 32412 I Unity :
01-20 11:59:54.734 32393 32412 I Unity :
01-20 11:59:54.734 32393 32412 I Unity : ReArrangeLocalPlayerhand count 5 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 11:59:54.734 32393 32412 I Unity :
01-20 11:59:54.734 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:54.734 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:54.734 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:54.734 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:54.734 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:54.734 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 11:59:54.734 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 11:59:54.734 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:54.734 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/bui
01-20 11:59:54.923 32393 32412 I Unity :
01-20 11:59:54.923 32393 32412 I Unity :
01-20 11:59:54.923 32393 32412 I Unity : UIView on set turn... 1 : => member name: onSetTurn : => source line number: 1657
01-20 11:59:54.923 32393 32412 I Unity :
01-20 11:59:54.923 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:54.923 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:54.923 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:54.923 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:54.923 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:54.923 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 11:59:54.923 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 11:59:54.923 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 11:59:54.923 32393 32412 I Unity : System.Reflection.MonoMethod:Internal
01-20 11:59:54.936 32393 32412 I Unity :
01-20 11:59:54.936 32393 32412 I Unity :
01-20 11:59:54.936 32393 32412 I Unity : SetTurn to 1 : => member name: SetTurn : => source line number: 656
01-20 11:59:54.936 32393 32412 I Unity :
01-20 11:59:54.936 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:54.936 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:54.936 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:54.936 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:54.936 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:54.936 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 11:59:54.936 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 11:59:54.936 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 11:59:54.936 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 11:59:54.953 32393 32412 I Unity :
01-20 11:59:54.953 32393 32412 I Unity :
01-20 11:59:54.953 32393 32412 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 11:59:54.953 32393 32412 I Unity :
01-20 11:59:54.953 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:54.953 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:54.953 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:54.953 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:54.953 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:54.953 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 11:59:54.953 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 11:59:54.953 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 11:59:54.953 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 11:59:55.399 32393 32412 I Unity :
01-20 11:59:55.399 32393 32412 I Unity :
01-20 11:59:55.399 32393 32412 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 11:59:55.399 32393 32412 I Unity :
01-20 11:59:55.399 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:55.399 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:55.399 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:55.399 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:55.399 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:55.399 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 11:59:55.399 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 11:59:55.399 32393 32412 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 11:59:55.399 32393 32412 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 11:59:55.433 32393 32412 I Unity :
01-20 11:59:55.433 32393 32412 I Unity :
01-20 11:59:55.433 32393 32412 I Unity : onDealOver: mode:ONLINE_PRIVATE : => member name: onDealOver : => source line number: 1194
01-20 11:59:55.433 32393 32412 I Unity :
01-20 11:59:55.433 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:55.433 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:55.433 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:55.433 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:55.433 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:55.433 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onDealOver() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1194)
01-20 11:59:55.433 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c:<onDealCardsEventToView>b__106_1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:466)
01-20 11:59:55.433 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 11:59:55.433 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, Int
01-20 11:59:55.909 32393 32412 I Unity :
01-20 11:59:55.909 32393 32412 I Unity :
01-20 11:59:55.909 32393 32412 I Unity : onSetTurnTimerEventToView 1 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 11:59:55.909 32393 32412 I Unity :
01-20 11:59:55.909 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:55.909 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:55.909 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:55.909 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:55.909 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:55.909 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 11:59:55.909 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 11:59:55.909 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 11:59:55.919 32393 32412 I Unity :
01-20 11:59:55.919 32393 32412 I Unity :
01-20 11:59:55.919 32393 32412 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-20 11:59:55.919 32393 32412 I Unity :
01-20 11:59:55.919 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:55.919 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:55.919 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:55.919 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:55.919 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:55.919 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 11:59:55.919 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 11:59:55.919 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDe
01-20 11:59:55.946 32393 32412 I Unity :
01-20 11:59:55.946 32393 32412 I Unity :
01-20 11:59:55.946 32393 32412 I Unity : onUpdatePlayerPlayStateEventToView name: Swath id: 1 seat: 3 type: OPPONENT isAi: False playState READY_TO_PLAY handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 11:59:55.946 32393 32412 I Unity :
01-20 11:59:55.946 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:55.946 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:55.946 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:55.946 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:55.946 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:55.946 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 11:59:55.946 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 11:59:55.946 32393 32412 I Unity : <ExecuteAf
01-20 11:59:55.952 32393 32412 I Unity :
01-20 11:59:55.952 32393 32412 I Unity :
01-20 11:59:55.952 32393 32412 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 11:59:55.952 32393 32412 I Unity :
01-20 11:59:55.952 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:55.952 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:55.952 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:55.952 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:55.952 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:55.952 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 11:59:55.952 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 11:59:55.952 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 11:59:55.961 32393 32412 I Unity :
01-20 11:59:55.961 32393 32412 I Unity :
01-20 11:59:55.961 32393 32412 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 11:59:55.961 32393 32412 I Unity :
01-20 11:59:55.961 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:55.961 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:55.961 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:55.961 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:55.961 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:55.961 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 11:59:55.961 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 11:59:55.961 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 11:59:55.996 32393 32412 I Unity :
01-20 11:59:55.996 32393 32412 I Unity :
01-20 11:59:55.996 32393 32412 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 11:59:55.996 32393 32412 I Unity :
01-20 11:59:55.996 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:55.996 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:55.996 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:55.996 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:55.996 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:55.996 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 11:59:55.996 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 11:59:55.996 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 11:59:55.996 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 11:59:55.996 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 11:59:56.009 32393 32412 I Unity :
01-20 11:59:56.009 32393 32412 I Unity :
01-20 11:59:56.009 32393 32412 I Unity : **Cards: 2 : => member name: deSerilaize : => source line number: 29
01-20 11:59:56.009 32393 32412 I Unity :
01-20 11:59:56.009 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:56.009 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:56.009 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:56.009 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:56.009 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:56.009 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 11:59:56.009 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 11:59:56.009 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 11:59:56.009 32393 32412 I Unity : System.Reflection.MonoMethod:Internal
01-20 11:59:56.022 32393 32412 I Unity :
01-20 11:59:56.022 32393 32412 I Unity :
01-20 11:59:56.022 32393 32412 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 11:59:56.022 32393 32412 I Unity :
01-20 11:59:56.022 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:56.022 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:56.022 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:56.022 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:56.022 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:56.022 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 11:59:56.022 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 11:59:56.022 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 11:59:56.022 32393 32412 I Unity : System.Reflection.Mo
01-20 11:59:56.033 32393 32412 I Unity :
01-20 11:59:56.033 32393 32412 I Unity :
01-20 11:59:56.033 32393 32412 I Unity : ==============PLAYER MOVE===========
01-20 11:59:56.033 32393 32412 I Unity : From: Swath
01-20 11:59:56.033 32393 32412 I Unity : To: Swath
01-20 11:59:56.033 32393 32412 I Unity : ToPile: HAND_PILE
01-20 11:59:56.033 32393 32412 I Unity : Properties:
01-20 11:59:56.033 32393 32412 I Unity : isValidMv: True
01-20 11:59:56.033 32393 32412 I Unity : CardsMoved
01-20 11:59:56.033 32393 32412 I Unity : type: RENT_CARD action: RENT uid: 84 money: 1 isPureWild: False colors: 2 Hash -1125295360
01-20 11:59:56.033 32393 32412 I Unity : type: ACTION_CARD action: PASS_GO uid: 26 money: 1 isPureWild: False colors: 1 Hash 1362457728
01-20 11:59:56.033 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 11:59:56.033 32393 32412 I Unity :
01-20 11:59:56.033 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:56.033 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:56.033 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:56.033 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:56.033 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:56.033 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 11:59:56.033 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealControlle
01-20 11:59:56.036 32393 32412 I Unity :
01-20 11:59:56.036 32393 32412 I Unity :
01-20 11:59:56.036 32393 32412 I Unity : from: Swath to: Swath : => member name: onOthersCardMove : => source line number: 709
01-20 11:59:56.036 32393 32412 I Unity :
01-20 11:59:56.036 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:56.036 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:56.036 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:56.036 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:56.036 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:56.036 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 11:59:56.036 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 11:59:56.036 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 11:59:56.036 32393 32412 I Unity : System.Reflecti
01-20 11:59:56.040 32393 32412 I Unity :
01-20 11:59:56.040 32393 32412 I Unity :
01-20 11:59:56.040 32393 32412 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 11:59:56.040 32393 32412 I Unity :
01-20 11:59:56.040 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:56.040 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:56.040 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:56.040 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:56.040 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:56.040 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 11:59:56.040 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:754)
01-20 11:59:56.040 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777
01-20 11:59:56.055 32393 32412 I Unity :
01-20 11:59:56.055 32393 32412 I Unity :
01-20 11:59:56.055 32393 32412 I Unity : onOppntPlayerCardMoveEventToView from 1 to 1 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 11:59:56.055 32393 32412 I Unity :
01-20 11:59:56.055 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:56.055 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:56.055 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:56.055 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:56.055 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:56.055 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 11:59:56.055 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 11:59:56.055 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 11:59:56.065 32393 32412 I Unity :
01-20 11:59:56.065 32393 32412 I Unity :
01-20 11:59:56.065 32393 32412 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 1 toPlayer 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 11:59:56.065 32393 32412 I Unity :
01-20 11:59:56.065 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 11:59:56.065 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 11:59:56.065 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 11:59:56.065 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 11:59:56.065 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 11:59:56.065 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 11:59:56.065 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 11:59:56.065 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:00:01.384 32393 32412 I Unity :
01-20 12:00:01.384 32393 32412 I Unity :
01-20 12:00:01.384 32393 32412 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:00:01.384 32393 32412 I Unity :
01-20 12:00:01.384 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.384 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.384 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.384 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.384 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.384 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:00:01.384 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:01.384 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:00:01.384 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:00:01.384 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:00:01.393 32393 32412 I Unity :
01-20 12:00:01.393 32393 32412 I Unity :
01-20 12:00:01.393 32393 32412 I Unity : **Cards: 1 : => member name: deSerilaize : => source line number: 29
01-20 12:00:01.393 32393 32412 I Unity :
01-20 12:00:01.393 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.393 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.393 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.393 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.393 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.393 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:00:01.393 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:00:01.393 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:01.393 32393 32412 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:00:01.415 32393 32412 I Unity :
01-20 12:00:01.415 32393 32412 I Unity :
01-20 12:00:01.415 32393 32412 I Unity : UID: 98 : => member name: findAndGetCards : => source line number: 320
01-20 12:00:01.415 32393 32412 I Unity :
01-20 12:00:01.415 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.415 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.415 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.415 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.415 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.415 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:320)
01-20 12:00:01.415 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:00:01.415 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:00:01.415 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppn
01-20 12:00:01.423 32393 32412 I Unity :
01-20 12:00:01.423 32393 32412 I Unity :
01-20 12:00:01.423 32393 32412 I Unity : Not in bank... : => member name: findAndGetCards : => source line number: 324
01-20 12:00:01.423 32393 32412 I Unity :
01-20 12:00:01.423 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.423 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.423 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.423 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.423 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.423 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:324)
01-20 12:00:01.423 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:00:01.423 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:00:01.423 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMove
01-20 12:00:01.432 32393 32412 I Unity :
01-20 12:00:01.432 32393 32412 I Unity :
01-20 12:00:01.432 32393 32412 I Unity : Not in Property... : => member name: findAndGetCards : => source line number: 343
01-20 12:00:01.432 32393 32412 I Unity :
01-20 12:00:01.432 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.432 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.432 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.432 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.432 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.432 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:343)
01-20 12:00:01.432 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:00:01.432 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:00:01.432 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCard
01-20 12:00:01.441 32393 32412 I Unity :
01-20 12:00:01.441 32393 32412 I Unity :
01-20 12:00:01.441 32393 32412 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:00:01.441 32393 32412 I Unity :
01-20 12:00:01.441 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.441 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.441 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.441 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.441 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.441 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:00:01.441 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:01.441 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:01.441 32393 32412 I Unity : System.Reflection.Mo
01-20 12:00:01.447 32393 32412 I Unity :
01-20 12:00:01.447 32393 32412 I Unity :
01-20 12:00:01.447 32393 32412 I Unity : ==============PLAYER MOVE===========
01-20 12:00:01.447 32393 32412 I Unity : From: Swath
01-20 12:00:01.447 32393 32412 I Unity : To: Swath
01-20 12:00:01.447 32393 32412 I Unity : ToPile: BANK_PILE
01-20 12:00:01.447 32393 32412 I Unity : Properties:
01-20 12:00:01.447 32393 32412 I Unity : isValidMv: True
01-20 12:00:01.447 32393 32412 I Unity : CardsMoved
01-20 12:00:01.447 32393 32412 I Unity : type: MONEY_CARD action: MONEY uid: 98 money: 3 isPureWild: False colors: 1 Hash 1850711296
01-20 12:00:01.447 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:00:01.447 32393 32412 I Unity :
01-20 12:00:01.447 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.447 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.447 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.447 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.447 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.447 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:00:01.447 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDea
01-20 12:00:01.453 32393 32412 I Unity :
01-20 12:00:01.453 32393 32412 I Unity :
01-20 12:00:01.453 32393 32412 I Unity : from: Swath to: Swath : => member name: onOthersCardMove : => source line number: 709
01-20 12:00:01.453 32393 32412 I Unity :
01-20 12:00:01.453 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.453 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.453 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.453 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.453 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.453 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:00:01.453 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:01.453 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:01.453 32393 32412 I Unity : System.Reflecti
01-20 12:00:01.461 32393 32412 I Unity :
01-20 12:00:01.461 32393 32412 I Unity :
01-20 12:00:01.461 32393 32412 I Unity : Swath added cards to bank pile : => member name: onOthersCardMove : => source line number: 727
01-20 12:00:01.461 32393 32412 I Unity :
01-20 12:00:01.461 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.461 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.461 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.461 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.461 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.461 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:727)
01-20 12:00:01.461 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:01.461 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:01.461 32393 32412 I Unity : System
01-20 12:00:01.469 32393 32412 I Unity :
01-20 12:00:01.469 32393 32412 I Unity :
01-20 12:00:01.469 32393 32412 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:00:01.469 32393 32412 I Unity :
01-20 12:00:01.469 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.469 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.469 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.469 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.469 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.469 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:00:01.469 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1415)
01-20 12:00:01.469 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopol
01-20 12:00:01.477 32393 32412 I Unity :
01-20 12:00:01.477 32393 32412 I Unity :
01-20 12:00:01.477 32393 32412 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1416
01-20 12:00:01.477 32393 32412 I Unity :
01-20 12:00:01.477 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.477 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.477 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.477 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.477 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.477 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1416)
01-20 12:00:01.477 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:768)
01-20 12:00:01.477 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGi
01-20 12:00:01.482 32393 32412 I Unity :
01-20 12:00:01.482 32393 32412 I Unity :
01-20 12:00:01.482 32393 32412 I Unity : Swath card removed... : => member name: onOthersCardMove : => source line number: 771
01-20 12:00:01.482 32393 32412 I Unity :
01-20 12:00:01.482 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.482 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.482 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.482 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.482 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.482 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:771)
01-20 12:00:01.482 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:01.482 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:01.482 32393 32412 I Unity : System.Reflecti
01-20 12:00:01.490 32393 32412 I Unity :
01-20 12:00:01.490 32393 32412 I Unity :
01-20 12:00:01.490 32393 32412 I Unity : type: MONEY_CARD action: MONEY uid: 98 money: 3 isPureWild: False colors: 1 Hash 1850711296 : => member name: removeCardFromHand : => source line number: 2345
01-20 12:00:01.490 32393 32412 I Unity :
01-20 12:00:01.490 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.490 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.490 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.490 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.490 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.490 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:2345)
01-20 12:00:01.490 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:772)
01-20 12:00:01.490 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\M
01-20 12:00:01.498 32393 32412 I Unity :
01-20 12:00:01.498 32393 32412 I Unity :
01-20 12:00:01.498 32393 32412 I Unity : onOppntPlayerCardMoveEventToView from 1 to 1 toPile BANK_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:00:01.498 32393 32412 I Unity :
01-20 12:00:01.498 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.498 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.498 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.498 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.498 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.498 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:00:01.498 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:00:01.498 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:00:01.507 32393 32412 I Unity :
01-20 12:00:01.507 32393 32412 I Unity :
01-20 12:00:01.507 32393 32412 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 1 toPlayer 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:00:01.507 32393 32412 I Unity :
01-20 12:00:01.507 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.507 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.507 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.507 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.507 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.507 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:00:01.507 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:00:01.507 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:00:01.519 32393 32412 I Unity :
01-20 12:00:01.519 32393 32412 I Unity :
01-20 12:00:01.519 32393 32412 I Unity : from pile? BANK_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 684
01-20 12:00:01.519 32393 32412 I Unity :
01-20 12:00:01.519 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.519 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.519 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.519 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.519 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.519 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:684)
01-20 12:00:01.519 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:00:01.519 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:00:01.531 32393 32412 I Unity :
01-20 12:00:01.531 32393 32412 I Unity :
01-20 12:00:01.531 32393 32412 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1265
01-20 12:00:01.531 32393 32412 I Unity :
01-20 12:00:01.531 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:01.531 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:01.531 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:01.531 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:01.531 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:01.531 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1265)
01-20 12:00:01.531 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToBank(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1418)
01-20 12:00:01.531 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewCon
01-20 12:00:03.433 32393 32412 I Unity :
01-20 12:00:03.433 32393 32412 I Unity :
01-20 12:00:03.433 32393 32412 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:00:03.433 32393 32412 I Unity :
01-20 12:00:03.433 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.433 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.433 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.433 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.433 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.433 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:00:03.433 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:03.433 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:00:03.433 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:00:03.433 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:00:03.439 32393 32412 I Unity :
01-20 12:00:03.439 32393 32412 I Unity :
01-20 12:00:03.439 32393 32412 I Unity : **Cards: 1 : => member name: deSerilaize : => source line number: 29
01-20 12:00:03.439 32393 32412 I Unity :
01-20 12:00:03.439 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.439 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.439 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.439 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.439 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.439 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:00:03.439 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:00:03.439 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:03.439 32393 32412 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:00:03.445 32393 32412 I Unity :
01-20 12:00:03.445 32393 32412 I Unity :
01-20 12:00:03.445 32393 32412 I Unity : UID: 101 : => member name: findAndGetCards : => source line number: 320
01-20 12:00:03.445 32393 32412 I Unity :
01-20 12:00:03.445 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.445 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.445 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.445 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.445 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.445 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:320)
01-20 12:00:03.445 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:00:03.445 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:00:03.445 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOpp
01-20 12:00:03.454 32393 32412 I Unity :
01-20 12:00:03.454 32393 32412 I Unity :
01-20 12:00:03.454 32393 32412 I Unity : Not in bank... : => member name: findAndGetCards : => source line number: 324
01-20 12:00:03.454 32393 32412 I Unity :
01-20 12:00:03.454 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.454 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.454 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.454 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.454 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.454 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:324)
01-20 12:00:03.454 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:00:03.454 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:00:03.454 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMove
01-20 12:00:03.461 32393 32412 I Unity :
01-20 12:00:03.461 32393 32412 I Unity :
01-20 12:00:03.461 32393 32412 I Unity : Not in Property... : => member name: findAndGetCards : => source line number: 343
01-20 12:00:03.461 32393 32412 I Unity :
01-20 12:00:03.461 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.461 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.461 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.461 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.461 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.461 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCards(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:343)
01-20 12:00:03.461 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:findAndGetCard(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:307)
01-20 12:00:03.461 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:32)
01-20 12:00:03.461 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCard
01-20 12:00:03.466 32393 32412 I Unity :
01-20 12:00:03.466 32393 32412 I Unity :
01-20 12:00:03.466 32393 32412 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:00:03.466 32393 32412 I Unity :
01-20 12:00:03.466 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.466 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.466 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.466 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.466 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.466 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:00:03.466 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:03.466 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:03.466 32393 32412 I Unity : System.Reflection.Mo
01-20 12:00:03.471 32393 32412 I Unity :
01-20 12:00:03.471 32393 32412 I Unity :
01-20 12:00:03.471 32393 32412 I Unity : ==============PLAYER MOVE===========
01-20 12:00:03.471 32393 32412 I Unity : From: Swath
01-20 12:00:03.471 32393 32412 I Unity : To: Swath
01-20 12:00:03.471 32393 32412 I Unity : ToPile: BANK_PILE
01-20 12:00:03.471 32393 32412 I Unity : Properties:
01-20 12:00:03.471 32393 32412 I Unity : isValidMv: True
01-20 12:00:03.471 32393 32412 I Unity : CardsMoved
01-20 12:00:03.471 32393 32412 I Unity : type: MONEY_CARD action: MONEY uid: 101 money: 4 isPureWild: False colors: 1 Hash -117450880
01-20 12:00:03.471 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:00:03.471 32393 32412 I Unity :
01-20 12:00:03.471 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.471 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.471 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.471 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.471 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.471 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:00:03.471 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDe
01-20 12:00:03.476 32393 32412 I Unity :
01-20 12:00:03.476 32393 32412 I Unity :
01-20 12:00:03.476 32393 32412 I Unity : from: Swath to: Swath : => member name: onOthersCardMove : => source line number: 709
01-20 12:00:03.476 32393 32412 I Unity :
01-20 12:00:03.476 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.476 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.476 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.476 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.476 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.476 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:00:03.476 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:03.476 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:03.476 32393 32412 I Unity : System.Reflecti
01-20 12:00:03.484 32393 32412 I Unity :
01-20 12:00:03.484 32393 32412 I Unity :
01-20 12:00:03.484 32393 32412 I Unity : Swath added cards to bank pile : => member name: onOthersCardMove : => source line number: 727
01-20 12:00:03.484 32393 32412 I Unity :
01-20 12:00:03.484 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.484 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.484 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.484 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.484 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.484 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:727)
01-20 12:00:03.484 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:03.484 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:03.484 32393 32412 I Unity : System
01-20 12:00:03.490 32393 32412 I Unity :
01-20 12:00:03.490 32393 32412 I Unity :
01-20 12:00:03.490 32393 32412 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:00:03.490 32393 32412 I Unity :
01-20 12:00:03.490 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.490 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.490 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.490 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.490 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.490 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:00:03.490 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1415)
01-20 12:00:03.490 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopol
01-20 12:00:03.497 32393 32412 I Unity :
01-20 12:00:03.497 32393 32412 I Unity :
01-20 12:00:03.497 32393 32412 I Unity : onUpdatesHandsPlayedToView 2 : => member name: onUpdatesHandsPlayedToView : => source line number: 1416
01-20 12:00:03.497 32393 32412 I Unity :
01-20 12:00:03.497 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.497 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.497 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.497 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.497 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.497 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1416)
01-20 12:00:03.497 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:768)
01-20 12:00:03.497 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGi
01-20 12:00:03.502 32393 32412 I Unity :
01-20 12:00:03.502 32393 32412 I Unity :
01-20 12:00:03.502 32393 32412 I Unity : Swath card removed... : => member name: onOthersCardMove : => source line number: 771
01-20 12:00:03.502 32393 32412 I Unity :
01-20 12:00:03.502 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.502 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.502 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.502 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.502 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.502 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:771)
01-20 12:00:03.502 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:03.502 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:03.502 32393 32412 I Unity : System.Reflecti
01-20 12:00:03.508 32393 32412 I Unity :
01-20 12:00:03.508 32393 32412 I Unity :
01-20 12:00:03.508 32393 32412 I Unity : type: MONEY_CARD action: MONEY uid: 101 money: 4 isPureWild: False colors: 1 Hash -117450880 : => member name: removeCardFromHand : => source line number: 2345
01-20 12:00:03.508 32393 32412 I Unity :
01-20 12:00:03.508 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.508 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.508 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.508 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.508 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.508 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:2345)
01-20 12:00:03.508 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:772)
01-20 12:00:03.508 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:00:03.513 32393 32412 I Unity :
01-20 12:00:03.513 32393 32412 I Unity :
01-20 12:00:03.513 32393 32412 I Unity : onOppntPlayerCardMoveEventToView from 1 to 1 toPile BANK_PILE total cards moved 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:00:03.513 32393 32412 I Unity :
01-20 12:00:03.513 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.513 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.513 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.513 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.513 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.513 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:00:03.513 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:00:03.513 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:00:03.519 32393 32412 I Unity :
01-20 12:00:03.519 32393 32412 I Unity :
01-20 12:00:03.519 32393 32412 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 1 toPlayer 1 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:00:03.519 32393 32412 I Unity :
01-20 12:00:03.519 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.519 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.519 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.519 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.519 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.519 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:00:03.519 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:00:03.519 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:00:03.524 32393 32412 I Unity :
01-20 12:00:03.524 32393 32412 I Unity :
01-20 12:00:03.524 32393 32412 I Unity : from pile? BANK_PILE tweenFrom HandIcon : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 684
01-20 12:00:03.524 32393 32412 I Unity :
01-20 12:00:03.524 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.524 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.524 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.524 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.524 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.524 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:684)
01-20 12:00:03.524 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:00:03.524 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\
01-20 12:00:03.533 32393 32412 I Unity :
01-20 12:00:03.533 32393 32412 I Unity :
01-20 12:00:03.533 32393 32412 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1265
01-20 12:00:03.533 32393 32412 I Unity :
01-20 12:00:03.533 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:03.533 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:03.533 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:03.533 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:03.533 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:03.533 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1265)
01-20 12:00:03.533 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnOppPlayerMoveCardToBank(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1418)
01-20 12:00:03.533 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewCon
01-20 12:00:04.742 32393 32412 I Unity :
01-20 12:00:04.742 32393 32412 I Unity :
01-20 12:00:04.742 32393 32412 I Unity : End Trun isLocalPlayer? False id 1 : => member name: EndTurn : => source line number: 1182
01-20 12:00:04.742 32393 32412 I Unity :
01-20 12:00:04.742 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.742 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.742 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.742 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.742 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.742 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1182)
01-20 12:00:04.742 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1201)
01-20 12:00:04.742 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:792)
01-20 12:00:04.742 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.Mon
01-20 12:00:04.796 32393 32412 I Unity :
01-20 12:00:04.796 32393 32412 I Unity :
01-20 12:00:04.796 32393 32412 I Unity : UIView on set turn... 2 : => member name: onSetTurn : => source line number: 1657
01-20 12:00:04.796 32393 32412 I Unity :
01-20 12:00:04.796 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.796 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.796 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.796 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.796 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.796 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 12:00:04.796 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:00:04.796 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:00:04.796 32393 32412 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:00:04.802 32393 32412 I Unity :
01-20 12:00:04.802 32393 32412 I Unity :
01-20 12:00:04.802 32393 32412 I Unity : SetTurn to 2 : => member name: SetTurn : => source line number: 656
01-20 12:00:04.802 32393 32412 I Unity :
01-20 12:00:04.802 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.802 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.802 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.802 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.802 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.802 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 12:00:04.802 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 12:00:04.802 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:00:04.802 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 12:00:04.812 32393 32412 I Unity :
01-20 12:00:04.812 32393 32412 I Unity :
01-20 12:00:04.812 32393 32412 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 12:00:04.812 32393 32412 I Unity :
01-20 12:00:04.812 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.812 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.812 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.812 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.812 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.812 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 12:00:04.812 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:00:04.812 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:00:04.812 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 12:00:04.820 32393 32412 I Unity :
01-20 12:00:04.820 32393 32412 I Unity :
01-20 12:00:04.820 32393 32412 I Unity : How many Cards: 2 : => member name: onSetTurn : => source line number: 1721
01-20 12:00:04.820 32393 32412 I Unity :
01-20 12:00:04.820 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.820 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.820 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.820 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.820 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.820 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1721)
01-20 12:00:04.820 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:00:04.820 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:00:04.820 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], E
01-20 12:00:04.831 32393 32412 I Unity :
01-20 12:00:04.831 32393 32412 I Unity :
01-20 12:00:04.831 32393 32412 I Unity : deckPointer: 22 : => member name: dealCardsToPlayer : => source line number: 445
01-20 12:00:04.831 32393 32412 I Unity :
01-20 12:00:04.831 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.831 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.831 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.831 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.831 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.831 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:dealCardsToPlayer(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:445)
01-20 12:00:04.831 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1723)
01-20 12:00:04.831 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealControl
01-20 12:00:04.839 32393 32412 I Unity :
01-20 12:00:04.839 32393 32412 I Unity :
01-20 12:00:04.839 32393 32412 I Unity : How many Cards: 2 : => member name: onSetTurn : => source line number: 1724
01-20 12:00:04.839 32393 32412 I Unity :
01-20 12:00:04.839 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.839 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.839 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.839 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.839 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.839 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1724)
01-20 12:00:04.839 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:00:04.839 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:00:04.839 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], E
01-20 12:00:04.855 32393 32412 I Unity :
01-20 12:00:04.855 32393 32412 I Unity :
01-20 12:00:04.855 32393 32412 I Unity : ->...... onCardMoveEventToView _playerCurUIAction DISCARD_CARD from 2 to 2 toPile HAND_PILE total cards moved 2 : => member name: onLocalPlayerCardMoveEventToView : => source line number: 478
01-20 12:00:04.855 32393 32412 I Unity :
01-20 12:00:04.855 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.855 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.855 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.855 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.855 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.855 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:478)
01-20 12:00:04.855 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1726)
01-20 12:00:04.855 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealCo
01-20 12:00:04.913 32393 32412 I Unity :
01-20 12:00:04.913 32393 32412 I Unity :
01-20 12:00:04.913 32393 32412 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:00:04.913 32393 32412 I Unity :
01-20 12:00:04.913 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.913 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.913 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.913 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.913 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.913 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:00:04.913 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 12:00:04.913 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:00:04.913 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/
01-20 12:00:04.915 32393 32412 I Unity :
01-20 12:00:04.915 32393 32412 I Unity :
01-20 12:00:04.915 32393 32412 I Unity : ReArrangeLocalPlayerhand count 7 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:00:04.915 32393 32412 I Unity :
01-20 12:00:04.915 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:04.915 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:04.915 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:04.915 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:04.915 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:04.915 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:00:04.915 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowDealCardsAnimation>b__77_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:355)
01-20 12:00:04.915 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:00:04.915 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/bui
01-20 12:00:05.265 32393 32412 I Unity :
01-20 12:00:05.265 32393 32412 I Unity :
01-20 12:00:05.265 32393 32412 I Unity : UpdateRemainingActionsLabel 1 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:00:05.265 32393 32412 I Unity :
01-20 12:00:05.265 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.265 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.265 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.265 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.265 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.265 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:00:05.265 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1183)
01-20 12:00:05.265 32393 32412 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:00:05.265 32393 32412 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Libr
01-20 12:00:05.328 32393 32412 I Unity :
01-20 12:00:05.328 32393 32412 I Unity :
01-20 12:00:05.328 32393 32412 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:00:05.328 32393 32412 I Unity :
01-20 12:00:05.328 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.328 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.328 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.328 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.328 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.328 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:00:05.328 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 12:00:05.328 32393 32412 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:00:05.328 32393 32412 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 12:00:05.837 32393 32412 I Unity :
01-20 12:00:05.837 32393 32412 I Unity :
01-20 12:00:05.837 32393 32412 I Unity : onCardMoveFromView... : => member name: onCardMoveFromLocalPlayer : => source line number: 1790
01-20 12:00:05.837 32393 32412 I Unity :
01-20 12:00:05.837 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.837 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.837 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.837 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.837 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.837 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1790)
01-20 12:00:05.837 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:00:05.837 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:00:05.837 32393 32412 I Unity : Un
01-20 12:00:05.841 32393 32412 I Unity :
01-20 12:00:05.841 32393 32412 I Unity :
01-20 12:00:05.841 32393 32412 I Unity : ==============PLAYER MOVE===========
01-20 12:00:05.841 32393 32412 I Unity : From: Tom
01-20 12:00:05.841 32393 32412 I Unity : To: Tom
01-20 12:00:05.841 32393 32412 I Unity : ToPile: HAND_PILE
01-20 12:00:05.841 32393 32412 I Unity : Properties:
01-20 12:00:05.841 32393 32412 I Unity : isValidMv: True
01-20 12:00:05.841 32393 32412 I Unity : CardsMoved
01-20 12:00:05.841 32393 32412 I Unity : type: RENT_CARD action: RENT uid: 77 money: 1 isPureWild: False colors: 2 Hash -2017528704
01-20 12:00:05.841 32393 32412 I Unity : type: ACTION_CARD action: PASS_GO uid: 29 money: 1 isPureWild: False colors: 1 Hash -1322990336
01-20 12:00:05.841 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMoveFromLocalPlayer : => source line number: 1792
01-20 12:00:05.841 32393 32412 I Unity :
01-20 12:00:05.841 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.841 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.841 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.841 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.841 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.841 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1792)
01-20 12:00:05.841 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.
01-20 12:00:05.846 32393 32412 I Unity :
01-20 12:00:05.846 32393 32412 I Unity :
01-20 12:00:05.846 32393 32412 I Unity : onCardMoveFromLocalPlayer False : => member name: onCardMoveFromLocalPlayer : => source line number: 1800
01-20 12:00:05.846 32393 32412 I Unity :
01-20 12:00:05.846 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.846 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.846 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.846 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.846 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.846 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1800)
01-20 12:00:05.846 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:00:05.846 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.
01-20 12:00:05.854 32393 32412 I Unity :
01-20 12:00:05.854 32393 32412 I Unity :
01-20 12:00:05.854 32393 32412 I Unity : onCardMove ==============PLAYER MOVE===========
01-20 12:00:05.854 32393 32412 I Unity : From: Tom
01-20 12:00:05.854 32393 32412 I Unity : To: Tom
01-20 12:00:05.854 32393 32412 I Unity : ToPile: HAND_PILE
01-20 12:00:05.854 32393 32412 I Unity : Properties:
01-20 12:00:05.854 32393 32412 I Unity : isValidMv: True
01-20 12:00:05.854 32393 32412 I Unity : CardsMoved
01-20 12:00:05.854 32393 32412 I Unity : type: RENT_CARD action: RENT uid: 77 money: 1 isPureWild: False colors: 2 Hash -2017528704
01-20 12:00:05.854 32393 32412 I Unity : type: ACTION_CARD action: PASS_GO uid: 29 money: 1 isPureWild: False colors: 1 Hash -1322990336
01-20 12:00:05.854 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMove : => source line number: 1092
01-20 12:00:05.854 32393 32412 I Unity :
01-20 12:00:05.854 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.854 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.854 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.854 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.854 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.854 32393 32412 I Unity : PhotonManager:onCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1092)
01-20 12:00:05.854 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityPro
01-20 12:00:05.942 32393 32412 I Unity :
01-20 12:00:05.942 32393 32412 I Unity :
01-20 12:00:05.942 32393 32412 I Unity : onLocalCardMove ==============PLAYER MOVE===========
01-20 12:00:05.942 32393 32412 I Unity : From: Tom
01-20 12:00:05.942 32393 32412 I Unity : To: Tom
01-20 12:00:05.942 32393 32412 I Unity : ToPile: HAND_PILE
01-20 12:00:05.942 32393 32412 I Unity : Properties:
01-20 12:00:05.942 32393 32412 I Unity : isValidMv: True
01-20 12:00:05.942 32393 32412 I Unity : CardsMoved
01-20 12:00:05.942 32393 32412 I Unity : type: RENT_CARD action: RENT uid: 77 money: 1 isPureWild: False colors: 2 Hash -2017528704
01-20 12:00:05.942 32393 32412 I Unity : type: ACTION_CARD action: PASS_GO uid: 29 money: 1 isPureWild: False colors: 1 Hash -1322990336
01-20 12:00:05.942 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onLocalCardMove : => source line number: 785
01-20 12:00:05.942 32393 32412 I Unity :
01-20 12:00:05.942 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.942 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.942 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.942 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.942 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.942 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:785)
01-20 12:00:05.942 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDe
01-20 12:00:05.944 32393 32412 I Unity :
01-20 12:00:05.944 32393 32412 I Unity :
01-20 12:00:05.944 32393 32412 I Unity : onUpdatePlayerPlayStateEventToView name: Tom id: 2 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:00:05.944 32393 32412 I Unity :
01-20 12:00:05.944 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.944 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.944 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.944 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.944 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.944 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:00:05.944 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:804)
01-20 12:00:05.944 32393 32412 I Unity : IJDV.Mon
01-20 12:00:05.946 32393 32412 I Unity :
01-20 12:00:05.946 32393 32412 I Unity :
01-20 12:00:05.946 32393 32412 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:00:05.946 32393 32412 I Unity :
01-20 12:00:05.946 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.946 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.946 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.946 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.946 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.946 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:00:05.946 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:00:05.946 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\Un
01-20 12:00:05.949 32393 32412 I Unity :
01-20 12:00:05.949 32393 32412 I Unity :
01-20 12:00:05.949 32393 32412 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:00:05.949 32393 32412 I Unity :
01-20 12:00:05.949 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.949 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.949 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.949 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.949 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.949 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:00:05.949 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:00:05.949 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:00:05.952 32393 32412 I Unity :
01-20 12:00:05.952 32393 32412 I Unity :
01-20 12:00:05.952 32393 32412 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:00:05.952 32393 32412 I Unity :
01-20 12:00:05.952 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.952 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.952 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.952 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.952 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.952 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:00:05.952 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:00:05.952 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\
01-20 12:00:05.955 32393 32412 I Unity :
01-20 12:00:05.955 32393 32412 I Unity :
01-20 12:00:05.955 32393 32412 I Unity : ReArrangeLocalPlayerhand count 7 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:00:05.955 32393 32412 I Unity :
01-20 12:00:05.955 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.955 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.955 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.955 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.955 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.955 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:00:05.955 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:00:05.955 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\
01-20 12:00:05.959 32393 32412 I Unity :
01-20 12:00:05.959 32393 32412 I Unity :
01-20 12:00:05.959 32393 32412 I Unity : _isWaitingForReqAck: False : => member name: onLocalCardMove : => source line number: 829
01-20 12:00:05.959 32393 32412 I Unity :
01-20 12:00:05.959 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.959 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.959 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.959 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.959 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.959 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:829)
01-20 12:00:05.959 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1804)
01-20 12:00:05.959 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Mon
01-20 12:00:05.965 32393 32412 I Unity :
01-20 12:00:05.965 32393 32412 I Unity :
01-20 12:00:05.965 32393 32412 I Unity : onSetTurnTimerEventToView 2 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 12:00:05.965 32393 32412 I Unity :
01-20 12:00:05.965 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.965 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.965 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.965 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.965 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.965 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 12:00:05.965 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 12:00:05.965 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 12:00:05.966 32393 32412 I Unity :
01-20 12:00:05.966 32393 32412 I Unity :
01-20 12:00:05.966 32393 32412 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer True : => member name: ShowTurnTimer : => source line number: 664
01-20 12:00:05.966 32393 32412 I Unity :
01-20 12:00:05.966 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.966 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.966 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.966 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.966 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.966 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 12:00:05.966 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:00:05.966 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDea
01-20 12:00:05.970 32393 32412 I Unity :
01-20 12:00:05.970 32393 32412 I Unity :
01-20 12:00:05.970 32393 32412 I Unity : StartTimer time 30 : => member name: StartTimer : => source line number: 44
01-20 12:00:05.970 32393 32412 I Unity :
01-20 12:00:05.970 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.970 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.970 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.970 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.970 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.970 32393 32412 I Unity : IJDV.MonopolyDeal.Utils.Timer:StartTimer(Single, OnTimerTick, OnTimeout) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:44)
01-20 12:00:05.970 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:671)
01-20 12:00:05.970 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:00:05.970 32393 32412 I Unity : IJDV.MonopolyDeal.Co
01-20 12:00:05.975 32393 32412 I Unity :
01-20 12:00:05.975 32393 32412 I Unity :
01-20 12:00:05.975 32393 32412 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:00:05.975 32393 32412 I Unity :
01-20 12:00:05.975 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.975 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.975 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.975 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.975 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.975 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:00:05.975 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:00:05.975 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs
01-20 12:00:05.978 32393 32412 I Unity :
01-20 12:00:05.978 32393 32412 I Unity :
01-20 12:00:05.978 32393 32412 I Unity : onUpdatePlayerPlayStateEventToView name: Tom id: 2 seat: 0 type: LOCAL isAi: False playState READY_TO_PLAY handsplayed 0 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:00:05.978 32393 32412 I Unity :
01-20 12:00:05.978 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.978 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.978 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.978 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.978 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.978 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:00:05.978 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 12:00:05.978 32393 32412 I Unity : <ExecuteAfterTi
01-20 12:00:05.980 32393 32412 I Unity :
01-20 12:00:05.980 32393 32412 I Unity :
01-20 12:00:05.980 32393 32412 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:00:05.980 32393 32412 I Unity :
01-20 12:00:05.980 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.980 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.980 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.980 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.980 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.980 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:00:05.980 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:00:05.980 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 12:00:05.981 32393 32412 I Unity :
01-20 12:00:05.981 32393 32412 I Unity :
01-20 12:00:05.981 32393 32412 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:00:05.981 32393 32412 I Unity :
01-20 12:00:05.981 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.981 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.981 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.981 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.981 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.981 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:00:05.981 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:00:05.981 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:00:05.983 32393 32412 I Unity :
01-20 12:00:05.983 32393 32412 I Unity :
01-20 12:00:05.983 32393 32412 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:00:05.983 32393 32412 I Unity :
01-20 12:00:05.983 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.983 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.983 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.983 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.983 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.983 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:00:05.983 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:00:05.983 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopoly
01-20 12:00:05.989 32393 32412 I Unity :
01-20 12:00:05.989 32393 32412 I Unity :
01-20 12:00:05.989 32393 32412 I Unity : ReArrangeLocalPlayerhand count 7 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:00:05.989 32393 32412 I Unity :
01-20 12:00:05.989 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:05.989 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:05.989 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:05.989 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:05.989 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:05.989 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:00:05.989 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1352)
01-20 12:00:05.989 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\
01-20 12:00:24.225 32393 32412 I Unity :
01-20 12:00:24.225 32393 32412 I Unity :
01-20 12:00:24.225 32393 32412 I Unity : OnPointerClick tapMode None tweeningCard False isMultiSelectEnabled False playState READY_TO_PLAY selectingForCardSwap False for DEBT <size=50>COLLECTOR</size> : => member name: OnPointerClick : => source line number: 580
01-20 12:00:24.225 32393 32412 I Unity :
01-20 12:00:24.225 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:24.225 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:24.225 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:24.225 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:24.225 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:24.225 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:580)
01-20 12:00:24.225 32393 32412 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:50)
01-20 12:00:24.225 32393 32412 I Unity : UnityEngine.EventSystems
01-20 12:00:24.244 32393 32412 I Unity :
01-20 12:00:24.244 32393 32412 I Unity :
01-20 12:00:24.244 32393 32412 I Unity : CacheCurSelectedUICard type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash 774782464 : => member name: CacheCurSelectedUICard : => source line number: 1806
01-20 12:00:24.244 32393 32412 I Unity :
01-20 12:00:24.244 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:24.244 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:24.244 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:24.244 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:24.244 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:24.244 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:CacheCurSelectedUICard(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1806)
01-20 12:00:24.244 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:633)
01-20 12:00:24.244 32393 32412 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEvent
01-20 12:00:24.256 32393 32412 I Unity :
01-20 12:00:24.256 32393 32412 I Unity :
01-20 12:00:24.256 32393 32412 I Unity : CanFlipTheCard False : => member name: CanFlipTheCard : => source line number: 555
01-20 12:00:24.256 32393 32412 I Unity :
01-20 12:00:24.256 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:24.256 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:24.256 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:24.256 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:24.256 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:24.256 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:CanFlipTheCard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:555)
01-20 12:00:24.256 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1130)
01-20 12:00:24.256 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:634)
01-20 12:00:24.256 32393 32412 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program File
01-20 12:00:24.264 32393 32412 I Unity :
01-20 12:00:24.264 32393 32412 I Unity :
01-20 12:00:24.264 32393 32412 I Unity : CanMoveToPropPile False : => member name: CanMoveToPropPile : => source line number: 562
01-20 12:00:24.264 32393 32412 I Unity :
01-20 12:00:24.264 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:24.264 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:24.264 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:24.264 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:24.264 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:24.264 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToPropPile() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:562)
01-20 12:00:24.264 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1131)
01-20 12:00:24.264 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:634)
01-20 12:00:24.264 32393 32412 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Pro
01-20 12:00:24.272 32393 32412 I Unity :
01-20 12:00:24.272 32393 32412 I Unity :
01-20 12:00:24.272 32393 32412 I Unity : CanMoveToBank True : => member name: CanMoveToBank : => source line number: 569
01-20 12:00:24.272 32393 32412 I Unity :
01-20 12:00:24.272 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:24.272 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:24.272 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:24.272 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:24.272 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:24.272 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToBank() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:569)
01-20 12:00:24.272 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnCardSelected(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1132)
01-20 12:00:24.272 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:OnPointerClick(PointerEventData) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:634)
01-20 12:00:24.272 32393 32412 I Unity : UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Un
01-20 12:00:30.490 32393 32412 I Unity :
01-20 12:00:30.490 32393 32412 I Unity :
01-20 12:00:30.490 32393 32412 I Unity : PerformCardTapPlayTheCard True handsplayed 0 : => member name: PerformCardTapPlayTheCard : => source line number: 723
01-20 12:00:30.490 32393 32412 I Unity :
01-20 12:00:30.490 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.490 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.490 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.490 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.490 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.490 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPlayTheCard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:723)
01-20 12:00:30.490 32393 32412 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:00:30.490 32393 32412 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:00:30.490 32393 32412 I Unity : IjsUiFramework.UIButton:TriggerClick() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\UIFramewo
01-20 12:00:30.495 32393 32412 I Unity :
01-20 12:00:30.495 32393 32412 I Unity :
01-20 12:00:30.495 32393 32412 I Unity : PerformCardTapPlayTheCard selectedCard Hash -544178176 type ACTION_CARD : => member name: PerformCardTapPlayTheCard : => source line number: 727
01-20 12:00:30.495 32393 32412 I Unity :
01-20 12:00:30.495 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.495 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.495 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.495 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.495 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.495 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPlayTheCard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:727)
01-20 12:00:30.495 32393 32412 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:00:30.495 32393 32412 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
01-20 12:00:30.495 32393 32412 I Unity : IjsUiFramework.UIButton:TriggerClick() (at D:\UnityProjects\MonopolyDealGit\Mon
01-20 12:00:30.504 32393 32412 I Unity :
01-20 12:00:30.504 32393 32412 I Unity :
01-20 12:00:30.504 32393 32412 I Unity : CanMoveToPropPile False : => member name: CanMoveToPropPile : => source line number: 562
01-20 12:00:30.504 32393 32412 I Unity :
01-20 12:00:30.504 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.504 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.504 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.504 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.504 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.504 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:CanMoveToPropPile() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:562)
01-20 12:00:30.504 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPlayTheCard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:802)
01-20 12:00:30.504 32393 32412 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:00:30.504 32393 32412 I Unity : UnityEngine.Events.UnityEvent:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEv
01-20 12:00:30.511 32393 32412 I Unity :
01-20 12:00:30.511 32393 32412 I Unity :
01-20 12:00:30.511 32393 32412 I Unity : player HandsPlayed: 0 : => member name: onMoveCardToCenter : => source line number: 1340
01-20 12:00:30.511 32393 32412 I Unity :
01-20 12:00:30.511 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.511 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.511 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.511 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.511 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.511 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToCenter(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1340)
01-20 12:00:30.511 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPlayTheCard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:897)
01-20 12:00:30.511 32393 32412 I Unity : UnityEngine.Events.InvokableCall:Invoke() (at /Users/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
01-20 12:00:30.511 32393 32412 I Unity : UnityEngine.Events.UnityEvent:In
01-20 12:00:30.514 32393 32412 I Unity :
01-20 12:00:30.514 32393 32412 I Unity :
01-20 12:00:30.514 32393 32412 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash 774782464 : => member name: removeCardFromHand : => source line number: 2345
01-20 12:00:30.514 32393 32412 I Unity :
01-20 12:00:30.514 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.514 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.514 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.514 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.514 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.514 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:removeCardFromHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:2345)
01-20 12:00:30.514 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToCenter(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1356)
01-20 12:00:30.514 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:PerformCardTapPlayTheCard() (at D:\UnityProj
01-20 12:00:30.518 32393 32412 I Unity :
01-20 12:00:30.518 32393 32412 I Unity :
01-20 12:00:30.518 32393 32412 I Unity : ->...... onCardMoveEventToView _playerCurUIAction LOC_PLAYER_ASKING_MONEY_WITH_OPP from 2 to 2 toPile CENTER_PILE total cards moved 1 : => member name: onLocalPlayerCardMoveEventToView : => source line number: 478
01-20 12:00:30.518 32393 32412 I Unity :
01-20 12:00:30.518 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.518 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.518 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.518 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.518 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.518 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:478)
01-20 12:00:30.518 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onMoveCardToCenter(MonoPlayer, MonoPlayer, List`1, Properties, Properties) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Con
01-20 12:00:30.525 32393 32412 I Unity :
01-20 12:00:30.525 32393 32412 I Unity :
01-20 12:00:30.525 32393 32412 I Unity : OnLocalPlayerPlayCardToTheCenterPile........................... : => member name: OnLocalPlayerPlayCardToTheCenterPile : => source line number: 1558
01-20 12:00:30.525 32393 32412 I Unity :
01-20 12:00:30.525 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.525 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.525 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.525 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.525 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.525 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:OnLocalPlayerPlayCardToTheCenterPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1558)
01-20 12:00:30.525 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:501)
01-20 12:00:30.525 32393 32412 I Unity : IJDV.MonopolyDeal.Controlle
01-20 12:00:30.537 32393 32412 I Unity :
01-20 12:00:30.537 32393 32412 I Unity :
01-20 12:00:30.537 32393 32412 I Unity : RemoveCardFromHand True : => member name: RemoveCardFromHand : => source line number: 1265
01-20 12:00:30.537 32393 32412 I Unity :
01-20 12:00:30.537 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.537 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.537 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.537 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.537 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.537 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:RemoveCardFromHand(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1265)
01-20 12:00:30.537 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnMoveCardToCenterPile(PlayerMoves, UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1528)
01-20 12:00:30.537 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onLocalPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewControlle
01-20 12:00:30.964 32393 32412 I Unity :
01-20 12:00:30.964 32393 32412 I Unity :
01-20 12:00:30.964 32393 32412 I Unity : ReArrangeLocalPlayerhand : => member name: ReArrangeLocalPlayerHand : => source line number: 483
01-20 12:00:30.964 32393 32412 I Unity :
01-20 12:00:30.964 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.964 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.964 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.964 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.964 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.964 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:483)
01-20 12:00:30.964 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<OnMoveCardToCenterPile>b__119_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1534)
01-20 12:00:30.964 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:00:30.964 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslav
01-20 12:00:30.970 32393 32412 I Unity :
01-20 12:00:30.970 32393 32412 I Unity :
01-20 12:00:30.970 32393 32412 I Unity : ReArrangeLocalPlayerhand count 6 : => member name: ReArrangeLocalPlayerHand : => source line number: 506
01-20 12:00:30.970 32393 32412 I Unity :
01-20 12:00:30.970 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:30.970 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:30.970 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:30.970 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:30.970 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:30.970 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:506)
01-20 12:00:30.970 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<OnMoveCardToCenterPile>b__119_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1534)
01-20 12:00:30.970 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:00:30.970 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/b
01-20 12:00:31.487 32393 32412 I Unity :
01-20 12:00:31.487 32393 32412 I Unity :
01-20 12:00:31.487 32393 32412 I Unity : onCardMoveFromView... : => member name: onCardMoveFromLocalPlayer : => source line number: 1790
01-20 12:00:31.487 32393 32412 I Unity :
01-20 12:00:31.487 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:31.487 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:31.487 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:31.487 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:31.487 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:31.487 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1790)
01-20 12:00:31.487 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:00:31.487 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.cs:236)
01-20 12:00:31.487 32393 32412 I Unity : Un
01-20 12:00:31.493 32393 32412 I Unity :
01-20 12:00:31.493 32393 32412 I Unity :
01-20 12:00:31.493 32393 32412 I Unity : ==============PLAYER MOVE===========
01-20 12:00:31.493 32393 32412 I Unity : From: Tom
01-20 12:00:31.493 32393 32412 I Unity : To: Tom
01-20 12:00:31.493 32393 32412 I Unity : ToPile: CENTER_PILE
01-20 12:00:31.493 32393 32412 I Unity : Properties:
01-20 12:00:31.493 32393 32412 I Unity : isValidMv: True
01-20 12:00:31.493 32393 32412 I Unity : CardsMoved
01-20 12:00:31.493 32393 32412 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash 774782464
01-20 12:00:31.493 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMoveFromLocalPlayer : => source line number: 1792
01-20 12:00:31.493 32393 32412 I Unity :
01-20 12:00:31.493 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:31.493 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:31.493 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:31.493 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:31.493 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:31.493 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1792)
01-20 12:00:31.493 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\
01-20 12:00:31.499 32393 32412 I Unity :
01-20 12:00:31.499 32393 32412 I Unity :
01-20 12:00:31.499 32393 32412 I Unity : onCardMoveFromLocalPlayer False : => member name: onCardMoveFromLocalPlayer : => source line number: 1800
01-20 12:00:31.499 32393 32412 I Unity :
01-20 12:00:31.499 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:31.499 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:31.499 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:31.499 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:31.499 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:31.499 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1800)
01-20 12:00:31.499 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:607)
01-20 12:00:31.499 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUtils.
01-20 12:00:31.503 32393 32412 I Unity :
01-20 12:00:31.503 32393 32412 I Unity :
01-20 12:00:31.503 32393 32412 I Unity : onCardMove ==============PLAYER MOVE===========
01-20 12:00:31.503 32393 32412 I Unity : From: Tom
01-20 12:00:31.503 32393 32412 I Unity : To: Tom
01-20 12:00:31.503 32393 32412 I Unity : ToPile: CENTER_PILE
01-20 12:00:31.503 32393 32412 I Unity : Properties:
01-20 12:00:31.503 32393 32412 I Unity : isValidMv: True
01-20 12:00:31.503 32393 32412 I Unity : CardsMoved
01-20 12:00:31.503 32393 32412 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash 774782464
01-20 12:00:31.503 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onCardMove : => source line number: 1092
01-20 12:00:31.503 32393 32412 I Unity :
01-20 12:00:31.503 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:31.503 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:31.503 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:31.503 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:31.503 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:31.503 32393 32412 I Unity : PhotonManager:onCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1092)
01-20 12:00:31.503 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealCo
01-20 12:00:31.509 32393 32412 I Unity :
01-20 12:00:31.509 32393 32412 I Unity :
01-20 12:00:31.509 32393 32412 I Unity : onLocalCardMove ==============PLAYER MOVE===========
01-20 12:00:31.509 32393 32412 I Unity : From: Tom
01-20 12:00:31.509 32393 32412 I Unity : To: Tom
01-20 12:00:31.509 32393 32412 I Unity : ToPile: CENTER_PILE
01-20 12:00:31.509 32393 32412 I Unity : Properties:
01-20 12:00:31.509 32393 32412 I Unity : isValidMv: True
01-20 12:00:31.509 32393 32412 I Unity : CardsMoved
01-20 12:00:31.509 32393 32412 I Unity : type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash 774782464
01-20 12:00:31.509 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onLocalCardMove : => source line number: 785
01-20 12:00:31.509 32393 32412 I Unity :
01-20 12:00:31.509 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:31.509 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:31.509 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:31.509 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:31.509 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:31.509 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:785)
01-20 12:00:31.509 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDeal
01-20 12:00:31.513 32393 32412 I Unity :
01-20 12:00:31.513 32393 32412 I Unity :
01-20 12:00:31.513 32393 32412 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:00:31.513 32393 32412 I Unity :
01-20 12:00:31.513 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:31.513 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:31.513 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:31.513 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:31.513 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:31.513 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:00:31.513 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1415)
01-20 12:00:31.513 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopoly
01-20 12:00:31.519 32393 32412 I Unity :
01-20 12:00:31.519 32393 32412 I Unity :
01-20 12:00:31.519 32393 32412 I Unity : onUpdatesHandsPlayedToView 1 : => member name: onUpdatesHandsPlayedToView : => source line number: 1416
01-20 12:00:31.519 32393 32412 I Unity :
01-20 12:00:31.519 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:31.519 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:31.519 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:31.519 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:31.519 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:31.519 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatesHandsPlayedToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1416)
01-20 12:00:31.519 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:796)
01-20 12:00:31.519 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\Mono
01-20 12:00:31.522 32393 32412 I Unity :
01-20 12:00:31.522 32393 32412 I Unity :
01-20 12:00:31.522 32393 32412 I Unity : onLocalCardMove canPlay? True : => member name: onLocalCardMove : => source line number: 811
01-20 12:00:31.522 32393 32412 I Unity :
01-20 12:00:31.522 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:31.522 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:31.522 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:31.522 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:31.522 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:31.522 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:811)
01-20 12:00:31.522 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromLocalPlayer(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1804)
01-20 12:00:31.522 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass108_0:<onLocalPlayerCardMoveEventToView>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\
01-20 12:00:32.264 32393 32412 I Unity :
01-20 12:00:32.264 32393 32412 I Unity :
01-20 12:00:32.264 32393 32412 I Unity : processCardAction Card type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash 774782464 action DEBT_COLLECTOR prop == null? True : => member name: processCardAction : => source line number: 514
01-20 12:00:32.264 32393 32412 I Unity :
01-20 12:00:32.264 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:32.264 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:32.264 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:32.264 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:32.264 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:32.264 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:processCardAction(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:514)
01-20 12:00:32.264 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass41_0:<onLocalCardMove>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:814)
01-20 12:00:32.264 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext()
01-20 12:00:32.269 32393 32412 I Unity :
01-20 12:00:32.269 32393 32412 I Unity :
01-20 12:00:32.269 32393 32412 I Unity : onUpdatePlayerPlayStateEventToView name: Tom id: 2 seat: 0 type: LOCAL isAi: False playState MAKING_REQUEST handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:00:32.269 32393 32412 I Unity :
01-20 12:00:32.269 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:32.269 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:32.269 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:32.269 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:32.269 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:32.269 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:00:32.269 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:processCardAction(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:567)
01-20 12:00:32.269 32393 32412 I Unity : IJDV.
01-20 12:00:32.279 32393 32412 I Unity :
01-20 12:00:32.279 32393 32412 I Unity :
01-20 12:00:32.279 32393 32412 I Unity : onShowActionUIEventToView playerAction PLAYER_SELECT cardAction DEBT_COLLECTOR : => member name: onShowActionUIEventToView : => source line number: 1313
01-20 12:00:32.279 32393 32412 I Unity :
01-20 12:00:32.279 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:32.279 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:32.279 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:32.279 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:32.279 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:32.279 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onShowActionUIEventToView(MonoPlayer, CardAction, PlayerAction) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1313)
01-20 12:00:32.279 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:processCardAction(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:569)
01-20 12:00:32.279 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass41_0:<
01-20 12:00:32.353 32393 32412 I Unity :
01-20 12:00:32.353 32393 32412 I Unity :
01-20 12:00:32.353 32393 32412 I Unity : ShowLocalPlayerAsksMoneyWithOppPanel isTurnTimerEnabled True : => member name: ShowLocalPlayerAsksMoneyWithOppPanel : => source line number: 1975
01-20 12:00:32.353 32393 32412 I Unity :
01-20 12:00:32.353 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:32.353 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:32.353 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:32.353 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:32.353 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:32.353 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ShowLocalPlayerAsksMoneyWithOppPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1975)
01-20 12:00:32.353 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onShowActionUIEventToView(MonoPlayer, CardAction, PlayerAction) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1322)
01-20 12:00:32.353 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.M
01-20 12:00:32.356 32393 32412 I Unity :
01-20 12:00:32.356 32393 32412 I Unity :
01-20 12:00:32.356 32393 32412 I Unity : StartTimer time 10 : => member name: StartTimer : => source line number: 44
01-20 12:00:32.356 32393 32412 I Unity :
01-20 12:00:32.356 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:32.356 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:32.356 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:32.356 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:32.356 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:32.356 32393 32412 I Unity : IJDV.MonopolyDeal.Utils.Timer:StartTimer(Single, OnTimerTick, OnTimeout) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:44)
01-20 12:00:32.356 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ShowLocalPlayerAsksMoneyWithOppPanel() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1979)
01-20 12:00:32.356 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onShowActionUIEventToView(MonoPlayer, CardAction, PlayerAction) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets
01-20 12:00:32.488 32393 32412 I Unity :
01-20 12:00:32.488 32393 32412 I Unity :
01-20 12:00:32.488 32393 32412 I Unity : OnLocalPlayerPlayCardToTheCenterPile tween complete : => member name: OnLocalPlayerPlayCardToTheCenterPile : => source line number: 1580
01-20 12:00:32.488 32393 32412 I Unity :
01-20 12:00:32.488 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:32.488 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:32.488 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:32.488 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:32.488 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:32.488 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass149_0:<OnLocalPlayerPlayCardToTheCenterPile>b__2(UICard) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1580)
01-20 12:00:32.488 32393 32412 I Unity : IJDV.MonopolyDeal.View.<>c__DisplayClass114_0:<SetParentAndUpdatePosition>b__1() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:540)
01-20 12:00:32.488 32393 32412 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.lean
01-20 12:00:36.135 32393 32412 I Unity :
01-20 12:00:36.135 32393 32412 I Unity :
01-20 12:00:36.135 32393 32412 I Unity : turnTimer on Timeout True : => member name: ShowTurnTimer : => source line number: 676
01-20 12:00:36.135 32393 32412 I Unity :
01-20 12:00:36.135 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.135 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.135 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.135 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.135 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.135 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:676)
01-20 12:00:36.135 32393 32412 I Unity : IJDV.MonopolyDeal.Utils.<IStartTimer>d__19:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:81)
01-20 12:00:36.135 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
01-20 12:00:36.135 32393 32412 I Unity :
01-20 12:00:36.135 32393 32412 I Unity : (Filename: D Line: 0)
01-20 12:00:36.135 32393 32412 I Unity :
01-20 12:00:36.145 32393 32412 I Unity :
01-20 12:00:36.145 32393 32412 I Unity :
01-20 12:00:36.145 32393 32412 I Unity : On PASS from Tom : => member name: onLocalPlayerPassFromView : => source line number: 1573
01-20 12:00:36.145 32393 32412 I Unity :
01-20 12:00:36.145 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.145 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.145 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.145 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.145 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.145 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1573)
01-20 12:00:36.145 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerTurnTimeout(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1855)
01-20 12:00:36.145 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal
01-20 12:00:36.148 32393 32412 I Unity :
01-20 12:00:36.148 32393 32412 I Unity :
01-20 12:00:36.148 32393 32412 I Unity : On Pass: canPlay: True : => member name: onLocalPlayerPassFromView : => source line number: 1602
01-20 12:00:36.148 32393 32412 I Unity :
01-20 12:00:36.148 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.148 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.148 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.148 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.148 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.148 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerPassFromView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1602)
01-20 12:00:36.148 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onLocalPlayerTurnTimeout(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1855)
01-20 12:00:36.148 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Monopo
01-20 12:00:36.158 32393 32412 I Unity :
01-20 12:00:36.158 32393 32412 I Unity :
01-20 12:00:36.158 32393 32412 I Unity : onUpdatePlayerPlayStateEventToView name: Tom id: 2 seat: 0 type: LOCAL isAi: False playState NONE handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:00:36.158 32393 32412 I Unity :
01-20 12:00:36.158 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.158 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.158 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.158 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.158 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.158 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:00:36.158 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:endMyTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:972)
01-20 12:00:36.158 32393 32412 I Unity : IJDV.MonopolyDeal.Contro
01-20 12:00:36.168 32393 32412 I Unity :
01-20 12:00:36.168 32393 32412 I Unity :
01-20 12:00:36.168 32393 32412 I Unity : End Trun isLocalPlayer? True id 2 : => member name: EndTurn : => source line number: 1182
01-20 12:00:36.168 32393 32412 I Unity :
01-20 12:00:36.168 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.168 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.168 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.168 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.168 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.168 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1182)
01-20 12:00:36.168 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1201)
01-20 12:00:36.168 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onEndPlayerTurnEventToView(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:792)
01-20 12:00:36.168 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.Mono
01-20 12:00:36.175 32393 32412 I Unity :
01-20 12:00:36.175 32393 32412 I Unity :
01-20 12:00:36.175 32393 32412 I Unity : turnTimer on Timeout False : => member name: ShowTurnTimer : => source line number: 676
01-20 12:00:36.175 32393 32412 I Unity :
01-20 12:00:36.175 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.175 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.175 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.175 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.175 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.175 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<ShowTurnTimer>b__91_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:676)
01-20 12:00:36.175 32393 32412 I Unity : IJDV.MonopolyDeal.Utils.Timer:StopTimer() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:67)
01-20 12:00:36.175 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1185)
01-20 12:00:36.175 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:OnEndTurnFromController() (at D:\UnityProjects\MonopolyDealGit\Monopoly
01-20 12:00:36.184 32393 32412 I Unity :
01-20 12:00:36.184 32393 32412 I Unity :
01-20 12:00:36.184 32393 32412 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:00:36.184 32393 32412 I Unity :
01-20 12:00:36.184 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.184 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.184 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.184 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.184 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.184 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:00:36.184 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:00:36.184 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1189)
01-20 12:00:36.184 32393 32412 I Unity : IJDV
01-20 12:00:36.200 32393 32412 I Unity :
01-20 12:00:36.200 32393 32412 I Unity :
01-20 12:00:36.200 32393 32412 I Unity : ClearCacheCurSelectedUICard type: ACTION_CARD action: DEBT_COLLECTOR uid: 2 money: 3 isPureWild: False colors: 1 Hash 774782464 : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:00:36.200 32393 32412 I Unity :
01-20 12:00:36.200 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.200 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.200 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.200 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.200 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.200 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:00:36.200 32393 32412 I Unity : IJDV.MonopolyDeal.View.UICard:ResetCardToHand(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UICard.cs:666)
01-20 12:00:36.200 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:EndTurn() (at D:\UnityProjects\MonopolyDealGi
01-20 12:00:36.208 32393 32412 I Unity :
01-20 12:00:36.208 32393 32412 I Unity :
01-20 12:00:36.208 32393 32412 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:00:36.208 32393 32412 I Unity :
01-20 12:00:36.208 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.208 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.208 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.208 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.208 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.208 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:00:36.208 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:00:36.208 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:00:36.665 32393 32412 I Unity :
01-20 12:00:36.665 32393 32412 I Unity :
01-20 12:00:36.665 32393 32412 I Unity : UpdateRemainingActionsLabel 2 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:00:36.665 32393 32412 I Unity :
01-20 12:00:36.665 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.665 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.665 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.665 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.665 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.665 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:00:36.665 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<EndTurn>b__101_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:1183)
01-20 12:00:36.665 32393 32412 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:00:36.665 32393 32412 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Libr
01-20 12:00:36.768 32393 32412 I Unity :
01-20 12:00:36.768 32393 32412 I Unity :
01-20 12:00:36.768 32393 32412 I Unity : UIView on set turn... 3 : => member name: onSetTurn : => source line number: 1657
01-20 12:00:36.768 32393 32412 I Unity :
01-20 12:00:36.768 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.768 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.768 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.768 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.768 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.768 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1657)
01-20 12:00:36.768 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:00:36.768 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:00:36.768 32393 32412 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:00:36.774 32393 32412 I Unity :
01-20 12:00:36.774 32393 32412 I Unity :
01-20 12:00:36.774 32393 32412 I Unity : SetTurn to 3 : => member name: SetTurn : => source line number: 656
01-20 12:00:36.774 32393 32412 I Unity :
01-20 12:00:36.774 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.774 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.774 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.774 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.774 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.774 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:SetTurn() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:656)
01-20 12:00:36.774 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1661)
01-20 12:00:36.774 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:00:36.774 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:
01-20 12:00:36.780 32393 32412 I Unity :
01-20 12:00:36.780 32393 32412 I Unity :
01-20 12:00:36.780 32393 32412 I Unity : on set turn... : => member name: onSetTurn : => source line number: 1714
01-20 12:00:36.780 32393 32412 I Unity :
01-20 12:00:36.780 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:36.780 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:36.780 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:36.780 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:36.780 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:36.780 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurn(MonoPlayer) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1714)
01-20 12:00:36.780 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onSetTurnFromPhoton(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1543)
01-20 12:00:36.780 32393 32412 I Unity : PhotonManager:onSetTurRPC(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1214)
01-20 12:00:36.780 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exce
01-20 12:00:37.231 32393 32412 I Unity :
01-20 12:00:37.231 32393 32412 I Unity :
01-20 12:00:37.231 32393 32412 I Unity : UpdateRemainingActionsLabel 3 : => member name: UpdateRemainingActionsLabel : => source line number: 386
01-20 12:00:37.231 32393 32412 I Unity :
01-20 12:00:37.231 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:37.231 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:37.231 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:37.231 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:37.231 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:37.231 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:UpdateRemainingActionsLabel(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:386)
01-20 12:00:37.231 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:<SetTurn>b__90_0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:657)
01-20 12:00:37.231 32393 32412 I Unity : LeanTween:update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Library\PackageCache\com.oss.leantween@36e5f888f7\Framework\LeanTween.cs:444)
01-20 12:00:37.231 32393 32412 I Unity : LeanTween:Update() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Librar
01-20 12:00:37.767 32393 32412 I Unity :
01-20 12:00:37.767 32393 32412 I Unity :
01-20 12:00:37.767 32393 32412 I Unity : onSetTurnTimerEventToView 3 remTimeInSec 30 : => member name: onSetTurnTimerEventToView : => source line number: 766
01-20 12:00:37.767 32393 32412 I Unity :
01-20 12:00:37.767 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:37.767 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:37.767 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:37.767 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:37.767 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:37.767 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:766)
01-20 12:00:37.767 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1750)
01-20 12:00:37.767 32393 32412 I Unity : <ExecuteAfterTime>d__18:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Msc\ExtensionUti
01-20 12:00:37.772 32393 32412 I Unity :
01-20 12:00:37.772 32393 32412 I Unity :
01-20 12:00:37.772 32393 32412 I Unity : ShowTurnTimer 30 isTurnTimerEnabled True isLocalPlayer False : => member name: ShowTurnTimer : => source line number: 664
01-20 12:00:37.772 32393 32412 I Unity :
01-20 12:00:37.772 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:37.772 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:37.772 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:37.772 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:37.772 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:37.772 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ShowTurnTimer(Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:664)
01-20 12:00:37.772 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onSetTurnTimerEventToView(MonoPlayer, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:768)
01-20 12:00:37.772 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDe
01-20 12:00:37.777 32393 32412 I Unity :
01-20 12:00:37.777 32393 32412 I Unity :
01-20 12:00:37.777 32393 32412 I Unity : onUpdatePlayerPlayStateEventToView name: Yui id: 3 seat: 1 type: OPPONENT isAi: False playState READY_TO_PLAY handsplayed 1 : => member name: onUpdatePlayerPlayStateEventToView : => source line number: 1342
01-20 12:00:37.777 32393 32412 I Unity :
01-20 12:00:37.777 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:37.777 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:37.777 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:37.777 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:37.777 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:37.777 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1342)
01-20 12:00:37.777 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1754)
01-20 12:00:37.777 32393 32412 I Unity : <ExecuteAfte
01-20 12:00:37.780 32393 32412 I Unity :
01-20 12:00:37.780 32393 32412 I Unity :
01-20 12:00:37.780 32393 32412 I Unity : ClearCacheCurSelectedUICard : => member name: ClearCacheCurSelectedUICard : => source line number: 1815
01-20 12:00:37.780 32393 32412 I Unity :
01-20 12:00:37.780 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:37.780 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:37.780 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:37.780 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:37.780 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:37.780 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1815)
01-20 12:00:37.780 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onUpdatePlayerPlayStateEventToView(MonoPlayer, PlayState) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1348)
01-20 12:00:37.780 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.<>c__DisplayClass78_0:<onSetTurn>b__0() (at D:\UnityProje
01-20 12:00:37.785 32393 32412 I Unity :
01-20 12:00:37.785 32393 32412 I Unity :
01-20 12:00:37.785 32393 32412 I Unity : ReArrangeLocalPlayerPropPiles count 0 : => member name: ReArrangeLocalPlayerPropPiles : => source line number: 626
01-20 12:00:37.785 32393 32412 I Unity :
01-20 12:00:37.785 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:37.785 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:37.785 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:37.785 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:37.785 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:37.785 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ReArrangeLocalPlayerPropPiles(Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:626)
01-20 12:00:37.785 32393 32412 I Unity : IJDV.MonopolyDeal.View.UIPlayer:ToggleShowPropertyPileTouchOutline(Boolean, UIPropertiesTapMode, Boolean, Boolean) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\View\UIPlayer.cs:448)
01-20 12:00:37.785 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:ClearCacheCurSelectedUICard() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Sc
01-20 12:00:38.137 32393 32412 I Unity :
01-20 12:00:38.137 32393 32412 I Unity :
01-20 12:00:38.137 32393 32412 I Unity : onCardMoveFromPhoton... : => member name: onCardMoveFromOppnt : => source line number: 1772
01-20 12:00:38.137 32393 32412 I Unity :
01-20 12:00:38.137 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:38.137 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:38.137 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:38.137 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:38.137 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:38.137 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1772)
01-20 12:00:38.137 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:38.137 32393 32412 I Unity : System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
01-20 12:00:38.137 32393 32412 I Unity : System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
01-20 12:00:38.137 32393 32412 I Unity : System.Reflection.MethodBase:Invoke(Objec
01-20 12:00:38.148 32393 32412 I Unity :
01-20 12:00:38.148 32393 32412 I Unity :
01-20 12:00:38.148 32393 32412 I Unity : **Cards: 2 : => member name: deSerilaize : => source line number: 29
01-20 12:00:38.148 32393 32412 I Unity :
01-20 12:00:38.148 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:38.148 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:38.148 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:38.148 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:38.148 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:38.148 32393 32412 I Unity : IJDV.MonopolyDeal.Model.SerializablePlayerMove:deSerilaize(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\SerializablePlayerMove.cs:29)
01-20 12:00:38.148 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1775)
01-20 12:00:38.148 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:38.148 32393 32412 I Unity : System.Reflection.MonoMethod:Internal
01-20 12:00:38.157 32393 32412 I Unity :
01-20 12:00:38.157 32393 32412 I Unity :
01-20 12:00:38.157 32393 32412 I Unity : onOthersCardMove : => member name: onOthersCardMove : => source line number: 701
01-20 12:00:38.157 32393 32412 I Unity :
01-20 12:00:38.157 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:38.157 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:38.157 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:38.157 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:38.157 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:38.157 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:701)
01-20 12:00:38.157 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:38.157 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:38.157 32393 32412 I Unity : System.Reflection.Mo
01-20 12:00:38.173 32393 32412 I Unity :
01-20 12:00:38.173 32393 32412 I Unity :
01-20 12:00:38.173 32393 32412 I Unity : ==============PLAYER MOVE===========
01-20 12:00:38.173 32393 32412 I Unity : From: Yui
01-20 12:00:38.173 32393 32412 I Unity : To: Yui
01-20 12:00:38.173 32393 32412 I Unity : ToPile: HAND_PILE
01-20 12:00:38.173 32393 32412 I Unity : Properties:
01-20 12:00:38.173 32393 32412 I Unity : isValidMv: True
01-20 12:00:38.173 32393 32412 I Unity : CardsMoved
01-20 12:00:38.173 32393 32412 I Unity : type: ACTION_CARD action: PASS_GO uid: 28 money: 1 isPureWild: False colors: 1 Hash 1003814784
01-20 12:00:38.173 32393 32412 I Unity : type: MONEY_CARD action: MONEY uid: 103 money: 4 isPureWild: False colors: 1 Hash 1910047616
01-20 12:00:38.173 32393 32412 I Unity : ============END OF PLAYER MOVE=========== : => member name: onOthersCardMove : => source line number: 703
01-20 12:00:38.173 32393 32412 I Unity :
01-20 12:00:38.173 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:38.173 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:38.173 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:38.173 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:38.173 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:38.173 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:703)
01-20 12:00:38.173 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:
01-20 12:00:38.189 32393 32412 I Unity :
01-20 12:00:38.189 32393 32412 I Unity :
01-20 12:00:38.189 32393 32412 I Unity : from: Yui to: Yui : => member name: onOthersCardMove : => source line number: 709
01-20 12:00:38.189 32393 32412 I Unity :
01-20 12:00:38.189 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:38.189 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:38.189 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:38.189 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:38.189 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:38.189 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:709)
01-20 12:00:38.189 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777)
01-20 12:00:38.189 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Managers\PhotonManager.cs:1194)
01-20 12:00:38.189 32393 32412 I Unity : System.Reflection.M
01-20 12:00:38.194 32393 32412 I Unity :
01-20 12:00:38.194 32393 32412 I Unity :
01-20 12:00:38.194 32393 32412 I Unity : adding cards to hand... : => member name: addCardsToHand : => source line number: 218
01-20 12:00:38.194 32393 32412 I Unity :
01-20 12:00:38.194 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:38.194 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:38.194 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:38.194 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:38.194 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:38.194 32393 32412 I Unity : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:218)
01-20 12:00:38.194 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onOthersCardMove(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:754)
01-20 12:00:38.194 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1777
01-20 12:00:38.199 32393 32412 I Unity :
01-20 12:00:38.199 32393 32412 I Unity :
01-20 12:00:38.199 32393 32412 I Unity : onOppntPlayerCardMoveEventToView from 3 to 3 toPile HAND_PILE total cards moved 2 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 623
01-20 12:00:38.199 32393 32412 I Unity :
01-20 12:00:38.199 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:38.199 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:38.199 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:38.199 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:38.199 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:38.199 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:623)
01-20 12:00:38.199 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:00:38.199 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byt
01-20 12:00:38.204 32393 32412 I Unity :
01-20 12:00:38.204 32393 32412 I Unity :
01-20 12:00:38.204 32393 32412 I Unity : onOpponentPlayerCardMoveEventToView fromPlayer 3 toPlayer 3 : => member name: onOpponentPlayerCardMoveEventToView : => source line number: 628
01-20 12:00:38.204 32393 32412 I Unity :
01-20 12:00:38.204 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:38.204 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:38.204 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:38.204 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:38.204 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:38.204 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:onOpponentPlayerCardMoveEventToView(PlayerMoves) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:628)
01-20 12:00:38.204 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonoDealController:onCardMoveFromOppnt(SerializablePlayerMove) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1780)
01-20 12:00:38.204 32393 32412 I Unity : PhotonManager:onOtherPlayerCardMoveRPC(Byte[]) (at D:\UnityProje
01-20 12:00:42.288 32393 32412 I Unity :
01-20 12:00:42.288 32393 32412 I Unity :
01-20 12:00:42.288 32393 32412 I Unity : ShowLocalPlayerAsksMoneyWithOppPanel Card Timeout True : => member name: ShowLocalPlayerAsksMoneyWithOppPanel : => source line number: 1984
01-20 12:00:42.288 32393 32412 I Unity :
01-20 12:00:42.288 32393 32412 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
01-20 12:00:42.288 32393 32412 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
01-20 12:00:42.288 32393 32412 I Unity : UnityEngine.Logger:Log(LogType, Object)
01-20 12:00:42.288 32393 32412 I Unity : UnityEngine.Debug:Log(Object)
01-20 12:00:42.288 32393 32412 I Unity : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:372)
01-20 12:00:42.288 32393 32412 I Unity : IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController:<ShowLocalPlayerAsksMoneyWithOppPanel>b__174_1(Boolean, TimerType) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonopolyDealUIViewController.cs:1984)
01-20 12:00:42.288 32393 32412 I Unity : IJDV.MonopolyDeal.Utils.<IStartTimer>d__19:MoveNext() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Utils\Timer.cs:81)
01-20 12:00:42.288 32393 32412 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at /Users/bokken/buildslave/unity/build/Ru
01-20 12:00:42.412 32393 32412 D Unity : Uploading Crash Report
01-20 12:00:42.414 32393 32412 E Unity : ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
01-20 12:00:42.414 32393 32412 E Unity : Parameter name: index
01-20 12:00:42.414 32393 32412 E Unity : at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00029] in <625030e3cf2d4a33b73d8fa4030fc317>:0
01-20 12:00:42.414 32393 32412 E Unity : at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <625030e3cf2d4a33b73d8fa4030fc317>:0
01-20 12:00:42.414 32393 32412 E Unity : at IJDV.MonopolyDeal.Model.MonoPlayer.createRequest (System.Collections.Generic.List`1[T] cardsDropped, System.Collections.Generic.List`1[T] allPlayers) [0x004ae] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:3347
01-20 12:00:42.414 32393 32412 E Unity : at IJDV.MonopolyDeal.Controller.MonoDealController.onRequestActionTimeout (IJDV.MonopolyDeal.Model.MonoPlayer player) [0x00001] in D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:1950
01-20 12:00:42.414 32393 32412 E Unity : at IJDV.MonopolyDeal.Controller.MonopolyDealUIViewController.<ShowLocalPlayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment