log_file20260327-10-uil1a8.log - Log File
Filename: log_file20260327-10-uil1a8.log
Size: 121 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
Mono path[0] = 'C:/Program Files (x86)/Steam/steamapps/common/Modulus/Modulus_Data/Managed' Mono config path = 'C:/Program Files (x86)/Steam/steamapps/common/Modulus/MonoBleedingEdge/etc' Input System module state changed to: Initialized. [Physics::Module] Initialized fallback backend. [Physics::Module] Id: 0xdecafbad Initialize engine version: 6000.0.61f1 (74a0adb02c31) [Subsystems] Discovering subsystems at path C:/Program Files (x86)/Steam/steamapps/common/Modulus/Modulus_Data/UnitySubsystems kGfxThreadingModeSplitJobs is not supported on Direct3D 11. Reverting to kGfxThreadingModeClientWorkerJobs instead. GfxDevice: creating device client; kGfxThreadingModeClientWorkerJobs Direct3D: Version: Direct3D 11.0 [level 11.1] Renderer: NVIDIA GeForce RTX 4070 Laptop GPU (ID=0x2860) Vendor: NVIDIA VRAM: 7948 MB Driver: 32.0.15.5597 Begin MonoManager ReloadAssembly - Loaded All Assemblies, in 9.623 seconds - Finished resetting the current domain, in 0.007 seconds [Physics::Module] Selected backend. [Physics::Module] Name: PhysX [Physics::Module] Id: 0xf2b8ea05 [Physics::Module] SDK Version: 4.1.2 [Physics::Module] Integration Version: 1.0.0 [Physics::Module] Threading Mode: Multi-Threaded <RI> Initializing input. Using Windows.Gaming.Input <RI> Input initialized. LocalizationUtility::TryApplyLocale:247 Identified locale en with code EN LocalizationUtility::TryApplyLocale:261 Successfully applied language EN LocalizationUtility::TryApplyLocale:247 Identified locale en with code EN LocalizationUtility::TryApplyLocale:255 Language is already set to EN UnloadTime: 2.652200 ms SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\GeneralPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" PersistentSOLibrary::LoadAllPersistentSOs:137 Load all persistent SOs! Success: True GameAnalyticsHandler::SetEnvironment:116 Using regular config Info/GameAnalytics: Info logging enabled GameAnalyticsHandler::Initialize:93 UserID: Info/GameAnalytics: Set available custom01 dimension values: (CAMPAIGN_MODE, CREATIVE_MODE) Info/GameAnalytics: Set available custom02 dimension values: (PLAYED_TUTORIAL, SKIPPED_TUTORIAL) Info/GameAnalytics: Database opened: [REDACTED:Windows User Path]\AppData\Local\GameAnalytics\Unity Root Domain\a85fdcaa50a2af27a9b52c957693caa8\ga.sqlite3 Info/GameAnalytics: Starting a new session. RenderGraph is now enabled. Info/GameAnalytics: Add SESSION START event Info/GameAnalytics: Event queue: Sending 1 events. Info/GameAnalytics: Event queue: 1 events sent. [FMOD] Please add an 'FMOD Studio Listener' component to your camera in the scene for correct 3D positioning of sounds. Info/GameAnalytics: Add ERROR event: {severity:warning, message:[FMOD] Please add an 'FMOD Studio Listener' component to your camera in the scene for correct 3D positioning of sounds. } Info/GameAnalytics: Event queue: Sending 1 events. Info/GameAnalytics: Event queue: 1 events sent. Unloading 6 Unused Serialized files (Serialized files now loaded: 0) UnloadTime: 25.582100 ms PlayFabHandler::Awake:38 Using RELEASE config Destroying duplicate GameAnalytics object - only one is allowed per scene! SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\GeneralPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" PersistentSOLibrary::LoadAllPersistentSOs:137 Load all persistent SOs! Success: True GameAnalyticsHandler::Awake:40 Destroying Duplicate Handler instance Steam Using regular appId DiscordHandler::UpdatePresence:66 Discord not ready, cannot update presence SteamHandler::UpdatePresence:124 Steam not ready, cannot update presence PlayFabHandler::GetTitleData:183 Getting info from title data cache with key ScreenshotContestInfo PlayFabHandler::Login:87 Attempting login sequence ... DiscordHandler::Start:47 Discord handler initialized successfully SteamHandler::UpdatePresence:142 Steam presence updated: State=Planning it all out, Details=#MainMenu UnityAnalyticsHandler::Start:69 Unity Analytics initializing with environment: production Info/GameAnalytics: Add ERROR event: {severity:warning, message:Destroying duplicate GameAnalytics object - only one is allowed per scene! } SteamHandler::HasSupportersEdition:109 SteamHandler evaluating subscription of Supporters Edition SteamHandler::HasSupportersEdition:109 SteamHandler evaluating subscription of Supporters Edition <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: SupportLogoScreen] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.CanvasGroup.set_alpha (System.Single value) [0x00006] in <36d5d1eede1148d88433873f20659774>:0 at DG.Tweening.DOTweenModuleUI+<>c__DisplayClass0_0.<DOFade>b__1 (System.Single x) [0x00000] in <87586e0c1bd543b0b73ca1e08b319943>:0 at DG.Tweening.Plugins.FloatPlugin.EvaluateAndApply (DG.Tweening.Plugins.Options.FloatOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, System.Single startValue, System.Single changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x000e3] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 DiscordHandler::UpdatePresence:105 Discord presence updated: Planning it all out / Idling in main menu Unloading 155 unused Assets to reduce memory usage. Loaded Objects now: 165594. Total: 58.765900 ms (FindLiveObjects: 19.992000 ms CreateObjectMapping: 9.616500 ms MarkObjects: 28.785900 ms DeleteObjects: 0.371000 ms) SteamPlayFabConnector::OnLoginComplete:54 Completed login to platform PlayFabHandler::OnLoginSequenceComplete:95 Completed login sequence successfully for player 3E41361E5305C162 PlayFabHandler::RenewDataCache:124 Retrieving player combined info for player 3E41361E5305C162 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Group] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.CanvasGroup.set_alpha (System.Single value) [0x00006] in <36d5d1eede1148d88433873f20659774>:0 at DG.Tweening.DOTweenModuleUI+<>c__DisplayClass0_0.<DOFade>b__1 (System.Single x) [0x00000] in <87586e0c1bd543b0b73ca1e08b319943>:0 at DG.Tweening.Plugins.FloatPlugin.EvaluateAndApply (DG.Tweening.Plugins.Options.FloatOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, System.Single startValue, System.Single changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x000e3] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 PlayFabHandler::OnGetPlayerCombinedInfoSuccess:146 Retrieved player combined info for player 3E41361E5305C162 SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus\cache\titledata.json" DownloadQueue::Success:44 IntegrationHandler succesfully downloaded image from https://cdnehv-fceye6euc4b0cpfs.z01.azurefd.net/modulus/startscreen/startscreen-creators.jpg Info/GameAnalytics: Event queue: Sending 1 events. Info/GameAnalytics: Event queue: 1 events sent. AllowedFullscreenModeSO::SetValue:22 Set window mode to: BorderlessFullscreen Info/GameAnalytics: Event queue: No events to send [14] SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\SettingsPersistentSO.json" [14] SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\GeneralPersistentSO.json" [14] SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send LoadMenu::LoadCurrentSavePath:440 CurrentSavePath (Data.Variables.CurrentSavePathSO) Unloading 6 Unused Serialized files (Serialized files now loaded: 0) UnloadTime: 114.767100 ms Destroying duplicate GameAnalytics object - only one is allowed per scene! TransformJobManager::InitializeNativeCollections:105 Allocating space for 1024 transforms in TransformJobManager. TransformJobManager::InitializeNativeCollections:132 Initialized Native Collections. CullingJobManager::InitializeNativeCollections:134 Allocating space for 4096 conveyor belts in CullingJobManager. SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\GeneralPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" PersistentSOLibrary::LoadAllPersistentSOs:137 Load all persistent SOs! Success: True UnityAnalyticsHandler::Awake:50 Destroying Duplicate Handler instance SteamHandler::HasSupportersEdition:109 SteamHandler evaluating subscription of Supporters Edition GameAnalyticsHandler::Awake:40 Destroying Duplicate Handler instance Info/GameAnalytics: Event queue: No events to send SteamAchievementsController::Init:37 Track achievement: LOCAL_10_ACTIVE_FREIGHTERS SteamAchievementsController::Init:37 Track achievement: LOCAL_12_ACTIVE_FREIGHTERS SteamAchievementsController::Init:37 Track achievement: LOCAL_14_ACTIVE_FREIGHTERS SteamAchievementsController::Init:37 Track achievement: LOCAL_16_ACTIVE_FREIGHTERS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_25_FULL_BUILDINGS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_40_FULL_BUILDINGS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_50_FULL_BUILDINGS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_MONUMENTS_SAME_ISLAND SteamAchievementsController::Init:37 Track achievement: LOCAL_BABY_CUBE SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_BLUE_MONUMENT SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_BOT_IN_SCRAPPER SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_COOLANT SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_DATASHARD SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_HEXACRYSTAL SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_OIL SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_PAINT SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_GNN_GATE SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_GREY_MONUMENT SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_UNLOCK_ISLAND SteamAchievementsController::Init:37 Track achievement: LOCAL_MEGA_CUBE SteamAchievementsController::Init:37 Track achievement: LOCAL_OVERCLOCK_BUILDING SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_RANK_8_WITH_3_ISLANDS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_RANK_10 SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_RANK_20 SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_RANK_25 SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_COMPLETED_TECH_TREE SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_40K_BOTS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_25K_DROIDS SteamAchievementsController::Init:37 Track achievement: LOCAL_5K_HYPERDROIDS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_25K_MECHS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_5K_ULTRAMECHS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_YELLOW_MONUMENT AutoSaver::WaitForAutoSave:67 Starting Autosave Interval! <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Active] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Line] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Active] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Line] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Active] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Line] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Active] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Line] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Active] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Line] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. IntegrationManager::ClearExistingCredentials:274 ClearExistingCredentials TransformJobManager::DestroyNativeCollections:221 Destroyed Native Collections. TransformJobManager::InitializeNativeCollections:105 Allocating space for 1024 transforms in TransformJobManager. TransformJobManager::InitializeNativeCollections:132 Initialized Native Collections. CullingJobManager::InitializeNativeCollections:134 Allocating space for 4096 conveyor belts in CullingJobManager. AmbientAudioController::HandlePreLoad:76 Handle pre load! DiscordHandler::ClearPresence:126 Discord presence cleared SteamHandler::ClearPresence:157 Steam presence cleared ProductionHistoryPersistentSO::ApplyLoadedSaveData:62 Applied Savegame! DiscordHandler::ClearPresence:126 Discord presence cleared SteamHandler::ClearPresence:157 Steam presence cleared StatisticsPersistentSO::ApplyLoadedSaveData:19 Applied Savegame! TechTreeManager::UnlockNodes:166 TechTreeNode with index 1143904140 not found TechTreeManager::RefundSaveDataNode:196 Refunding node '1143904140' LoadingScreenSO::HideLoadingScreen:60 Finished loading PersistentSOLibrary::LoadAllPersistentSOs:137 Load all persistent SOs! Success: True SteamHandler::HasSupportersEdition:109 SteamHandler evaluating subscription of Supporters Edition SaveSystem::TrySaveData:167 Success: Wrote save data to: "[REDACTED:Windows User Path]\AppData\LocalLow\Happy Volcano\Modulus\Levels\LQA All Operators/PersistentSOs\SaveInfoPersistentSO.json" Info/GameAnalytics: Set custom02 dimension value: SKIPPED_TUTORIAL Info/GameAnalytics: Set custom01 dimension value: CAMPAIGN_MODE FactoryLoader::LoadIsland:270 ISLAND dd362f65-409b-4cd2-b5a1-9117e533c712 in position: (-1, 0, 12) position 0: (-1, 0, 12) world position: (-22, 0, 264) FactoryLoader::LoadIsland:270 ISLAND 3fb3f515-0193-46f2-a293-2f4f9f5266b3 in position: (-3, 0, 10) position 0: (-3, 0, 10) world position: (-66, 0, 220) FactoryLoader::LoadIsland:270 ISLAND a3bef42e-d9c8-4ad1-91ea-100a23d83d66 in position: (0, 0, 9) position 0: (0, 0, 9) world position: (0, 0, 198) FactoryLoader::LoadIsland:270 ISLAND 23623793-ed39-4a7c-ad09-b62fc97674b3 in position: (4, 0, 9) position 0: (4, 0, 9) world position: (88, 0, 198) FactoryLoader::LoadIsland:270 ISLAND 7e2bcd25-f60f-4d01-86c3-845cfd17bf19 in position: (7, 0, 8) position 0: (7, 0, 8) world position: (154, 0, 176) FactoryLoader::LoadIsland:270 ISLAND 1661cb02-7352-435d-8915-64de3883a5ce in position: (9, 0, 8) position 0: (9, 0, 8) world position: (198, 0, 176) FactoryLoader::LoadIsland:270 ISLAND b8d0cefd-30aa-4f12-a362-a5489e1983cb in position: (-4, 0, 7) position 0: (-4, 0, 7) world position: (-88, 0, 154) FactoryLoader::LoadIsland:270 ISLAND 5e0b2439-fbe3-4f2e-9396-5102101d49f7 in position: (-8, 0, 5) position 0: (-8, 0, 5) world position: (-176, 0, 110) FactoryLoader::LoadIsland:270 ISLAND a88deb34-320d-435f-a126-574fb8899f7a in position: (-5, 0, 4) position 0: (-5, 0, 4) world position: (-110, 0, 88) FactoryLoader::LoadIsland:270 ISLAND a643f067-0a2a-41d3-8557-6bee4d316a03 in position: (0, 0, 5) position 0: (0, 0, 5) world position: (0, 0, 110) FactoryLoader::LoadIsland:270 ISLAND a1012583-5a62-4997-a693-69dcf9f4a50b in position: (3, 0, 6) position 0: (3, 0, 6) world position: (66, 0, 132) FactoryLoader::LoadIsland:270 ISLAND ac1f03e9-9889-48e8-b846-badbd4e7faa2 in position: (6, 0, 5) position 0: (6, 0, 5) world position: (132, 0, 110) FactoryLoader::LoadIsland:270 ISLAND ce44b616-4523-4840-bf33-e6c2dd25a54f in position: (-9, 0, 2) position 0: (-9, 0, 2) world position: (-198, 0, 44) FactoryLoader::LoadIsland:270 ISLAND d817bc62-4eef-4847-8dc8-b32756aa820b in position: (-7, 0, 2) position 0: (-7, 0, 2) world position: (-154, 0, 44) FactoryLoader::LoadIsland:270 ISLAND d61810c8-131e-4b33-a366-439ed66ff312 in position: (-4, 0, 1) position 0: (-4, 0, 1) world position: (-88, 0, 22) FactoryLoader::LoadIsland:270 ISLAND 184e75fd-45b2-4e71-a6e9-f1bde1e3ce3a in position: (4, 0, 1) position 0: (4, 0, 1) world position: (88, 0, 22) FactoryLoader::LoadIsland:270 ISLAND 9bf48d77-60b9-48b1-b1c6-26aa6e87cb9d in position: (7, 0, 2) position 0: (7, 0, 2) world position: (154, 0, 44) FactoryLoader::LoadIsland:270 ISLAND fe549b66-fb77-4a10-b0f8-db8e67bb1d60 in position: (10, 0, 1) position 0: (10, 0, 1) world position: (220, 0, 22) FactoryLoader::LoadIsland:270 ISLAND fc260fcf-e261-4660-8dae-48beecfdd46a in position: (13, 0, 2) position 0: (13, 0, 2) world position: (286, 0, 44) FactoryLoader::LoadIsland:270 ISLAND a70419ed-b93d-4ad8-833c-cd55d136640b in position: (-8, 0, -1) position 0: (-8, 0, -1) world position: (-176, 0, -22) FactoryLoader::LoadIsland:270 ISLAND ba18462a-06d6-4e0f-974b-5d4f2e44be3e in position: (-5, 0, -2) position 0: (-5, 0, -2) world position: (-110, 0, -44) FactoryLoader::LoadIsland:270 ISLAND d2eceac6-0680-48a3-be49-27bf9a399e88 in position: (0, 0, -3) position 0: (0, 0, -3) world position: (0, 0, -66) FactoryLoader::LoadIsland:270 ISLAND 3668623f-8ec6-4d10-8546-0196ba994f1b in position: (5, 0, -2) position 0: (5, 0, -2) world position: (110, 0, -44) FactoryLoader::LoadIsland:270 ISLAND 89bfd5a1-d165-4892-a737-2fe4f714e73d in position: (-9, 0, -4) position 0: (-9, 0, -4) world position: (-198, 0, -88) FactoryLoader::LoadIsland:270 ISLAND 23623793-ed39-4a7c-ad09-b62fc97674b3 in position: (-6, 0, -5) position 0: (-6, 0, -5) world position: (-132, 0, -110) FactoryLoader::LoadIsland:270 ISLAND d730f963-454b-4ce1-9962-0e1e44ad5f20 in position: (-3, 0, -4) position 0: (-3, 0, -4) world position: (-66, 0, -88) FactoryLoader::LoadIsland:270 ISLAND 535af1cd-1771-455b-8ff4-5fc1e469b897 in position: (-2, 0, -7) position 0: (-2, 0, -7) world position: (-44, 0, -154) FactoryLoader::LoadIsland:270 ISLAND 43f948ab-2d8f-4aa1-af4d-ce1aede7d374 in position: (1, 0, -6) position 0: (1, 0, -6) world position: (22, 0, -132) FactoryLoader::LoadIsland:270 ISLAND 9c5b971b-fac3-40d4-a2b5-d7b42306ebe2 in position: (4, 0, -5) position 0: (4, 0, -5) world position: (88, 0, -110) FactoryLoader::LoadIsland:270 ISLAND 3d402738-8e07-4278-bd34-a50edf85d48b in position: (8, 0, -3) position 0: (8, 0, -3) world position: (176, 0, -66) FactoryLoader::LoadIsland:270 ISLAND 405e7ff5-c937-4769-a923-29b31803fb59 in position: (0, 0, 1) position 0: (0, 0, 1) world position: (0, 0, 22) FactoryLoader::LoadIsland:270 ISLAND 3b04b202-b6dd-4d56-b475-7edb37ba0622 in position: (10, 0, 5) position 0: (10, 0, 5) world position: (220, 0, 110) FactoryLoader::LoadIsland:270 ISLAND c5eb8942-1cfb-4cf4-a956-6d3d7008f965 in position: (14, 0, 5) position 0: (14, 0, 5) world position: (308, 0, 110) Info/GameAnalytics: Event queue: No events to send FactoryLoader::LoadIsland:270 ISLAND 2593ac08-7542-443d-a873-2a29fe1a7f5f in position: (12, 0, 9) position 0: (12, 0, 9) world position: (264, 0, 198) UnlockedIslandsPersistentSO::UnlockIsland:84 Island already unlocked (0, 0, 22) (Island) FactoryLoader::ApplyMapSaveData:239 ISLAND 30 start unlocked CullingJobManager::AddChunkNativeCollections:163 Resizing Native Collections from 4096 to 8192 CullingJobManager::AddChunkNativeCollections:163 Resizing Native Collections from 8192 to 12288 SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed MustBeDevelopmentOrEditorException: The method or operation is not implemented. at Data.FactoryFloor.FactoryObjectBehaviours.ModuleSpawnerBehaviour.Init (Data.FactoryFloor.FactoryObject factoryObject) [0x00005] in <7e270843282847f992c765d75a7f4d10>:0 at Data.FactoryFloor.FactoryObject.Initialize () [0x00021] in <7e270843282847f992c765d75a7f4d10>:0 at Data.FactoryFloor.Maps.IslandObject.AddFactoryObject (Data.FactoryFloor.FactoryLayer factoryLayer, Data.FactoryFloor.FactoryObject factoryObject) [0x00058] in <7e270843282847f992c765d75a7f4d10>:0 at Data.FactoryFloor.Maps.IslandLayer.TryAddFactoryObject (Data.FactoryFloor.FactoryLayer factoryLayer, Data.FactoryFloor.FactoryObject factoryObject) [0x0007a] in <7e270843282847f992c765d75a7f4d10>:0 at Data.FactoryFloor.FactoryLayer.TryAddFactoryObject (Data.FactoryFloor.FactoryObject factoryObject, System.Boolean invokeObjectsChangedEvent) [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at Logic.Factory.FactoryLoader.TryCreateFactoryObject (SaveData.FactoryFloor.SavedObjectDto savedObjectDto, Data.FactoryFloor.FactoryLayer layer) [0x00025] in <7e270843282847f992c765d75a7f4d10>:0 at Logic.Factory.FactoryLoader.LoadLayer (SaveData.FactoryFloor.FactoryLayerSaveData factoryLayerSaveData, Data.FactoryFloor.FactoryLayer factoryLayer, System.Collections.Generic.List`1[T] softLinkedObjects, System.Collections.Generic.List`1[T] hardLinkedObjects) [0x0001e] in <7e270843282847f992c765d75a7f4d10>:0 at Logic.Factory.FactoryLoader.ApplyLevelSaveData (SaveData.FactoryFloor.FactoryFloorSaveData factoryFloorSaveData) [0x00020] in <7e270843282847f992c765d75a7f4d10>:0 at Logic.Factory.FactoryLoader.TryLoadLevel (System.String directoryPath, System.Action`1[T] callback, System.Nullable`1[T] setZenMode) [0x000bb] in <7e270843282847f992c765d75a7f4d10>:0 at Presentation.FactoryFloor.LoadFactoryFloor.LevelFinishedLoading (System.String sceneName) [0x00295] in <7e270843282847f992c765d75a7f4d10>:0 at Events.BaseEvent`1[T].Fire (T data) [0x00011] in <7e270843282847f992c765d75a7f4d10>:0 at Utils.SceneHandling.SceneHandler+<LoadSceneCoroutine>d__10.MoveNext () [0x00065] in <7e270843282847f992c765d75a7f4d10>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <34dfe0fc203d4e048ffa90bb9973774a>:0 Unloading 189 unused Assets to reduce memory usage. Loaded Objects now: 1076439. Total: 312.002000 ms (FindLiveObjects: 116.953300 ms CreateObjectMapping: 37.662200 ms MarkObjects: 148.547600 ms DeleteObjects: 8.837600 ms) PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed PointerView::HandleColorChanged:23 The number of mesh renderers doesn't match the number of materials for this colour pack. Some meshes maybe getting missed BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_YellowMonumentData/MonumentPrefab(Clone)/BuildingVisualsParent/BuildingVisual/BuildingPrefabParent/P_Yellow_Monument(Clone)" BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_YellowMonumentData/MonumentPrefab(Clone)/BuildingVisualsParent/BuildingVisual/BuildingPrefabParent/P_Yellow_Monument(Clone)" BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_YellowMonumentData/MonumentPrefab(Clone)/BuildingVisualsParent/BuildingVisual/BuildingPrefabParent/P_Yellow_Monument(Clone)" BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_YellowMonumentData/MonumentPrefab(Clone)/BuildingVisualsParent/BuildingVisual/BuildingPrefabParent/P_Yellow_Monument(Clone)" BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_YellowMonumentData/MonumentPrefab(Clone)/BuildingVisualsParent/BuildingVisual/BuildingPrefabParent/P_Yellow_Monument(Clone)" BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_BlueMonumentData/MonumentPrefab(Clone)/BuildingVisualsParent/BuildingVisual/BuildingPrefabParent/P_Blue_Monument(Clone)" BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_BlueMonumentData/MonumentPrefab(Clone)/BuildingVisualsParent/BuildingVisual/BuildingPrefabParent/P_Blue_Monument(Clone)" BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_BlueMonumentData/MonumentPrefab(Clone)/BuildingVisualsParent/BuildingVisual/BuildingPrefabParent/P_Blue_Monument(Clone)" BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_BlueMonumentData/MonumentPrefab(Clone)/BuildingVisualsParent/BuildingVisual/BuildingPrefabParent/P_Blue_Monument(Clone)" BoxCollider does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected collision geometry. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "Pool_GNNGateData_autoEx/GNNGatePrefab(Clone)" Info/GameAnalytics: Add ERROR event: {severity:critical, message:MustBeDevelopmentOrEditorException: The method or operation is not implemented. Data.FactoryFloor.FactoryObjectBehaviours.ModuleSpawnerBehaviour.Init (Data.FactoryFloor.FactoryObject factoryObject) (at <7e270843282847f992c765d75a7f4d10>:0) Data.FactoryFloor.FactoryObject.Initialize () (at <7e270843282847f992c765d75a7f4d10>:0) Data.FactoryFloor.Maps.IslandObject.AddFactoryObject (Data.FactoryFloor.FactoryLayer factoryLayer, Data.FactoryFloor.FactoryObject factoryObject) (at <7e270843282847f992c765d75a7f4d10>:0) Data.FactoryFloor.Maps.IslandLayer.TryAddFactoryObject (Data.FactoryFloor.FactoryLayer factoryLayer, Data.FactoryFloor.FactoryObject factoryObject) (at <7e270843282847f992c765d75a7f4d10>:0) Data.FactoryFloor.FactoryLayer.TryAddFactoryObject (Data.FactoryFloor.FactoryObject factoryObject, System.Boolean invokeObjectsChangedEvent) (at <7e270843282847f992c765d75a7f4d10>:0) Logic.Factory.FactoryLoader.TryCreateFactoryObject (SaveData.FactoryFloor.SavedObjectDto savedObjectDto, Data.FactoryFloor.FactoryLayer layer) (at <7e270843282847f992c765d75a7f4d10>:0) Logic.Factory.FactoryLoader.LoadLayer (SaveData.FactoryFloor.FactoryLayerSaveData factoryLayerSaveData, Data.FactoryFloor.FactoryLayer factoryLayer, System.Collections.Generic.List`1[T] softLinkedObjects, System.Collections.Generic.List`1[T] hardLinkedObjects) (at <7e270843282847f992c765d75a7f4d10>:0) Logic.Factory.FactoryLoader.ApplyLevelSaveData (SaveData.FactoryFloor.FactoryFloorSaveData factoryFloorSaveData) (at <7e270843282847f992c765d75a7f4d10>:0) Logic.Factory.FactoryLoader.TryLoadLevel (System.String directoryPath, System.Action`1[T] callback, System.Nullable`1[T] setZenMode) (at <7e270843282847f992c765d75a7f4d10>:0) Presentation.FactoryFloor.LoadFactoryFloor.LevelFinishedLoading (System.String sceneName) (at <7e270843282847f992c765d75a7f4d10>:0) Events.BaseEvent`1[T].Fire (T data) (at <7e270843282847f992c765d75a7f4d10>:0) Utils.SceneHandling.SceneHandler+<LoadSceneCoroutine>d__10.MoveNext () (at <7e270843282847f992c765d75a7f4d10>:0) UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <34dfe0fc203d4e048ffa90bb9973774a>:0) } Unloading 6 Unused Serialized files (Serialized files now loaded: 0) TransformJobManager::DestroyNativeCollections:221 Destroyed Native Collections. UnloadTime: 864.838800 ms Destroying duplicate GameAnalytics object - only one is allowed per scene! UnityAnalyticsHandler::Awake:50 Destroying Duplicate Handler instance SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\GeneralPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" PersistentSOLibrary::LoadAllPersistentSOs:137 Load all persistent SOs! Success: True GameAnalyticsHandler::Awake:40 Destroying Duplicate Handler instance SteamHandler::UpdatePresence:142 Steam presence updated: State=Planning it all out, Details=#MainMenu PlayFabHandler::GetTitleData:183 Getting info from title data cache with key ScreenshotContestInfo SteamHandler::HasSupportersEdition:109 SteamHandler evaluating subscription of Supporters Edition LoadingScreenSO::HideLoadingScreen:60 Finished loading SteamHandler::HasSupportersEdition:109 SteamHandler evaluating subscription of Supporters Edition IntegrationManager::ClearExistingCredentials:274 ClearExistingCredentials <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.RectTransform.set_anchoredPosition (UnityEngine.Vector2 value) [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at DG.Tweening.DOTweenModuleUI+<>c__DisplayClass13_0.<DOAnchorPos>b__1 (UnityEngine.Vector2 x) [0x00000] in <87586e0c1bd543b0b73ca1e08b319943>:0 at DG.Tweening.Plugins.Vector2Plugin.EvaluateAndApply (DG.Tweening.Plugins.Options.VectorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Vector2 startValue, UnityEngine.Vector2 changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x001b2] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: PausedStateLabel] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.RectTransform.set_anchoredPosition (UnityEngine.Vector2 value) [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at DG.Tweening.DOTweenModuleUI+<>c__DisplayClass13_0.<DOAnchorPos>b__1 (UnityEngine.Vector2 x) [0x00000] in <87586e0c1bd543b0b73ca1e08b319943>:0 at DG.Tweening.Plugins.Vector2Plugin.EvaluateAndApply (DG.Tweening.Plugins.Options.VectorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Vector2 startValue, UnityEngine.Vector2 changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x001b2] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Window] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.RectTransform.set_anchoredPosition (UnityEngine.Vector2 value) [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at DG.Tweening.DOTweenModuleUI+<>c__DisplayClass13_0.<DOAnchorPos>b__1 (UnityEngine.Vector2 x) [0x00000] in <87586e0c1bd543b0b73ca1e08b319943>:0 at DG.Tweening.Plugins.Vector2Plugin.EvaluateAndApply (DG.Tweening.Plugins.Options.VectorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Vector2 startValue, UnityEngine.Vector2 changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x001b2] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: BuildingPrefabParent] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Transform.set_localPosition (UnityEngine.Vector3 value) [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at DG.Tweening.ShortcutExtensions+<>c__DisplayClass36_0.<DOLocalMove>b__1 (UnityEngine.Vector3 x) [0x00000] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Plugins.Vector3Plugin.EvaluateAndApply (DG.Tweening.Plugins.Options.VectorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Vector3 startValue, UnityEngine.Vector3 changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x0022b] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: BuildingPrefabParent] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Transform.set_localPosition (UnityEngine.Vector3 value) [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at DG.Tweening.ShortcutExtensions+<>c__DisplayClass36_0.<DOLocalMove>b__1 (UnityEngine.Vector3 x) [0x00000] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Plugins.Vector3Plugin.EvaluateAndApply (DG.Tweening.Plugins.Options.VectorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Vector3 startValue, UnityEngine.Vector3 changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x0022b] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: ResourceView(Clone)] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Transform.set_localScale (UnityEngine.Vector3 value) [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at DG.Tweening.ShortcutExtensions+<>c__DisplayClass45_0.<DOScale>b__1 (UnityEngine.Vector3 x) [0x00000] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Plugins.Vector3Plugin.EvaluateAndApply (DG.Tweening.Plugins.Options.VectorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Vector3 startValue, UnityEngine.Vector3 changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x0022b] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: ResourceView(Clone)] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Transform.set_localScale (UnityEngine.Vector3 value) [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at DG.Tweening.ShortcutExtensions+<>c__DisplayClass45_0.<DOScale>b__1 (UnityEngine.Vector3 x) [0x00000] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Plugins.Vector3Plugin.EvaluateAndApply (DG.Tweening.Plugins.Options.VectorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Vector3 startValue, UnityEngine.Vector3 changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x0022b] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: BuildingPrefabParent] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Transform.set_localPosition (UnityEngine.Vector3 value) [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at DG.Tweening.ShortcutExtensions+<>c__DisplayClass36_0.<DOLocalMove>b__1 (UnityEngine.Vector3 x) [0x00000] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Plugins.Vector3Plugin.EvaluateAndApply (DG.Tweening.Plugins.Options.VectorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Vector3 startValue, UnityEngine.Vector3 changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x0022b] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: PausedStateLabel] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.CanvasGroup.set_alpha (System.Single value) [0x00006] in <36d5d1eede1148d88433873f20659774>:0 at DG.Tweening.DOTweenModuleUI+<>c__DisplayClass0_0.<DOFade>b__1 (System.Single x) [0x00000] in <87586e0c1bd543b0b73ca1e08b319943>:0 at DG.Tweening.Plugins.FloatPlugin.EvaluateAndApply (DG.Tweening.Plugins.Options.FloatOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, System.Single startValue, System.Single changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x000e3] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Glow] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Behaviour.get_isActiveAndEnabled () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.EventSystems.UIBehaviour.IsActive () [0x00000] in <7c6386e0ee6c4f30af02156986d91129>:0 at UnityEngine.UI.Graphic.SetVerticesDirty () [0x00000] in <7c6386e0ee6c4f30af02156986d91129>:0 at UnityEngine.UI.Graphic.set_color (UnityEngine.Color value) [0x0000e] in <7c6386e0ee6c4f30af02156986d91129>:0 at DG.Tweening.DOTweenModuleUI+<>c__DisplayClass4_0.<DOFade>b__1 (UnityEngine.Color x) [0x00000] in <87586e0c1bd543b0b73ca1e08b319943>:0 at DG.Tweening.Plugins.ColorPlugin.EvaluateAndApply (DG.Tweening.Plugins.Options.ColorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Color startValue, UnityEngine.Color changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x0013c] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Glow] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Behaviour.get_isActiveAndEnabled () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.EventSystems.UIBehaviour.IsActive () [0x00000] in <7c6386e0ee6c4f30af02156986d91129>:0 at UnityEngine.UI.Graphic.SetVerticesDirty () [0x00000] in <7c6386e0ee6c4f30af02156986d91129>:0 at UnityEngine.UI.Graphic.set_color (UnityEngine.Color value) [0x0000e] in <7c6386e0ee6c4f30af02156986d91129>:0 at DG.Tweening.DOTweenModuleUI+<>c__DisplayClass4_0.<DOFade>b__1 (UnityEngine.Color x) [0x00000] in <87586e0c1bd543b0b73ca1e08b319943>:0 at DG.Tweening.Plugins.ColorPlugin.EvaluateAndApply (DG.Tweening.Plugins.Options.ColorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Color startValue, UnityEngine.Color changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x0013c] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Glow] Target or field is missing/null (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Behaviour.get_isActiveAndEnabled () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.EventSystems.UIBehaviour.IsActive () [0x00000] in <7c6386e0ee6c4f30af02156986d91129>:0 at UnityEngine.UI.Graphic.SetVerticesDirty () [0x00000] in <7c6386e0ee6c4f30af02156986d91129>:0 at UnityEngine.UI.Graphic.set_color (UnityEngine.Color value) [0x0000e] in <7c6386e0ee6c4f30af02156986d91129>:0 at DG.Tweening.DOTweenModuleUI+<>c__DisplayClass4_0.<DOFade>b__1 (UnityEngine.Color x) [0x00000] in <87586e0c1bd543b0b73ca1e08b319943>:0 at DG.Tweening.Plugins.ColorPlugin.EvaluateAndApply (DG.Tweening.Plugins.Options.ColorOptions options, DG.Tweening.Tween t, System.Boolean isRelative, DG.Tweening.Core.DOGetter`1[T] getter, DG.Tweening.Core.DOSetter`1[T] setter, System.Single elapsed, UnityEngine.Color startValue, UnityEngine.Color changeValue, System.Single duration, System.Boolean usingInversePosition, System.Int32 newCompletedSteps, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x0013c] in <82a2fd073ee449928e161903460426d7>:0 at DG.Tweening.Core.TweenerCore`3[T1,T2,TPlugOptions].ApplyTween (System.Single prevPosition, System.Int32 prevCompletedLoops, System.Int32 newCompletedSteps, System.Boolean useInversePosition, DG.Tweening.Core.Enums.UpdateMode updateMode, DG.Tweening.Core.Enums.UpdateNotice updateNotice) [0x00043] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Panel] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. <color=#0099bc><b>DOTWEEN ► </b></color>DEBUG MODE INFO ► [tween target: Highlight] Tween startup failed (NULL target/property - Void ThrowNullReferenceException(System.Object)): the tween will now be killed ► Object reference not set to an instance of an object. DiscordHandler::ClearPresence:126 Discord presence cleared SteamHandler::ClearPresence:157 Steam presence cleared DiscordHandler::UpdatePresence:105 Discord presence updated: Planning it all out / Idling in main menu Unloading 13248 unused Assets to reduce memory usage. Loaded Objects now: 280438. Total: 134.215100 ms (FindLiveObjects: 21.589900 ms CreateObjectMapping: 23.986300 ms MarkObjects: 75.068700 ms DeleteObjects: 13.569300 ms) <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView.YawRotateMouse () [0x000a9] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 <color=#0099bc><b>DOTWEEN ► </b></color>An error inside a tween callback was taken care of (Void ThrowNullReferenceException(System.Object)) ► Object reference not set to an instance of an object. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at UnityEngine.Component.get_transform () [0x00006] in <34dfe0fc203d4e048ffa90bb9973774a>:0 at Presentation.CameraView.CameraView+<>c__DisplayClass115_0.<LerpPitch>b__2 () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback, DG.Tweening.Tween t) [0x00007] in <82a2fd073ee449928e161903460426d7>:0 Info/GameAnalytics: Event queue: Sending 1 events. Info/GameAnalytics: Event queue: 1 events sent. Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send LoadMenu::LoadCurrentSavePath:440 CurrentSavePath (Data.Variables.CurrentSavePathSO) Info/GameAnalytics: Event queue: No events to send Unloading 6 Unused Serialized files (Serialized files now loaded: 0) UnloadTime: 100.152000 ms Destroying duplicate GameAnalytics object - only one is allowed per scene! TransformJobManager::InitializeNativeCollections:105 Allocating space for 1024 transforms in TransformJobManager. TransformJobManager::InitializeNativeCollections:132 Initialized Native Collections. CullingJobManager::InitializeNativeCollections:134 Allocating space for 4096 conveyor belts in CullingJobManager. SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\GeneralPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" SaveSystem::TrySaveData:167 Success: Wrote save data to: "C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus/GlobalSettings\MonumentsPersistentSO.json" PersistentSOLibrary::LoadAllPersistentSOs:137 Load all persistent SOs! Success: True UnityAnalyticsHandler::Awake:50 Destroying Duplicate Handler instance SteamHandler::HasSupportersEdition:109 SteamHandler evaluating subscription of Supporters Edition GameAnalyticsHandler::Awake:40 Destroying Duplicate Handler instance SteamAchievementsController::Init:37 Track achievement: LOCAL_10_ACTIVE_FREIGHTERS SteamAchievementsController::Init:37 Track achievement: LOCAL_12_ACTIVE_FREIGHTERS SteamAchievementsController::Init:37 Track achievement: LOCAL_14_ACTIVE_FREIGHTERS SteamAchievementsController::Init:37 Track achievement: LOCAL_16_ACTIVE_FREIGHTERS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_25_FULL_BUILDINGS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_40_FULL_BUILDINGS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_50_FULL_BUILDINGS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_MONUMENTS_SAME_ISLAND SteamAchievementsController::Init:37 Track achievement: LOCAL_BABY_CUBE SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_BLUE_MONUMENT SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_BOT_IN_SCRAPPER SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_COOLANT SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_DATASHARD SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_HEXACRYSTAL SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_OIL SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_FIRST_PAINT SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_GNN_GATE SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_GREY_MONUMENT SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_UNLOCK_ISLAND SteamAchievementsController::Init:37 Track achievement: LOCAL_MEGA_CUBE SteamAchievementsController::Init:37 Track achievement: LOCAL_OVERCLOCK_BUILDING SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_RANK_8_WITH_3_ISLANDS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_RANK_10 SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_RANK_20 SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_RANK_25 SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_COMPLETED_TECH_TREE SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_40K_BOTS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_25K_DROIDS SteamAchievementsController::Init:37 Track achievement: LOCAL_5K_HYPERDROIDS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_25K_MECHS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_5K_ULTRAMECHS SteamAchievementsController::Init:43 Not Tracking achievement: LOCAL_YELLOW_MONUMENT AutoSaver::WaitForAutoSave:67 Starting Autosave Interval! IntegrationManager::ClearExistingCredentials:274 ClearExistingCredentials _::InitializeNativeCollections:134 Allocating space for 4096 conveyor belts in CullingJobManager. TransformJobManager::DestroyNativeCollections:221 Destroyed Native Collections. TransformJobManager::InitializeNativeCollections:105 Allocating space for 1024 transforms in TransformJobManager. TransformJobManager::InitializeNativeCollections:132 Initialized Native Collections. CullingJobManager::InitializeNativeCollections:134 Allocating space for 4096 conveyor belts in CullingJobManager. AmbientAudioController::HandlePreLoad:76 Handle pre load! MustBeDevelopmentOrEditorException: The method or operation is not implemented. at Data.FactoryFloor.FactoryObjectBehaviours.ModuleSpawnerBehaviour.UnInit () [0x00005] in <7e270843282847f992c765d75a7f4d10>:0 at Data.FactoryFloor.FactoryObject.DestroyBehaviours () [0x00015] in <7e270843282847f992c765d75a7f4d10>:0 at Data.FactoryFloor.Maps.IslandObject.Clear (Data.FactoryFloor.FactoryLayer factoryLayer) [0x0001d] in <7e270843282847f992c765d75a7f4d10>:0 at Data.FactoryFloor.Maps.IslandLayer.ClearObjects (Data.FactoryFloor.FactoryLayer factoryLayer) [0x00015] in <7e270843282847f992c765d75a7f4d10>:0 at Data.FactoryFloor.FactoryLayer.Clear () [0x00000] in <7e270843282847f992c765d75a7f4d10>:0 at Data.FactoryFloor.FactoryLayersLibrary.ClearAll () [0x0000b] in <7e270843282847f992c765d75a7f4d10>:0 at Logic.Factory.FactoryClearer.ClearLevel () [0x00028] in <7e270843282847f992c765d75a7f4d10>:0 at Logic.Factory.FactoryLoader.StartLoadLevel () [0x00012] in <7e270843282847f992c765d75a7f4d10>:0 at Logic.Factory.FactoryLoader.TryLoadLevel (System.String directoryPath, System.Action`1[T] callback, System.Nullable`1[T] setZenMode) [0x00007] in <7e270843282847f992c765d75a7f4d10>:0 at Presentation.FactoryFloor.LoadFactoryFloor.LevelFinishedLoading (System.String sceneName) [0x00295] in <7e270843282847f992c765d75a7f4d10>:0 at Events.BaseEvent`1[T].Fire (T data) [0x00011] in <7e270843282847f992c765d75a7f4d10>:0 at Utils.SceneHandling.SceneHandler+<LoadSceneCoroutine>d__10.MoveNext () [0x00065] in <7e270843282847f992c765d75a7f4d10>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <34dfe0fc203d4e048ffa90bb9973774a>:0 Unloading 370 unused Assets to reduce memory usage. Loaded Objects now: 304156. Total: 114.500900 ms (FindLiveObjects: 21.198200 ms CreateObjectMapping: 19.741700 ms MarkObjects: 72.590200 ms DeleteObjects: 0.970100 ms) Info/GameAnalytics: Add ERROR event: {severity:critical, message:MustBeDevelopmentOrEditorException: The method or operation is not implemented. Data.FactoryFloor.FactoryObjectBehaviours.ModuleSpawnerBehaviour.UnInit () (at <7e270843282847f992c765d75a7f4d10>:0) Data.FactoryFloor.FactoryObject.DestroyBehaviours () (at <7e270843282847f992c765d75a7f4d10>:0) Data.FactoryFloor.Maps.IslandObject.Clear (Data.FactoryFloor.FactoryLayer factoryLayer) (at <7e270843282847f992c765d75a7f4d10>:0) Data.FactoryFloor.Maps.IslandLayer.ClearObjects (Data.FactoryFloor.FactoryLayer factoryLayer) (at <7e270843282847f992c765d75a7f4d10>:0) Data.FactoryFloor.FactoryLayer.Clear () (at <7e270843282847f992c765d75a7f4d10>:0) Data.FactoryFloor.FactoryLayersLibrary.ClearAll () (at <7e270843282847f992c765d75a7f4d10>:0) Logic.Factory.FactoryClearer.ClearLevel () (at <7e270843282847f992c765d75a7f4d10>:0) Logic.Factory.FactoryLoader.StartLoadLevel () (at <7e270843282847f992c765d75a7f4d10>:0) Logic.Factory.FactoryLoader.TryLoadLevel (System.String directoryPath, System.Action`1[T] callback, System.Nullable`1[T] setZenMode) (at <7e270843282847f992c765d75a7f4d10>:0) Presentation.FactoryFloor.LoadFactoryFloor.LevelFinishedLoading (System.String sceneName) (at <7e270843282847f992c765d75a7f4d10>:0) Events.BaseEvent`1[T].Fire (T data) (at <7e270843282847f992c765d75a7f4d10>:0) Utils.SceneHandling.SceneHandler+<LoadSceneCoroutine>d__10.MoveNext () (at <7e270843282847f992c765d75a7f4d10>:0) UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <34dfe0fc203d4e048ffa90bb9973774a>:0) } Info/GameAnalytics: Event queue: Sending 1 events. Info/GameAnalytics: Event queue: 1 events sent. Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send AutoSaveService::AutoSave:25 Autosave to C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus\AutoSave AutoSaver::WaitForAutoSave:67 Starting Autosave Interval! Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send AutoSaveService::AutoSave:25 Autosave to C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus\AutoSave AutoSaver::WaitForAutoSave:67 Starting Autosave Interval! Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send AutoSaveService::AutoSave:25 Autosave to C:[REDACTED:Mac User Path]/AppData/LocalLow/Happy Volcano/Modulus\AutoSave AutoSaver::WaitForAutoSave:67 Starting Autosave Interval! Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send Info/GameAnalytics: Event queue: No events to send SteamHandler::HasSupportersEdition:109 SteamHandler evaluating subscription of Supporters Edition Info/GameAnalytics: Ending session. Info/GameAnalytics: Add SESSION END event. Info/GameAnalytics: Event queue: Sending 1 events. Info/GameAnalytics: Event queue: 1 events sent. IntegrationManager::ClearExistingCredentials:274 ClearExistingCredentials DiscordHandler::ClearPresence:126 Discord presence cleared <color=#ff7337><color=#0099bc><b>DOTWEEN ► </b></color> SAFE MODE ►</color> DOTween's safe mode captured 123 errors. This is usually ok (it's what safe mode is there for) but if your game is encountering issues you should set Log Behaviour to Default in DOTween Utility Panel in order to get detailed warnings when an error is captured (consider that these errors are always on the user side). - 14 missing target or field errors - 67 startup errors - 42 errors inside callbacks (these might be important) TransformJobManager::DestroyNativeCollections:221 Destroyed Native Collections. [Physics::Module] Cleanup current backned. [Physics::Module] Id: 0xf2b8ea05 Input System module state changed to: ShutdownInProgress. Input System polling thread exited. Input System module state changed to: Shutdown. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of ComputeBuffer. Please use ComputeBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. GarbageCollector disposing of GraphicsBuffer. Please use GraphicsBuffer.Release() or .Dispose() to manually release the buffer. Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations.
Comments
No comments yet.
Loading comments...
Loading comments...
0 comments loaded
You need to join this project to comment on issues.
Join Project