AssetImportWorker0.log 96.7 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 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003
Using pre-set license
Built from '2020.3/staging' branch; Version is '2020.3.3f1 (76626098c1c4) revision 7758432'; Using compiler version '192528614'; Build Type 'Release'
OS: 'Windows 10 Pro; OS build 19042.985; Version 2009; 64bit' Language: 'ko' Physical Memory: 16295 MB
BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0

 COMMAND LINE ARGUMENTS:
D:\Unity\Editor\Unity.exe
-adb2
-batchMode
-noUpm
-name
AssetImportWorker0
-projectPath
C:/Users/youhyeoneee/Desktop/JSH_Project1/src/unity/creating-map
-logFile
Logs/AssetImportWorker0.log
-srvPort
59438
Successfully changed project path to: C:/Users/youhyeoneee/Desktop/JSH_Project1/src/unity/creating-map
C:/Users/youhyeoneee/Desktop/JSH_Project1/src/unity/creating-map
Using Asset Import Pipeline V2.
Refreshing native plugins compatible for Editor in 39.68 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Initialize engine version: 2020.3.3f1 (76626098c1c4)
[Subsystems] Discovering subsystems at path D:/Unity/Editor/Data/Resources/UnitySubsystems
[Subsystems] Discovering subsystems at path C:/Users/youhyeoneee/Desktop/JSH_Project1/src/unity/creating-map/Assets
GfxDevice: creating device client; threaded=0
Direct3D:
    Version:  Direct3D 11.0 [level 11.1]
    Renderer: NVIDIA GeForce RTX 2070 (ID=0x1f02)
    Vendor:   
    VRAM:     8031 MB
    Driver:   27.21.14.6589
Initialize mono
Mono path[0] = 'D:/Unity/Editor/Data/Managed'
Mono path[1] = 'D:/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
Mono config path = 'D:/Unity/Editor/Data/MonoBleedingEdge/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56392
Begin MonoManager ReloadAssembly
Registering precompiled unity dll's ...
Register platform support module: D:/Unity/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
Registered in 0.000973 seconds.
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 35.20 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.764 seconds
Platform modules already initialized, skipping
Registering precompiled user dll's ...
Registered in 0.003428 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.786 seconds
Platform modules already initialized, skipping
========================================================================
Worker process is ready to serve import requests
Launched and connected shader compiler UnityShaderCompiler.exe after 0.04 seconds
Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1497 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 74.5 MB.
System memory in use after: 74.6 MB.

Unloading 13 unused Assets to reduce memory usage. Loaded Objects now: 1946.
Total: 1.853000 ms (FindLiveObjects: 0.179700 ms CreateObjectMapping: 0.062300 ms MarkObjects: 1.526300 ms  DeleteObjects: 0.083600 ms)

========================================================================
Received Import Request.
  path: Assets/Scripts
  artifactKey: Guid(f256327817f76b64facbb2fa05900b5d) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts using Guid(f256327817f76b64facbb2fa05900b5d) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: 'b8036666e2b2bcdabb5168d1752e3194') in 0.003763 seconds
  Import took 0.005756 seconds .

========================================================================
Received Import Request.
  Time since last request: 0.576136 seconds.
  path: Assets/firstPersonCam.cs
  artifactKey: Guid(0d8cf213e41dbf44abfb01610633b472) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/firstPersonCam.cs using Guid(0d8cf213e41dbf44abfb01610633b472) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '71d260c60585b122c62cf7f3a9526143') in 0.037434 seconds
  Import took 0.039471 seconds .

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003966 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.48 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.786 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1471 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 73.0 MB.
System memory in use after: 73.1 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 1950.
Total: 2.035700 ms (FindLiveObjects: 0.166300 ms CreateObjectMapping: 0.057500 ms MarkObjects: 1.762700 ms  DeleteObjects: 0.048100 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003510 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.77 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.775 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.46 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1473 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 73.1 MB.
System memory in use after: 73.2 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 1956.
Total: 1.894000 ms (FindLiveObjects: 0.170000 ms CreateObjectMapping: 0.050400 ms MarkObjects: 1.579100 ms  DeleteObjects: 0.093200 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.005022 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.758 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 73.2 MB.
System memory in use after: 73.2 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 1962.
Total: 2.172900 ms (FindLiveObjects: 0.286200 ms CreateObjectMapping: 0.095200 ms MarkObjects: 1.741600 ms  DeleteObjects: 0.048600 ms)

========================================================================
Received Import Request.
  Time since last request: 43.379046 seconds.
  path: Assets/Scripts/MoveCtrl.cs
  artifactKey: Guid(914ccbf7ab746444d96d0472df020033) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/MoveCtrl.cs using Guid(914ccbf7ab746444d96d0472df020033) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '8c1cd32557e80bf953eb7b8b8a25bee2') in 0.003775 seconds
  Import took 0.005805 seconds .

========================================================================
Received Import Request.
  Time since last request: 0.125996 seconds.
  path: Assets/Scripts/WayPointTrack.cs
  artifactKey: Guid(da9edd014b0d5a440bc374981a31600b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/WayPointTrack.cs using Guid(da9edd014b0d5a440bc374981a31600b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '47b412b3600abf3ff51d6db2d5f2940f') in 0.001983 seconds
  Import took 0.004001 seconds .

========================================================================
Received Import Request.
  Time since last request: 0.001206 seconds.
  path: Assets/Scripts/WayPointTrack.cs
  artifactKey: Guid(da9edd014b0d5a440bc374981a31600b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/WayPointTrack.cs using Guid(da9edd014b0d5a440bc374981a31600b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '47b412b3600abf3ff51d6db2d5f2940f') in 0.002152 seconds
  Import took 0.004147 seconds .

========================================================================
Received Import Request.
  Time since last request: 155.654675 seconds.
  path: ProjectSettings/TagManager.asset
  artifactKey: Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing ProjectSettings/TagManager.asset using Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '3125bf62d54dbcdd0ce3e4c540a7aa4e') in 0.015117 seconds
  Import took 0.017552 seconds .

========================================================================
Received Import Request.
  Time since last request: 157.623636 seconds.
  path: Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png
  artifactKey: Guid(d79edf18a76e2654a9ac99f15de8b2b3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png using Guid(d79edf18a76e2654a9ac99f15de8b2b3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: 'b96af37cbdb7bb55613022df709167f7') in 0.103672 seconds
  Import took 0.106035 seconds .

========================================================================
Received Import Request.
  Time since last request: 0.000396 seconds.
  path: Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png
  artifactKey: Guid(d79edf18a76e2654a9ac99f15de8b2b3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png using Guid(d79edf18a76e2654a9ac99f15de8b2b3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: 'b96af37cbdb7bb55613022df709167f7') in 0.017979 seconds
  Import took 0.020060 seconds .

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003308 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.49 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.776 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.50 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.0 MB.
System memory in use after: 76.1 MB.

Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 1973.
Total: 1.930200 ms (FindLiveObjects: 0.169600 ms CreateObjectMapping: 0.077500 ms MarkObjects: 1.624900 ms  DeleteObjects: 0.057100 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003759 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.47 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.757 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.3 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 1977.
Total: 1.834100 ms (FindLiveObjects: 0.269000 ms CreateObjectMapping: 0.063600 ms MarkObjects: 1.437900 ms  DeleteObjects: 0.062300 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003498 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.46 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.761 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.64 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 1981.
Total: 2.062000 ms (FindLiveObjects: 0.321000 ms CreateObjectMapping: 0.152600 ms MarkObjects: 1.545900 ms  DeleteObjects: 0.041400 ms)

========================================================================
Received Import Request.
  Time since last request: 86.494024 seconds.
  path: Assets/Scripts/ControllerGrabObject.cs
  artifactKey: Guid(b741eff1bc82afe4ba5f37912f3ac273) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/ControllerGrabObject.cs using Guid(b741eff1bc82afe4ba5f37912f3ac273) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '15c410cbf15a7a7c9b7526b08af0af97') in 0.004034 seconds
  Import took 0.006175 seconds .

========================================================================
Received Import Request.
  Time since last request: 0.002634 seconds.
  path: Assets/Scripts/ControllerGrabObject.cs
  artifactKey: Guid(b741eff1bc82afe4ba5f37912f3ac273) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/ControllerGrabObject.cs using Guid(b741eff1bc82afe4ba5f37912f3ac273) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '15c410cbf15a7a7c9b7526b08af0af97') in 0.002441 seconds
  Import took 0.004538 seconds .

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003471 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.62 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.762 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 1985.
Total: 2.491200 ms (FindLiveObjects: 0.233500 ms CreateObjectMapping: 0.069500 ms MarkObjects: 2.110100 ms  DeleteObjects: 0.077000 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003389 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.839 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.45 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 1989.
Total: 1.809600 ms (FindLiveObjects: 0.174800 ms CreateObjectMapping: 0.053900 ms MarkObjects: 1.527200 ms  DeleteObjects: 0.052600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003452 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.61 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.774 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.80 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 1993.
Total: 1.613300 ms (FindLiveObjects: 0.193300 ms CreateObjectMapping: 0.047500 ms MarkObjects: 1.330200 ms  DeleteObjects: 0.040500 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.004552 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.734 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.58 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 1997.
Total: 1.963600 ms (FindLiveObjects: 0.316900 ms CreateObjectMapping: 0.076300 ms MarkObjects: 1.495700 ms  DeleteObjects: 0.073200 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003345 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.760 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.45 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.0 MB.
System memory in use after: 76.1 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2001.
Total: 1.880400 ms (FindLiveObjects: 0.178100 ms CreateObjectMapping: 0.049800 ms MarkObjects: 1.595100 ms  DeleteObjects: 0.056100 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003366 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.756 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.47 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2005.
Total: 1.763600 ms (FindLiveObjects: 0.175600 ms CreateObjectMapping: 0.056200 ms MarkObjects: 1.480400 ms  DeleteObjects: 0.049900 ms)

========================================================================
Received Import Request.
  Time since last request: 773.915275 seconds.
  path: ProjectSettings/TagManager.asset
  artifactKey: Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing ProjectSettings/TagManager.asset using Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: 'b63e32b8db6d004421bb2288d81b7155') in 0.010995 seconds
  Import took 0.013737 seconds .

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.004197 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.753 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 2009.
Total: 1.818300 ms (FindLiveObjects: 0.190300 ms CreateObjectMapping: 0.058700 ms MarkObjects: 1.525800 ms  DeleteObjects: 0.042600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003388 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.761 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.45 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.1 MB.
System memory in use after: 76.1 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2013.
Total: 2.054700 ms (FindLiveObjects: 0.159700 ms CreateObjectMapping: 0.052600 ms MarkObjects: 1.781500 ms  DeleteObjects: 0.059800 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003483 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.748 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2017.
Total: 1.914000 ms (FindLiveObjects: 0.157100 ms CreateObjectMapping: 0.048100 ms MarkObjects: 1.659200 ms  DeleteObjects: 0.048400 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003517 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.762 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.1 MB.
System memory in use after: 76.1 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2021.
Total: 2.141800 ms (FindLiveObjects: 0.209900 ms CreateObjectMapping: 0.064900 ms MarkObjects: 1.797400 ms  DeleteObjects: 0.068500 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003406 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.765 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2025.
Total: 2.198300 ms (FindLiveObjects: 0.214800 ms CreateObjectMapping: 0.067000 ms MarkObjects: 1.862600 ms  DeleteObjects: 0.052700 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003662 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.756 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2029.
Total: 1.795100 ms (FindLiveObjects: 0.160400 ms CreateObjectMapping: 0.049400 ms MarkObjects: 1.518000 ms  DeleteObjects: 0.066400 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003424 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.772 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2033.
Total: 1.663200 ms (FindLiveObjects: 0.151000 ms CreateObjectMapping: 0.042700 ms MarkObjects: 1.415000 ms  DeleteObjects: 0.053700 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003619 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.735 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.47 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2037.
Total: 2.191400 ms (FindLiveObjects: 0.459700 ms CreateObjectMapping: 0.096000 ms MarkObjects: 1.580900 ms  DeleteObjects: 0.053400 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003462 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.773 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.45 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.1 MB.
System memory in use after: 76.2 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2041.
Total: 1.890800 ms (FindLiveObjects: 0.247500 ms CreateObjectMapping: 0.064100 ms MarkObjects: 1.512500 ms  DeleteObjects: 0.065300 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003442 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.737 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2045.
Total: 1.822300 ms (FindLiveObjects: 0.168200 ms CreateObjectMapping: 0.052400 ms MarkObjects: 1.542800 ms  DeleteObjects: 0.057900 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003418 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.48 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.882 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2049.
Total: 1.745300 ms (FindLiveObjects: 0.182300 ms CreateObjectMapping: 0.052900 ms MarkObjects: 1.460300 ms  DeleteObjects: 0.048600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003572 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.70 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.949 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2053.
Total: 2.211800 ms (FindLiveObjects: 0.263400 ms CreateObjectMapping: 0.083800 ms MarkObjects: 1.805600 ms  DeleteObjects: 0.057900 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003543 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.880 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.45 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.1 MB.
System memory in use after: 76.2 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2057.
Total: 2.307500 ms (FindLiveObjects: 0.174200 ms CreateObjectMapping: 0.070500 ms MarkObjects: 2.010900 ms  DeleteObjects: 0.050500 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003473 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.888 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2061.
Total: 1.867400 ms (FindLiveObjects: 0.263200 ms CreateObjectMapping: 0.084600 ms MarkObjects: 1.466100 ms  DeleteObjects: 0.052500 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003648 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.843 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2065.
Total: 2.052900 ms (FindLiveObjects: 0.207300 ms CreateObjectMapping: 0.062400 ms MarkObjects: 1.730900 ms  DeleteObjects: 0.050900 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003581 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.875 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.47 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2069.
Total: 1.862000 ms (FindLiveObjects: 0.198800 ms CreateObjectMapping: 0.053100 ms MarkObjects: 1.558200 ms  DeleteObjects: 0.050600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003565 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.893 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2073.
Total: 2.381500 ms (FindLiveObjects: 0.297500 ms CreateObjectMapping: 0.118700 ms MarkObjects: 1.917600 ms  DeleteObjects: 0.046200 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003633 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.927 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2077.
Total: 1.840200 ms (FindLiveObjects: 0.231000 ms CreateObjectMapping: 0.049800 ms MarkObjects: 1.486100 ms  DeleteObjects: 0.071900 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.005918 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.862 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.67 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.4 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2081.
Total: 1.927000 ms (FindLiveObjects: 0.209800 ms CreateObjectMapping: 0.052500 ms MarkObjects: 1.616100 ms  DeleteObjects: 0.047600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.004385 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.814 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.50 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2085.
Total: 1.899500 ms (FindLiveObjects: 0.202200 ms CreateObjectMapping: 0.064400 ms MarkObjects: 1.575700 ms  DeleteObjects: 0.056000 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003474 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.817 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.5 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2089.
Total: 1.804700 ms (FindLiveObjects: 0.158600 ms CreateObjectMapping: 0.040300 ms MarkObjects: 1.554900 ms  DeleteObjects: 0.049800 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003585 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.784 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.55 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.2 MB.
System memory in use after: 76.3 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2093.
Total: 2.022100 ms (FindLiveObjects: 0.319300 ms CreateObjectMapping: 0.105900 ms MarkObjects: 1.550300 ms  DeleteObjects: 0.045200 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003458 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.858 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2097.
Total: 2.876400 ms (FindLiveObjects: 0.265300 ms CreateObjectMapping: 0.090300 ms MarkObjects: 2.462200 ms  DeleteObjects: 0.057000 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003921 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.69 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.785 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2101.
Total: 2.368900 ms (FindLiveObjects: 0.227700 ms CreateObjectMapping: 0.067900 ms MarkObjects: 2.013200 ms  DeleteObjects: 0.059200 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.004421 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.81 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.913 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.2 MB.
System memory in use after: 76.3 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2105.
Total: 1.716300 ms (FindLiveObjects: 0.191300 ms CreateObjectMapping: 0.055000 ms MarkObjects: 1.427000 ms  DeleteObjects: 0.041800 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003842 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.841 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.45 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2109.
Total: 2.149600 ms (FindLiveObjects: 0.157200 ms CreateObjectMapping: 0.045500 ms MarkObjects: 1.887600 ms  DeleteObjects: 0.057600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003929 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.784 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2113.
Total: 2.048900 ms (FindLiveObjects: 0.284900 ms CreateObjectMapping: 0.079500 ms MarkObjects: 1.629600 ms  DeleteObjects: 0.053900 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003884 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.848 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.2 MB.
System memory in use after: 76.3 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2117.
Total: 2.548400 ms (FindLiveObjects: 0.288100 ms CreateObjectMapping: 0.101200 ms MarkObjects: 2.085000 ms  DeleteObjects: 0.072400 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003849 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.54 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.757 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2121.
Total: 2.027500 ms (FindLiveObjects: 0.303000 ms CreateObjectMapping: 0.060600 ms MarkObjects: 1.613000 ms  DeleteObjects: 0.049500 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003975 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.46 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.837 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.47 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.3 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2125.
Total: 2.469000 ms (FindLiveObjects: 0.343100 ms CreateObjectMapping: 0.121400 ms MarkObjects: 1.948200 ms  DeleteObjects: 0.054700 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003433 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.845 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.5 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2129.
Total: 2.172300 ms (FindLiveObjects: 0.243700 ms CreateObjectMapping: 0.078700 ms MarkObjects: 1.803000 ms  DeleteObjects: 0.046100 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003606 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.64 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.819 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2133.
Total: 3.264700 ms (FindLiveObjects: 0.363500 ms CreateObjectMapping: 0.100400 ms MarkObjects: 2.734100 ms  DeleteObjects: 0.065100 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003872 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.820 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.52 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2137.
Total: 2.378400 ms (FindLiveObjects: 0.396800 ms CreateObjectMapping: 0.169200 ms MarkObjects: 1.759200 ms  DeleteObjects: 0.051600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003566 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.852 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.6 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2141.
Total: 1.809000 ms (FindLiveObjects: 0.150900 ms CreateObjectMapping: 0.043200 ms MarkObjects: 1.557400 ms  DeleteObjects: 0.056600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003469 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.826 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.66 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2145.
Total: 1.880200 ms (FindLiveObjects: 0.193500 ms CreateObjectMapping: 0.058700 ms MarkObjects: 1.580200 ms  DeleteObjects: 0.046300 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003447 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.55 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.791 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2149.
Total: 3.146100 ms (FindLiveObjects: 0.216100 ms CreateObjectMapping: 0.060700 ms MarkObjects: 2.800900 ms  DeleteObjects: 0.066700 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003427 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.860 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.45 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2153.
Total: 1.811600 ms (FindLiveObjects: 0.233600 ms CreateObjectMapping: 0.059000 ms MarkObjects: 1.473400 ms  DeleteObjects: 0.044400 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.004163 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.856 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.46 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2157.
Total: 1.950100 ms (FindLiveObjects: 0.185600 ms CreateObjectMapping: 0.052000 ms MarkObjects: 1.658900 ms  DeleteObjects: 0.052000 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.005613 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.806 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2161.
Total: 2.010200 ms (FindLiveObjects: 0.272700 ms CreateObjectMapping: 0.089800 ms MarkObjects: 1.600000 ms  DeleteObjects: 0.046700 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.004339 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.793 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2165.
Total: 1.832500 ms (FindLiveObjects: 0.180100 ms CreateObjectMapping: 0.046200 ms MarkObjects: 1.560500 ms  DeleteObjects: 0.044700 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003416 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.787 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2169.
Total: 1.833500 ms (FindLiveObjects: 0.173200 ms CreateObjectMapping: 0.050600 ms MarkObjects: 1.546000 ms  DeleteObjects: 0.062600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003580 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.813 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2173.
Total: 3.025500 ms (FindLiveObjects: 0.252400 ms CreateObjectMapping: 0.067100 ms MarkObjects: 2.600100 ms  DeleteObjects: 0.104200 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003518 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.774 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2177.
Total: 1.817600 ms (FindLiveObjects: 0.167900 ms CreateObjectMapping: 0.046300 ms MarkObjects: 1.551700 ms  DeleteObjects: 0.050100 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003450 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.60 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.788 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2181.
Total: 2.038700 ms (FindLiveObjects: 0.213300 ms CreateObjectMapping: 0.063700 ms MarkObjects: 1.702300 ms  DeleteObjects: 0.057700 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003493 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.877 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2185.
Total: 1.755300 ms (FindLiveObjects: 0.177800 ms CreateObjectMapping: 0.056100 ms MarkObjects: 1.473400 ms  DeleteObjects: 0.046800 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003442 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.805 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2189.
Total: 1.933900 ms (FindLiveObjects: 0.172000 ms CreateObjectMapping: 0.051200 ms MarkObjects: 1.663400 ms  DeleteObjects: 0.046000 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003890 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.784 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2193.
Total: 1.983800 ms (FindLiveObjects: 0.186900 ms CreateObjectMapping: 0.052500 ms MarkObjects: 1.697200 ms  DeleteObjects: 0.046300 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003528 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.761 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.8 MB.
System memory in use after: 76.9 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2197.
Total: 1.777700 ms (FindLiveObjects: 0.165600 ms CreateObjectMapping: 0.046700 ms MarkObjects: 1.510600 ms  DeleteObjects: 0.054000 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003437 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.50 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.783 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.3 MB.
System memory in use after: 76.4 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2201.
Total: 1.887300 ms (FindLiveObjects: 0.266100 ms CreateObjectMapping: 0.071200 ms MarkObjects: 1.500600 ms  DeleteObjects: 0.048300 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003482 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.798 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.49 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2205.
Total: 1.774300 ms (FindLiveObjects: 0.174800 ms CreateObjectMapping: 0.047300 ms MarkObjects: 1.505100 ms  DeleteObjects: 0.046300 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003582 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.791 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.54 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2209.
Total: 1.891300 ms (FindLiveObjects: 0.275700 ms CreateObjectMapping: 0.077500 ms MarkObjects: 1.489500 ms  DeleteObjects: 0.047700 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003792 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.779 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.6 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2213.
Total: 2.075900 ms (FindLiveObjects: 0.180700 ms CreateObjectMapping: 0.049600 ms MarkObjects: 1.786300 ms  DeleteObjects: 0.057600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003507 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.789 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.74 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.8 MB.
System memory in use after: 76.9 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2217.
Total: 2.066500 ms (FindLiveObjects: 0.317900 ms CreateObjectMapping: 0.093800 ms MarkObjects: 1.601300 ms  DeleteObjects: 0.052400 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003490 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.782 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.7 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2221.
Total: 2.751300 ms (FindLiveObjects: 0.179200 ms CreateObjectMapping: 0.088700 ms MarkObjects: 2.419100 ms  DeleteObjects: 0.062900 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003495 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.777 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2225.
Total: 2.147100 ms (FindLiveObjects: 0.268800 ms CreateObjectMapping: 0.058800 ms MarkObjects: 1.771500 ms  DeleteObjects: 0.047000 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003525 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.66 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.768 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2229.
Total: 2.018300 ms (FindLiveObjects: 0.216000 ms CreateObjectMapping: 0.042400 ms MarkObjects: 1.711400 ms  DeleteObjects: 0.047600 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003658 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.46 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.810 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2233.
Total: 2.043900 ms (FindLiveObjects: 0.278600 ms CreateObjectMapping: 0.091100 ms MarkObjects: 1.625100 ms  DeleteObjects: 0.048100 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003361 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.49 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.786 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2237.
Total: 1.871300 ms (FindLiveObjects: 0.159700 ms CreateObjectMapping: 0.042300 ms MarkObjects: 1.590100 ms  DeleteObjects: 0.077900 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003502 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.813 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2241.
Total: 2.417300 ms (FindLiveObjects: 0.330400 ms CreateObjectMapping: 0.064500 ms MarkObjects: 1.962800 ms  DeleteObjects: 0.058100 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003470 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.59 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.807 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.53 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2245.
Total: 1.923200 ms (FindLiveObjects: 0.296500 ms CreateObjectMapping: 0.094300 ms MarkObjects: 1.488200 ms  DeleteObjects: 0.043300 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003767 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.806 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2249.
Total: 1.880300 ms (FindLiveObjects: 0.206200 ms CreateObjectMapping: 0.049400 ms MarkObjects: 1.557700 ms  DeleteObjects: 0.065900 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003527 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.795 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2253.
Total: 2.002700 ms (FindLiveObjects: 0.182500 ms CreateObjectMapping: 0.048400 ms MarkObjects: 1.723300 ms  DeleteObjects: 0.047400 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003397 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.770 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.46 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2257.
Total: 2.275600 ms (FindLiveObjects: 0.197700 ms CreateObjectMapping: 0.058200 ms MarkObjects: 1.966600 ms  DeleteObjects: 0.051900 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003519 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.782 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2261.
Total: 1.921700 ms (FindLiveObjects: 0.182700 ms CreateObjectMapping: 0.045200 ms MarkObjects: 1.639000 ms  DeleteObjects: 0.053800 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003529 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.69 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.780 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2265.
Total: 1.934000 ms (FindLiveObjects: 0.178200 ms CreateObjectMapping: 0.049600 ms MarkObjects: 1.642000 ms  DeleteObjects: 0.063000 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003547 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.46 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.806 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.56 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.7 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2269.
Total: 1.818200 ms (FindLiveObjects: 0.195100 ms CreateObjectMapping: 0.051900 ms MarkObjects: 1.523800 ms  DeleteObjects: 0.046400 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.004578 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.805 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.49 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.9 MB.
System memory in use after: 77.0 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2273.
Total: 1.906500 ms (FindLiveObjects: 0.254400 ms CreateObjectMapping: 0.074800 ms MarkObjects: 1.516900 ms  DeleteObjects: 0.059700 ms)

========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.003393 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
- Completed reload, in  0.813 seconds
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1475 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 76.8 MB.
System memory in use after: 76.8 MB.

Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 2277.
Total: 2.052900 ms (FindLiveObjects: 0.213800 ms CreateObjectMapping: 0.055600 ms MarkObjects: 1.734400 ms  DeleteObjects: 0.048000 ms)

AssetImportWorkerClient::OnTransportError - code=2 error=End of file