diff --git a/JNFrame2/Assembly-CSharp-Editor.csproj b/JNFrame2/Assembly-CSharp-Editor.csproj index 94cec19c..38d7e60e 100644 --- a/JNFrame2/Assembly-CSharp-Editor.csproj +++ b/JNFrame2/Assembly-CSharp-Editor.csproj @@ -1011,6 +1011,14 @@ <Project>{33448493-9d07-9e6d-e65e-d48b790a1dbf}</Project> <Name>StompyRobot.SRF.Editor</Name> </ProjectReference> + <ProjectReference Include="HotSamples.csproj"> + <Project>{d19923e9-71a3-f5e1-00b9-865a2997ed43}</Project> + <Name>HotSamples</Name> + </ProjectReference> + <ProjectReference Include="SHFrame.Editor.csproj"> + <Project>{d9a8422d-46f3-a631-fce7-ee1cfe4cbcd7}</Project> + <Name>SHFrame.Editor</Name> + </ProjectReference> <ProjectReference Include="UniTask.csproj"> <Project>{bf8742e6-eee2-4cf6-3e82-d12e15802154}</Project> <Name>UniTask</Name> diff --git a/JNFrame2/Assembly-CSharp-firstpass.csproj b/JNFrame2/Assembly-CSharp-firstpass.csproj index 27c8799f..6fd311a4 100644 --- a/JNFrame2/Assembly-CSharp-firstpass.csproj +++ b/JNFrame2/Assembly-CSharp-firstpass.csproj @@ -907,6 +907,14 @@ <Project>{33448493-9d07-9e6d-e65e-d48b790a1dbf}</Project> <Name>StompyRobot.SRF.Editor</Name> </ProjectReference> + <ProjectReference Include="HotSamples.csproj"> + <Project>{d19923e9-71a3-f5e1-00b9-865a2997ed43}</Project> + <Name>HotSamples</Name> + </ProjectReference> + <ProjectReference Include="SHFrame.Editor.csproj"> + <Project>{d9a8422d-46f3-a631-fce7-ee1cfe4cbcd7}</Project> + <Name>SHFrame.Editor</Name> + </ProjectReference> <ProjectReference Include="UniTask.csproj"> <Project>{bf8742e6-eee2-4cf6-3e82-d12e15802154}</Project> <Name>UniTask</Name> diff --git a/JNFrame2/Assembly-CSharp.csproj b/JNFrame2/Assembly-CSharp.csproj index f630c6bd..5a341afb 100644 --- a/JNFrame2/Assembly-CSharp.csproj +++ b/JNFrame2/Assembly-CSharp.csproj @@ -75,66 +75,6 @@ </ItemGroup> <ItemGroup> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\SimpleElevator.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\App.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\DApplication.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\GActionEnum.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\GAPI.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\GEvent.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Main.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Sync\JNGFrameSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Sync\JNGStateServerSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Sync\Tile\JNGTileClientSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Sync\Tile\JNGTileServerSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Sync\Tile\JNGTileSlaveServerSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\CServer.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGClient.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGClientGroup.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGServer.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGServer.Game.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGTileClient.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Systems\JNGGame.cs" /> - <Compile Include="Assets\Scripts\Samples\AppGame\Systems\JNGSocket.cs" /> - <Compile Include="Assets\Scripts\Samples\Debug\MapVisualize.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Data\State\DStateBasisData.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Data\State\EDBossDataSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Data\State\EDNodeDataSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Data\State\EDPlayerDataSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Data\State\GDataBaseSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Data\State\NetDataEnum.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Input\DInputSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Input\IDPlayer.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Input\IDPlayer2.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Input\IDWorld.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\EDContexts.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\EDEntityBasis.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Components\EDMoveComponent.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Controller\EDBossController.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Controller\EDPlayerController.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\EDEntityComponent.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Lookup\EDBossLookup.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Lookup\EDNodeLookup.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Lookup\EDPlayerLookup.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Contexts\EDBossContext.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Contexts\EDNodeContext.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Contexts\EDPlayerContext.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\EDBoss.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\EDNode.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\EDPlayer.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\System\DGBasisSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Logic\DBossSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Logic\DPlayerSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Logic\DWorldSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Usual\DDataSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Usual\DMapSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\View\DViewSystem.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\View\Entity\VDBoss.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\View\Entity\VDNodes.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\View\Entity\VDPlayers.cs" /> - <Compile Include="Assets\Scripts\Samples\Game\View\VDEntityBasis.cs" /> - <Compile Include="Assets\Scripts\Samples\Proto\GActionMessage.cs" /> - <Compile Include="Assets\Scripts\Samples\Service\JNGResService.cs" /> - <Compile Include="Assets\Scripts\Samples\TextMain.cs" /> - <Compile Include="Assets\Scripts\Samples\UI\DMainUI.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\BSP\ESplitType.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\Collections\CollectionExtensions.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\PathFinder\IPathFinder.cs" /> @@ -142,11 +82,14 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcFilledVolumeRasterization.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarQuaternion.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\Numerics\RcVecUtils.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGServer.Game.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Collector\ICollector.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\GameObjectDestroyExtension.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\Geom\RcChunkyTriMeshNode.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\Compress\IDtTileCacheCompressorFactory.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Components\EDMoveComponent.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Util\RandomUtil.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Input\IDWorld.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Entity\Exceptions\EntityDoesNotHaveComponentException.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\BaseType\LMatrix3x3.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarRect.cs" /> @@ -154,7 +97,9 @@ <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Group\IGroup.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\Numerics\RcMatrix4x4f.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\App\Tile\JNSSTileTool.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\App.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\LUT\LUTAsin.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGClientGroup.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheBuilder.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarVector3.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\CameraMagnets\CameraMagnetTargetController.cs" /> @@ -168,11 +113,13 @@ <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\PlayerMoveOnSphere.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Entity\Exceptions\EntityAlreadyHasComponentException.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\Anywhere Door\TagChanger.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\AudioModule\AudioGroupConfig.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\Entity\JNEntity.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\EntityIndex\PrimaryEntityIndex.cs" /> - <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\AudioModule\AudioGroupConfig.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\EDBoss.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\PathFinder\TrianglePointPath.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Version\Version.IVersionHelper.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Sync\Tile\JNGTileClientSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Util\JsonUtil.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\IJNSyncId.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcProcess.cs" /> @@ -184,6 +131,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Network\Action\NActionEnum.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtConvexConvexIntersection.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\IDtPolygonByCircleConstraint.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\View\VDEntityBasis.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\ActivateCameraWithDistance.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcRand.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtQueryDefaultFilter.cs" /> @@ -195,6 +143,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtDetailTriEdgeFlags.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\DotRecastController.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarDecimal.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\System\DGBasisSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\Geom\SimpleInputGeomProvider.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\Fsm\FsmModule.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarVector2.cs" /> @@ -218,34 +167,42 @@ <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Utility\DefaultHelper\DefaultVersionHelper.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\RcNavMeshBuildSettings.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarGameObject.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\View\Entity\VDNodes.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarTexture.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\DtTileCacheSetHeader.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\NavMesh\NavTriangle.Extension.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcConvexVolumeTool.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Main.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\EntityIndex\EntityIndex.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\ObjectPool\IObjectPoolManager.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\DebugSystems\SystemInfo.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Data\State\EDBossDataSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtNodeQueue.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Entity\Exceptions\EntityIsNotRetainedByOwnerException.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Contexts\EDPlayerContext.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\ObjectPool\IObjectPool.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\GenericVariable.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarVector4.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray512.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\Geometry\GeometryUtil.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Sync\JNGFrameSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\DtTileCacheReader.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcAtomicInteger.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Collector\Collector.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\ClimbTrajectory.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\BaseType\LAxis3D.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgentDebugInfo.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\DApplication.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\DotRecastRoot.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Net\Socket\Runtime\Core\CloseEventArgs.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\PathFinder\IndexedAStarPathFinder.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Net\Socket\Runtime\Core\WebSocketState.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtSegInterval.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Net\Socket\Runtime\Core\OpenEventArgs.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\View\DViewSystem.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\GameTime\GameTime.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EntityIndex\EntityIndexType.cs" /> + <Compile Include="Assets\Scripts\Samples\TextMain.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EventAttribute.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\ObjectPool\ObjectPoolModule.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\FlagPrefixAttribute.cs" /> @@ -257,8 +214,10 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Builder\SampleAreaModifications.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\Entity\Component\JNEntityLookup.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\ContextObserver\ContextObserverExtension.cs" /> + <Compile Include="Assets\Scripts\Samples\UI\DMainUI.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Collector\TriggerOnEvent.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\BaseType\LVector3Int.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\EDContexts.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcPotentialDiagonalComparer.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\View\IViewData.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\App\State\JNSStateClientService.cs" /> @@ -271,8 +230,8 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\System\SViewSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\EntityIndex\EntityIndexException.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcSphereGizmo.cs" /> - <Compile Include="Assets\UsePlugins\JNGame\Runtime\Util\Timers.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Utility\Utility.Path.cs" /> + <Compile Include="Assets\UsePlugins\JNGame\Runtime\Util\Timers.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphMeta.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcThrowHelper.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtCompressedTileFlags.cs" /> @@ -293,6 +252,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtSegment.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Net\Socket\Runtime\Core\ErrorEventArgs.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Context\Exceptions\ContextDoesNotContainEntityException.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Lookup\EDPlayerLookup.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcLayerSweepSpan.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\BSP\SplitLine.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\Buffers\RcCyclicBuffer.cs" /> @@ -333,6 +293,7 @@ <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarTransform.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\AudioModule\AudioCategory.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray16.cs" /> + <Compile Include="Assets\HotMain\ConsoleToScreen.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\AudioModule\AudioModuleImp.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\IJNSyncCycle.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpLink.cs" /> @@ -343,17 +304,18 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\Entity\Component\JNComponent.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdAgentTrail.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\TrajectorySampler.cs" /> - <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Event\EventListener.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Net\Socket\Runtime\Implementation\WebGL\WebSocket.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\NavMesh\NavTriangle.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarDateTime.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcScopedTimer.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\CameraMagnets\CameraMagnetProperty.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Systems\JNGSocket.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtCompositeCollider.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtMeshTile.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Context\IContext.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtPolyTypes.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarString.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Logic\DWorldSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\NavMesh\IGraph.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\EntitasException.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\Io\DtMeshDataWriter.cs" /> @@ -365,12 +327,15 @@ <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\ObjectPool\ObjectBase.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\Io\DtWriter.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\NavMeshGroundSampler.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\GActionEnum.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtBoxCollider.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\App\State\JNSStateServerService.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\PathFinder\Funnel.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtPathQueue.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGClient.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\BossCamera\CustomLockCameraY.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcSpan.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGTileClient.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\NodeIndexReader.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcCompositeGizmo.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdTelemetry.cs" /> @@ -390,11 +355,12 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\IRcRand.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\UnityAStarPathfindingReader.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Matcher\Matcher.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Data\State\DStateBasisData.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtFindPathOptions.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Utility\Utility.Http.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarColor32.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Input\IDPlayer2.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcCompactSpanBuilder.cs" /> - <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Event\EventDispatcher.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcMath.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcPartitionType.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Util\NetTool.cs" /> @@ -410,8 +376,10 @@ <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Matcher\MatcherException.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcByteUtils.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Matcher\Interfaces\IMatcher.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Usual\DMapSystem.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\ReferencePool\ReferencePool.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Net\Socket\Runtime\Core\Opcode.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Contexts\EDNodeContext.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcTrimeshGizmo.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Entity\IAERC.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\Entity\EntityBehaviour.cs" /> @@ -430,6 +398,8 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Network\JNServerBase.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Entity\Entity.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtNodePool.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Contexts\EDBossContext.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\EDPlayer.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\ModuleCore\Module.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Utility\DefaultHelper\DefaultJsonHelper.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\DtVoxelQuery.cs" /> @@ -446,6 +416,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgentUpdateFlags.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcTileTool.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcGizmo.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Data\State\NetDataEnum.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Context\Exceptions\ContextEntityIndexDoesNotExistException.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcSpanPool.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Context\Exceptions\ContextStillHasRetainedEntitiesException.cs" /> @@ -459,8 +430,10 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTempContour.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\PathFinder\TriangleEdgeGraphPath.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\CustomEntityIndexAttribute.cs" /> - <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpLinkBuilder.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Net\Socket\Runtime\Core\MessageEventArgs.cs" /> + <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpLinkBuilder.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\GEvent.cs" /> + <Compile Include="Assets\HybridCLRGenerate\AOTGenericReferences.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphMetaReader.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcGizmoHelper.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgentState.cs" /> @@ -471,6 +444,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\IRcToolable.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Io\DtVoxelTile.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\Io\NavMeshTileHeader.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Controller\EDPlayerController.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtRaycastHit.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphMeshData.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcObjImporter.cs" /> @@ -478,6 +452,8 @@ <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Log\Log.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtConnectPoly.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\BVItemZComparer.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\View\Entity\VDPlayers.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\JNGServer.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\Geom\DefaultInputGeomProvider.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\ContextAttribute.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\NavMesh\NavMeshData.cs" /> @@ -498,6 +474,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\Geom\RcOffMeshConnection.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtTrimeshCollider.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\PrimerLUT.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\EDEntityComponent.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\NodeLink2.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\Entity\JNContexts.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Io\DtVoxelFile.cs" /> @@ -505,10 +482,10 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\LUT\LUTAcos.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\ObjExporter.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Matcher\Interfaces\IAnyOfMatcher.cs" /> - <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Event\EventArgs.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\ModuleCore\ShutdownType.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcBuilderConfig.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcAxis.cs" /> + <Compile Include="Assets\Scripts\Samples\Debug\MapVisualize.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\Procedure\ProcedureModule.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarDouble.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Utility\Utility.File.cs" /> @@ -519,6 +496,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\JNBaseSystem.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarByteArray.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Net\Socket\Runtime\Implementation\NoWebGL\WebSocket.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\EDNode.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\BVTreeCreator.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcVoxelizations.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdConst.cs" /> @@ -541,18 +519,22 @@ <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\ReferencePool\MemoryPoolExtension.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdToolMode.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Entitas\JNLookup.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\EDEntityBasis.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\BaseType\LAxis2D.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\System\Data\SStateDataSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\Geom\BoundsItemXComparer.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphConnectionReader.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\View\Entity\VDBoss.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\PolyQueryInvoker.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcConvexUtils.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Utility\DefaultHelper\DefaultTextHelper.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\Trigger volumes\GenericTrigger.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtNavMeshQuery.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Data\State\EDNodeDataSystem.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Utility\Utility.Reflection.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\PathFinder\IHeuristic.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\LinkBuilder.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Sync\Tile\JNGTileSlaveServerSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcContext.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\ReferencePool\ReferencePool.ReferenceCollection.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EntityIndex\AbstractEntityIndexAttribute.cs" /> @@ -565,11 +547,12 @@ <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\Entity\DontDrawComponentAttribute.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtCollider.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\Meta.cs" /> - <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\NodeLink2Reader.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\Fsm\IFsmManager.cs" /> + <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\NodeLink2Reader.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtPathQuery.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheStorageParams.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Io\DtVoxelFileWriter.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\GAPI.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcJumpLinkBuilderTool.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\LRandom.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EntityIndex\EntityIndexAttribute.cs" /> @@ -592,6 +575,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\BaseType\LRect.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\GameModule.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\Io\IOUtils.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Sync\JNGStateServerSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcDirtyEntry.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Systems\Interfaces\ITearDownSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\GroundSegment.cs" /> @@ -600,13 +584,17 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\BSP\BspTree.UnityExt.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Version\Version.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\Geometry\Ray.cs" /> + <Compile Include="Assets\Scripts\Samples\Proto\GActionMessage.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtUtils.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcConfig.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Group\GroupSingleEntityException.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Group\GroupExtension.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtNavMesh.cs" /> + <Compile Include="Assets\Scripts\Samples\Service\JNGResService.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Lookup\EDBossLookup.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\Compress\DtTileCacheFastLzCompressor.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcCommons.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Input\DInputSystem.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\ReferencePool\IReference.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Utility\Utility.Text.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\Geom\IInputGeomProvider.cs" /> @@ -622,6 +610,7 @@ <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\DataStruct\TypeNamePair.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\BossCamera\BossLookAt.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtMoveRequestState.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Sync\Tile\JNGTileServerSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtLayerMonotoneRegion.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\Procedure\ProcedureBase.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\BaseType\LVector2.cs" /> @@ -635,13 +624,14 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\IRcBuilderProgressListener.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\Io\DtMeshDataReader.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\BVItemXComparer.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Controller\EDBossController.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Context\ContextExtension.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\ContextObserver\ContextObserver.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\Fsm\Fsm.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcDynamicColliderShape.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\ObjectPool\ObjectPoolBase.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\PathFinder\NodeBinaryHeap.cs" /> - <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Event\EventUtil.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Data\State\GDataBaseSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\Geom\BoundsItemYComparer.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Net\Socket\Runtime\Implementation\WebGL\WebSocketManager.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Collector\TriggerOnEventMatcherExtension.cs" /> @@ -658,6 +648,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\EdgeSampler.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\Numerics\RcVec3f.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdAgentData.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Systems\CServer\CServer.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtStraightPath.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarMaterial.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\Collections\RcImmutableArray.Listable.cs" /> @@ -676,13 +667,16 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\System\Data\STileDataSystem.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\PlayerMovePhysics.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\Collections\RcImmutableArray.Minimal.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\Entity\Nodes\Component\Lookup\EDNodeLookup.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\DualTarget\MoveAimTarget.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\IDtQueryHeuristic.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Builder\SoloNavMeshBuilder.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\EdgeSamplerFactory.cs" /> + <Compile Include="Assets\HotMain\LoadDll.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\GenMapConfigHelper.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\CleanupAttribute.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\Fsm\IFsm.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Logic\DBossSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\NavMesh\TriangleEdge.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Util\JAPI.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\Io\DtNavMeshParamsReader.cs" /> @@ -692,6 +686,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\BVItem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Matcher\Interfaces\ICompoundMatcher.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdNeighbour.cs" /> + <Compile Include="Assets\HotMain\YooAssetDefault.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\App\Tile\Entity\JNTileContext.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcTestNavMeshTool.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\AudioModule\AudioModule.cs" /> @@ -702,6 +697,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcPartition.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\DtPoly.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Network\JNTCPServer.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Input\IDPlayer.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcContourHoleComparer.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Util\NoThread\Interlocked.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcBuilderResult.cs" /> @@ -720,6 +716,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\DtDynamicNavMeshConfig.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Util\MeshData.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheLayerBuildResult.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Logic\DPlayerSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Geom\DemoInputGeomProvider.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\IDtCollider.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcCompactSpan.cs" /> @@ -728,8 +725,8 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\LUT\LUTSin.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcJumpLinkBuilderToolConfig.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\App\Tile\Entity\Component\JNTileComponent.cs" /> - <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcDirectory.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarCharArray.cs" /> + <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcDirectory.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\IComponent.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcCompacts.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowd.cs" /> @@ -758,6 +755,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcArrays.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\Entity\JNContext.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpSegmentBuilder.cs" /> + <Compile Include="Assets\Scripts\Samples\AppGame\Systems\JNGGame.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Math\BaseType\LFloat.Extension.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Variable\VarUnityObject.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour\Io\DtNavMeshParamWriter.cs" /> @@ -777,8 +775,8 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtPathQueryResult.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\GameFrameworkEventArgs.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Extensions\CollectionExtension.cs" /> - <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcCylinderGizmo.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\AudioModule\AudioType.cs" /> + <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcCylinderGizmo.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Group\GroupEvent.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Util\Singleton.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\2DPathFinding\NavMesh\PathFinder\TriangleHeuristic.cs" /> @@ -791,6 +789,7 @@ <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphMeshDataReader.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcEdge.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtConvexTrimeshCollider.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Data\State\EDPlayerDataSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Core\RcAtomicFloat.cs" /> <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\InputSystemHelper.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Network\Proto\NActionMessage.cs" /> @@ -804,12 +803,13 @@ <Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\2D\LoseSightWhenTargetsFallsOffThePlatform.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\UniqueAttribute.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtLocalBoundary.cs" /> + <Compile Include="Assets\Scripts\Samples\Game\Logic\System\Usual\DDataSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Recast\RcRegions.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Context\IContexts.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Util\ToUtil.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtObstacleAvoidanceParams.cs" /> - <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\App\Frame\JNSyncFrameService.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Core\Utility\Utility.Marshal.cs" /> + <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\App\Frame\JNSyncFrameService.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Runtime\Sync\System\Data\SFrameDataSystem.cs" /> <Compile Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\Extensions\EntitasStringExtension.cs" /> <Compile Include="Assets\UsePlugins\SHFrame\Runtime\Modules\AudioModule\IAudioModule.cs" /> @@ -839,6 +839,7 @@ <None Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\FadeOutNearbyObjects\FadeOut.shader" /> <None Include="Assets\Resources\Battle\Map\NavMesh\Map_1001.navmesh.json" /> <None Include="Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.xml" /> + <None Include="Assets\HybridCLRGenerate\link.xml" /> <None Include="Assets\UsePlugins\JNGame\Plugins\Entitas\Entitas\src\version.txt" /> <None Include="Assets\Packages\TouchSocket.2.0.16\LICENSE.txt" /> <None Include="Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.xml" /> @@ -1679,6 +1680,14 @@ <Project>{33448493-9d07-9e6d-e65e-d48b790a1dbf}</Project> <Name>StompyRobot.SRF.Editor</Name> </ProjectReference> + <ProjectReference Include="HotSamples.csproj"> + <Project>{d19923e9-71a3-f5e1-00b9-865a2997ed43}</Project> + <Name>HotSamples</Name> + </ProjectReference> + <ProjectReference Include="SHFrame.Editor.csproj"> + <Project>{d9a8422d-46f3-a631-fce7-ee1cfe4cbcd7}</Project> + <Name>SHFrame.Editor</Name> + </ProjectReference> <ProjectReference Include="UniTask.csproj"> <Project>{bf8742e6-eee2-4cf6-3e82-d12e15802154}</Project> <Name>UniTask</Name> @@ -1704,9 +1713,6 @@ <Name>UniTask.DOTween</Name> </ProjectReference> </ItemGroup> - <ItemGroup> - <Folder Include="Assets\Scripts\HotSamples\" /> - </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. diff --git a/JNFrame2/Assets/AssetBundleCollectorSetting.asset b/JNFrame2/Assets/AssetBundleCollectorSetting.asset index 8fcbf86a..40b525c9 100644 --- a/JNFrame2/Assets/AssetBundleCollectorSetting.asset +++ b/JNFrame2/Assets/AssetBundleCollectorSetting.asset @@ -12,7 +12,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 185f6993d5150494d98da50e26cb1c25, type: 3} m_Name: AssetBundleCollectorSetting m_EditorClassIdentifier: - ShowPackageView: 0 + ShowPackageView: 1 ShowEditorAlias: 0 UniqueBundleName: 0 Packages: @@ -24,12 +24,12 @@ MonoBehaviour: AutoCollectShaders: 1 IgnoreRuleName: NormalIgnoreRule Groups: - - GroupName: Script + - GroupName: Dll GroupDesc: AssetTags: ActiveRuleName: EnableGroup Collectors: - - CollectPath: Assets/HotAssets/Script + - CollectPath: Assets/HotAssets/HotDlls CollectorGUID: dac7bc99d1e678248a1a3539ac15a567 CollectorType: 0 AddressRuleName: AddressByFileName diff --git a/JNFrame2/Assets/HotAssets/Script.meta b/JNFrame2/Assets/HotAssets/HotDlls.meta similarity index 100% rename from JNFrame2/Assets/HotAssets/Script.meta rename to JNFrame2/Assets/HotAssets/HotDlls.meta diff --git a/JNFrame2/Assets/HotAssets/HotDlls/HotSamples.dll.bytes b/JNFrame2/Assets/HotAssets/HotDlls/HotSamples.dll.bytes new file mode 100644 index 00000000..7c327151 Binary files /dev/null and b/JNFrame2/Assets/HotAssets/HotDlls/HotSamples.dll.bytes differ diff --git a/JNFrame2/Assets/HotAssets/HotDlls/HotSamples.dll.bytes.meta b/JNFrame2/Assets/HotAssets/HotDlls/HotSamples.dll.bytes.meta new file mode 100644 index 00000000..3eb4d8aa --- /dev/null +++ b/JNFrame2/Assets/HotAssets/HotDlls/HotSamples.dll.bytes.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 31ecfccf5f58fcd4e82c0039b5c0433e +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/HotAssets/HotDlls/System.Core.dll.bytes b/JNFrame2/Assets/HotAssets/HotDlls/System.Core.dll.bytes new file mode 100644 index 00000000..20fd2996 Binary files /dev/null and b/JNFrame2/Assets/HotAssets/HotDlls/System.Core.dll.bytes differ diff --git a/JNFrame2/Assets/HotAssets/HotDlls/System.Core.dll.bytes.meta b/JNFrame2/Assets/HotAssets/HotDlls/System.Core.dll.bytes.meta new file mode 100644 index 00000000..d3941e2c --- /dev/null +++ b/JNFrame2/Assets/HotAssets/HotDlls/System.Core.dll.bytes.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1025cdbe997285647b72636669abf317 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/HotAssets/HotDlls/System.dll.bytes b/JNFrame2/Assets/HotAssets/HotDlls/System.dll.bytes new file mode 100644 index 00000000..67e60293 Binary files /dev/null and b/JNFrame2/Assets/HotAssets/HotDlls/System.dll.bytes differ diff --git a/JNFrame2/Assets/HotAssets/HotDlls/System.dll.bytes.meta b/JNFrame2/Assets/HotAssets/HotDlls/System.dll.bytes.meta new file mode 100644 index 00000000..f214100e --- /dev/null +++ b/JNFrame2/Assets/HotAssets/HotDlls/System.dll.bytes.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 946433c0616922f408bd60ce93af2f95 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/HotAssets/HotDlls/mscorlib.dll.bytes b/JNFrame2/Assets/HotAssets/HotDlls/mscorlib.dll.bytes new file mode 100644 index 00000000..ddbc09e2 Binary files /dev/null and b/JNFrame2/Assets/HotAssets/HotDlls/mscorlib.dll.bytes differ diff --git a/JNFrame2/Assets/HotAssets/HotDlls/mscorlib.dll.bytes.meta b/JNFrame2/Assets/HotAssets/HotDlls/mscorlib.dll.bytes.meta new file mode 100644 index 00000000..73b9fc16 --- /dev/null +++ b/JNFrame2/Assets/HotAssets/HotDlls/mscorlib.dll.bytes.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c4f581dc739cf6048af0a89b137378bc +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/HotAssets/Resource/HotPrefab.prefab b/JNFrame2/Assets/HotAssets/Resource/HotPrefab.prefab new file mode 100644 index 00000000..099d84ec --- /dev/null +++ b/JNFrame2/Assets/HotAssets/Resource/HotPrefab.prefab @@ -0,0 +1,152 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1097140889740049220 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5162205910739773445} + - component: {fileID: 9141581918561402549} + m_Layer: 0 + m_Name: HotPrefab + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5162205910739773445 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1097140889740049220} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 96621009899838245} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &9141581918561402549 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1097140889740049220} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0bb5513bdb814e24499f3e520ec6cdf0, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &4315455410363331238 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 96621009899838245} + - component: {fileID: 5454149831640709325} + - component: {fileID: 6484354210178095013} + - component: {fileID: 3227209449509042593} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &96621009899838245 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4315455410363331238} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5162205910739773445} + m_RootOrder: -1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5454149831640709325 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4315455410363331238} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &6484354210178095013 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4315455410363331238} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &3227209449509042593 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4315455410363331238} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} diff --git a/JNFrame2/Assets/HotAssets/Resource/HotPrefab.prefab.meta b/JNFrame2/Assets/HotAssets/Resource/HotPrefab.prefab.meta new file mode 100644 index 00000000..5ec5b90b --- /dev/null +++ b/JNFrame2/Assets/HotAssets/Resource/HotPrefab.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 053771d6a5f02174db227bd70d962ea5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/HotUpdate.meta b/JNFrame2/Assets/HotMain.meta similarity index 77% rename from JNFrame2/Assets/HotUpdate.meta rename to JNFrame2/Assets/HotMain.meta index 74e0fcf6..06e709de 100644 --- a/JNFrame2/Assets/HotUpdate.meta +++ b/JNFrame2/Assets/HotMain.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 8485a1946fd21c049b9fc51a6a56623b +guid: 7867acaf3f62b684e8ee2bb3444cdbe0 folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/JNFrame2/Assets/HotMain/ConsoleToScreen.cs b/JNFrame2/Assets/HotMain/ConsoleToScreen.cs new file mode 100644 index 00000000..28832f1d --- /dev/null +++ b/JNFrame2/Assets/HotMain/ConsoleToScreen.cs @@ -0,0 +1,53 @@ +using System.Collections.Generic; +using UnityEngine; + +public class ConsoleToScreen : MonoBehaviour +{ + const int maxLines = 50; + const int maxLineLength = 120; + private string _logStr = ""; + + private readonly List<string> _lines = new(); + + public int fontSize = 15; + + void OnEnable() { Application.logMessageReceived += Log; } + void OnDisable() { Application.logMessageReceived -= Log; } + + public void Log(string logString, string stackTrace, LogType type) + { + foreach (var line in logString.Split('\n')) + { + if (line.Length <= maxLineLength) + { + _lines.Add(line); + continue; + } + var lineCount = line.Length / maxLineLength + 1; + for (int i = 0; i < lineCount; i++) + { + if ((i + 1) * maxLineLength <= line.Length) + { + _lines.Add(line.Substring(i * maxLineLength, maxLineLength)); + } + else + { + _lines.Add(line.Substring(i * maxLineLength, line.Length - i * maxLineLength)); + } + } + } + if (_lines.Count > maxLines) + { + _lines.RemoveRange(0, _lines.Count - maxLines); + } + // _lines.Add(stackTrace); + _logStr = string.Join("\n", _lines); + } + + void OnGUI() + { + GUI.matrix = Matrix4x4.TRS(Vector3.zero, Quaternion.identity, + new Vector3(Screen.width / 1200.0f, Screen.height / 800.0f, 1.0f)); + GUI.Label(new Rect(10, 10, 800, 370), _logStr, new GUIStyle { fontSize = 10 }); + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventListener.cs.meta b/JNFrame2/Assets/HotMain/ConsoleToScreen.cs.meta similarity index 83% rename from JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventListener.cs.meta rename to JNFrame2/Assets/HotMain/ConsoleToScreen.cs.meta index 36ebde98..9a08bde0 100644 --- a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventListener.cs.meta +++ b/JNFrame2/Assets/HotMain/ConsoleToScreen.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: dae197cb1d1228547a2af3254650955a +guid: f75d46640fcd41f49a2bc14a946c16cf MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/JNFrame2/Assets/HotMain/HotMain.unity b/JNFrame2/Assets/HotMain/HotMain.unity new file mode 100644 index 00000000..1e0d5a1b --- /dev/null +++ b/JNFrame2/Assets/HotMain/HotMain.unity @@ -0,0 +1,339 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.18028378, g: 0.22571412, b: 0.30692285, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 3 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + buildHeightMesh: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &790008994 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 790008996} + - component: {fileID: 790008995} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &790008995 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 790008994} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &790008996 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 790008994} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &1371947665 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1371947668} + - component: {fileID: 1371947667} + - component: {fileID: 1371947666} + - component: {fileID: 1371947669} + - component: {fileID: 1371947670} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1371947666 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1371947665} + m_Enabled: 1 +--- !u!20 &1371947667 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1371947665} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1371947668 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1371947665} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 1, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1371947669 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1371947665} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f75d46640fcd41f49a2bc14a946c16cf, type: 3} + m_Name: + m_EditorClassIdentifier: + fontSize: 36 +--- !u!114 &1371947670 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1371947665} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 21612b697232f004dbebce22c0000dd8, type: 3} + m_Name: + m_EditorClassIdentifier: + PlayMode: 0 diff --git a/JNFrame2/Assets/HotMain/HotMain.unity.meta b/JNFrame2/Assets/HotMain/HotMain.unity.meta new file mode 100644 index 00000000..0afd5a3c --- /dev/null +++ b/JNFrame2/Assets/HotMain/HotMain.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f7ad21e5080633342835fcd9ae35443e +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/HotMain/LoadDll.cs b/JNFrame2/Assets/HotMain/LoadDll.cs new file mode 100644 index 00000000..09f57339 --- /dev/null +++ b/JNFrame2/Assets/HotMain/LoadDll.cs @@ -0,0 +1,297 @@ +using HybridCLR; +using System; +using System.Collections; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using HotMain; +using UnityEngine; +using UnityEngine.Networking; +using YooAsset; + +/// <summary> +/// 脚本工作流程: +/// 1.下载资源,用YooAsset资源框架进行下载 +/// 1)资源文件,ab包等 +/// 2)热更新dll +/// 3) AOT泛型补充元数据dll +/// 2.给AOT dll补充元数据,通过RuntimeApi.LoadMetadataForAOTAssembly() +/// 3.通过实例化一个prefab,运行热更新代码 +/// </summary> +public class LoadDll : MonoBehaviour +{ + + /// <summary> + /// 资源系统运行模式 + /// </summary> + public EPlayMode PlayMode = EPlayMode.OfflinePlayMode; + + //补充元数据dll的列表, + //通过RuntimeApi.LoadMetadataForAOTAssembly()函数来补充AOT泛型的原始元数据 + public static List<string> AOTMetaAssemblyNames { get; } = new List<string>() + { + "mscorlib.dll", + "System.dll", + "System.Core.dll", + }; + + void Start() + { + //StartCoroutine(DownLoadAssets(this.StartGame)); + + StartCoroutine(DownLoadAssetsByYooAssets(this.StartGame)); + } + + private static Dictionary<string, byte[]> s_assetDatas = new Dictionary<string, byte[]>(); + + public static byte[] GetAssetData(string dllName) + { + return s_assetDatas[dllName]; + } + + private string GetWebRequestPath(string asset) + { + var path = $"{Application.streamingAssetsPath}/{asset}"; + if (!path.Contains("://")) + { + path = "file://" + path; + } + if (path.EndsWith(".dll")) + { + path += ".bytes"; + } + return path; + } + + IEnumerator DownLoadAssetsByYooAssets(Action onDownloadComplete) + { + // 1.初始化资源系统 + YooAssets.Initialize(); + + string packageName = "DefaultPackage"; + // 创建默认的资源包 + var package = YooAssets.TryGetPackage(packageName) ?? YooAssets.CreatePackage(packageName); + + // 设置该资源包为默认的资源包,可以使用YooAssets相关加载接口加载该资源包内容。 + YooAssets.SetDefaultPackage(package); + + if (PlayMode == EPlayMode.EditorSimulateMode) + { + Debug.Log("编辑器模式"); + //编辑器模拟模式 + var initParameters = new EditorSimulateModeParameters(); + initParameters.EditorFileSystemParameters = + FileSystemParameters.CreateDefaultEditorFileSystemParameters( + EditorSimulateModeHelper.SimulateBuild(EDefaultBuildPipeline.ScriptableBuildPipeline, "DefaultPackage") + ); + yield return package.InitializeAsync(initParameters); + } + else if (PlayMode == EPlayMode.HostPlayMode) + { + Debug.Log("在线模式"); + // 注意:GameQueryServices.cs 太空战机的脚本类,详细见StreamingAssetsHelper.cs + string defaultHostServer = "http://127.0.0.1/CDN/Android/v1.0"; + string fallbackHostServer = "http://127.0.0.1/CDN/Android/v1.0"; + IRemoteServices remoteServices = new RemoteServices(defaultHostServer, fallbackHostServer); + var cacheFileSystem = FileSystemParameters.CreateDefaultCacheFileSystemParameters(remoteServices); + var buildinFileSystem = FileSystemParameters.CreateDefaultBuildinFileSystemParameters(); + + var initParameters = new HostPlayModeParameters(); + initParameters.BuildinFileSystemParameters = buildinFileSystem; + initParameters.CacheFileSystemParameters = cacheFileSystem; + + yield return package.InitializeAsync(initParameters); + } + else if (PlayMode == EPlayMode.OfflinePlayMode) + { + Debug.Log("离线模式"); + // var buildinFileSystem = FileSystemParameters.CreateDefaultBuildinRawFileSystemParameters(); + // var initParameters = new OfflinePlayModeParameters(); + // initParameters.BuildinFileSystemParameters = buildinFileSystem; + // yield return package.InitializeAsync(initParameters); + // var initParametersOfflinePlayMode = new OfflinePlayModeParameters(); + // yield return package.InitializeAsync(initParametersOfflinePlayMode); + + var createParameters = new OfflinePlayModeParameters(); + createParameters.BuildinFileSystemParameters = FileSystemParameters.CreateDefaultBuildinFileSystemParameters(new FileStreamDecryption()); + yield return package.InitializeAsync(createParameters); + } + + + //2.获取资源版本 + var operation = package.RequestPackageVersionAsync(); + yield return operation; + + if (operation.Status != EOperationStatus.Succeed) + { + //更新失败 + Debug.LogError(operation.Error); + //TODO + yield break; + } + string PackageVersion = operation.PackageVersion; + + //3.更新补丁清单 + var operation2 = package.UpdatePackageManifestAsync(PackageVersion); + yield return operation2; + + if (operation2.Status != EOperationStatus.Succeed) + { + //更新失败 + Debug.LogError(operation2.Error); + //TODO: + yield break; + } + + //4.下载补丁包 + yield return Download(); + //TODO:判断是否下载成功... + + var assets = new List<string> + { + "HotSamples.dll", + }.Concat(AOTMetaAssemblyNames); + + foreach (var asset in assets) + { + var handle = package.LoadRawFileAsync(asset); + yield return handle; + byte[] fileData = handle.GetRawFileData(); + s_assetDatas[asset] = fileData; + Debug.Log($"dll:{asset} size:{fileData.Length}"); + } + + onDownloadComplete(); + } + + IEnumerator Download() + { + int downloadingMaxNum = 10; + int failedTryAgain = 3; + int timeout = 60; + var package = YooAssets.GetPackage("DefaultPackage"); + var downloader = package.CreateResourceDownloader(downloadingMaxNum, failedTryAgain, timeout); + + //没有需要下载的资源 + if (downloader.TotalDownloadCount == 0) + { + yield break; + } + + //需要下载的文件总数和总大小 + int totalDownloadCount = downloader.TotalDownloadCount; + long totalDownloadBytes = downloader.TotalDownloadBytes; + + //注册回调方法 + downloader.OnDownloadErrorCallback = OnDownloadErrorFunction; + downloader.OnDownloadProgressCallback = OnDownloadProgressUpdateFunction; + downloader.OnDownloadOverCallback = OnDownloadOverFunction; + downloader.OnStartDownloadFileCallback = OnStartDownloadFileFunction; + + //开启下载 + downloader.BeginDownload(); + yield return downloader; + + //检测下载结果 + if (downloader.Status == EOperationStatus.Succeed) + { + //下载成功 + Debug.Log("更新完成!"); + //TODO: + } + else + { + //下载失败 + Debug.LogError("更新失败!"); + //TODO: + } + } + + /// <summary> + /// 开始下载 + /// </summary> + /// <param name="fileName"></param> + /// <param name="sizeBytes"></param> + /// <exception cref="NotImplementedException"></exception> + private void OnStartDownloadFileFunction(string fileName, long sizeBytes) + { + Debug.Log(string.Format("开始下载:文件名:{0}, 文件大小:{1}", fileName, sizeBytes)); + } + + /// <summary> + /// 下载完成 + /// </summary> + /// <param name="isSucceed"></param> + /// <exception cref="NotImplementedException"></exception> + private void OnDownloadOverFunction(bool isSucceed) + { + Debug.Log("下载" + (isSucceed ? "成功" : "失败")); + } + + /// <summary> + /// 更新中 + /// </summary> + /// <param name="totalDownloadCount"></param> + /// <param name="currentDownloadCount"></param> + /// <param name="totalDownloadBytes"></param> + /// <param name="currentDownloadBytes"></param> + /// <exception cref="NotImplementedException"></exception> + private void OnDownloadProgressUpdateFunction(int totalDownloadCount, int currentDownloadCount, long totalDownloadBytes, long currentDownloadBytes) + { + Debug.Log(string.Format("文件总数:{0}, 已下载文件数:{1}, 下载总大小:{2}, 已下载大小:{3}", totalDownloadCount, currentDownloadCount, totalDownloadBytes, currentDownloadBytes)); + } + + /// <summary> + /// 下载出错 + /// </summary> + /// <param name="fileName"></param> + /// <param name="error"></param> + /// <exception cref="NotImplementedException"></exception> + private void OnDownloadErrorFunction(string fileName, string error) + { + Debug.LogError(string.Format("下载出错:文件名:{0}, 错误信息:{1}", fileName, error)); + } + + void StartGame() + { + LoadMetadataForAOTAssemblies(); + +#if !UNITY_EDITOR + System.Reflection.Assembly.Load(GetAssetData("HotSamples.dll")); +#endif + + //委托加载方式,加载prefab + var package = YooAssets.GetPackage("DefaultPackage"); + AssetHandle handle = package.LoadAssetAsync<GameObject>("HotPrefab"); + handle.Completed += Handle_Completed; + + //AssetBundle prefabAb = AssetBundle.LoadFromMemory(GetAssetData("prefabs")); + //GameObject testPrefab = Instantiate(prefabAb.LoadAsset<GameObject>("HotUpdatePrefab.prefab")); + } + + private void Handle_Completed(AssetHandle obj) + { + GameObject go = obj.InstantiateSync(); + Debug.Log($"Prefab name is {go.name}"); + } + + + /// <summary> + /// 为aot assembly加载原始metadata, 这个代码放aot或者热更新都行。 + /// 一旦加载后,如果AOT泛型函数对应native实现不存在,则自动替换为解释模式执行 + /// </summary> + private static void LoadMetadataForAOTAssemblies() + { + /// 注意,补充元数据是给AOT dll补充元数据,而不是给热更新dll补充元数据。 + /// 热更新dll不缺元数据,不需要补充,如果调用LoadMetadataForAOTAssembly会返回错误 + /// + HomologousImageMode mode = HomologousImageMode.SuperSet; + foreach (var aotDllName in AOTMetaAssemblyNames) + { + byte[] dllBytes = GetAssetData(aotDllName); + // 加载assembly对应的dll,会自动为它hook。一旦aot泛型函数的native函数不存在,用解释器版本代码 + LoadImageErrorCode err = RuntimeApi.LoadMetadataForAOTAssembly(dllBytes, mode); + Debug.Log($"LoadMetadataForAOTAssembly:{aotDllName}. mode:{mode} ret:{err}"); + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventArgs.cs.meta b/JNFrame2/Assets/HotMain/LoadDll.cs.meta similarity index 83% rename from JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventArgs.cs.meta rename to JNFrame2/Assets/HotMain/LoadDll.cs.meta index 0ca8fcb6..191ab7cf 100644 --- a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventArgs.cs.meta +++ b/JNFrame2/Assets/HotMain/LoadDll.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: b8bc2c30ad9668644ba298f980f2eda6 +guid: 21612b697232f004dbebce22c0000dd8 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/JNFrame2/Assets/HotMain/YooAssetDefault.cs b/JNFrame2/Assets/HotMain/YooAssetDefault.cs new file mode 100644 index 00000000..ca1f179e --- /dev/null +++ b/JNFrame2/Assets/HotMain/YooAssetDefault.cs @@ -0,0 +1,105 @@ +using System.IO; +using UnityEngine; +using YooAsset; + +namespace HotMain +{ + public class RemoteServices : IRemoteServices + { + private string defaultHostServer; + private string fallbackHostServer; + + public RemoteServices(string defaultHostServer, string fallbackHostServer) + { + this.defaultHostServer = defaultHostServer; + this.fallbackHostServer = fallbackHostServer; + } + + public string GetRemoteMainURL(string fileName) + { + return defaultHostServer; + } + + public string GetRemoteFallbackURL(string fileName) + { + return fallbackHostServer; + } + } + + /// <summary> + /// 资源文件解密流 + /// </summary> + public class BundleStream : FileStream + { + public const byte KEY = 64; + + public BundleStream(string path, FileMode mode, FileAccess access, FileShare share) : base(path, mode, access, share) + { + } + + public BundleStream(string path, FileMode mode) : base(path, mode) + { + } + + public override int Read(byte[] array, int offset, int count) + { + var index = base.Read(array, offset, count); + for (int i = 0; i < array.Length; i++) + { + array[i] ^= KEY; + } + + return index; + } + } + + + /// <summary> + /// 资源文件流加载解密类 + /// </summary> + class FileStreamDecryption : IDecryptionServices + { + /// <summary> + /// 同步方式获取解密的资源包对象 + /// 注意:加载流对象在资源包对象释放的时候会自动释放 + /// </summary> + AssetBundle IDecryptionServices.LoadAssetBundle(DecryptFileInfo fileInfo, out Stream managedStream) + { + BundleStream bundleStream = new BundleStream(fileInfo.FileLoadPath, FileMode.Open, FileAccess.Read, FileShare.Read); + managedStream = bundleStream; + return AssetBundle.LoadFromStream(bundleStream, fileInfo.FileLoadCRC, GetManagedReadBufferSize()); + } + + /// <summary> + /// 异步方式获取解密的资源包对象 + /// 注意:加载流对象在资源包对象释放的时候会自动释放 + /// </summary> + AssetBundleCreateRequest IDecryptionServices.LoadAssetBundleAsync(DecryptFileInfo fileInfo, out Stream managedStream) + { + BundleStream bundleStream = new BundleStream(fileInfo.FileLoadPath, FileMode.Open, FileAccess.Read, FileShare.Read); + managedStream = bundleStream; + return AssetBundle.LoadFromStreamAsync(bundleStream, fileInfo.FileLoadCRC, GetManagedReadBufferSize()); + } + + /// <summary> + /// 获取解密的字节数据 + /// </summary> + byte[] IDecryptionServices.ReadFileData(DecryptFileInfo fileInfo) + { + throw new System.NotImplementedException(); + } + + /// <summary> + /// 获取解密的文本数据 + /// </summary> + string IDecryptionServices.ReadFileText(DecryptFileInfo fileInfo) + { + throw new System.NotImplementedException(); + } + + private static uint GetManagedReadBufferSize() + { + return 1024; + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/HotMain/YooAssetDefault.cs.meta b/JNFrame2/Assets/HotMain/YooAssetDefault.cs.meta new file mode 100644 index 00000000..8a27c748 --- /dev/null +++ b/JNFrame2/Assets/HotMain/YooAssetDefault.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 2c2a4207de1f4b1995db5f2f3a8d6e62 +timeCreated: 1728649446 \ No newline at end of file diff --git a/JNFrame2/Assets/HotUpdate/HotUpdate.asmdef b/JNFrame2/Assets/HotUpdate/HotUpdate.asmdef deleted file mode 100644 index 26c1236d..00000000 --- a/JNFrame2/Assets/HotUpdate/HotUpdate.asmdef +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name": "HotUpdate" -} diff --git a/JNFrame2/Assets/HybridCLRGenerate.meta b/JNFrame2/Assets/HybridCLRGenerate.meta new file mode 100644 index 00000000..d997167e --- /dev/null +++ b/JNFrame2/Assets/HybridCLRGenerate.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 95a9c4770dbf86845b6bf6e065d33b18 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs b/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs new file mode 100644 index 00000000..63774a6f --- /dev/null +++ b/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs @@ -0,0 +1,20 @@ +using System.Collections.Generic; +public class AOTGenericReferences : UnityEngine.MonoBehaviour +{ + + // {{ AOT assemblies + public static readonly IReadOnlyList<string> PatchedAOTAssemblyList = new List<string> + { + }; + // }} + + // {{ constraint implement type + // }} + + // {{ AOT generic types + // }} + + public void RefMethods() + { + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventUtil.cs.meta b/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs.meta similarity index 83% rename from JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventUtil.cs.meta rename to JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs.meta index 7f891ab7..14d5e558 100644 --- a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventUtil.cs.meta +++ b/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: dd0630485bf39a24fb4fbf8a933447af +guid: 223c791d202ec474cb47cc02b13b5a13 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/JNFrame2/Assets/HybridCLRGenerate/link.xml b/JNFrame2/Assets/HybridCLRGenerate/link.xml new file mode 100644 index 00000000..65260d4f --- /dev/null +++ b/JNFrame2/Assets/HybridCLRGenerate/link.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<linker> + <assembly fullname="System"> + <type fullname="System.CodeDom.Compiler.GeneratedCodeAttribute" preserve="all" /> + <type fullname="System.ComponentModel.EditorBrowsableAttribute" preserve="all" /> + <type fullname="System.ComponentModel.EditorBrowsableState" preserve="all" /> + </assembly> + <assembly fullname="UnityEngine.CoreModule"> + <type fullname="UnityEngine.Debug" preserve="all" /> + <type fullname="UnityEngine.MonoBehaviour" preserve="all" /> + </assembly> + <assembly fullname="mscorlib"> + <type fullname="System.Array" preserve="all" /> + <type fullname="System.Attribute" preserve="all" /> + <type fullname="System.AttributeTargets" preserve="all" /> + <type fullname="System.AttributeUsageAttribute" preserve="all" /> + <type fullname="System.Byte" preserve="all" /> + <type fullname="System.Diagnostics.DebuggableAttribute" preserve="all" /> + <type fullname="System.Diagnostics.DebuggableAttribute/DebuggingModes" preserve="all" /> + <type fullname="System.Object" preserve="all" /> + <type fullname="System.Runtime.CompilerServices.CompilationRelaxationsAttribute" preserve="all" /> + <type fullname="System.Runtime.CompilerServices.CompilerGeneratedAttribute" preserve="all" /> + <type fullname="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute" preserve="all" /> + <type fullname="System.Runtime.CompilerServices.RuntimeHelpers" preserve="all" /> + <type fullname="System.RuntimeFieldHandle" preserve="all" /> + <type fullname="System.Type" preserve="all" /> + <type fullname="System.ValueType" preserve="all" /> + </assembly> +</linker> \ No newline at end of file diff --git a/JNFrame2/Assets/HybridCLRGenerate/link.xml.meta b/JNFrame2/Assets/HybridCLRGenerate/link.xml.meta new file mode 100644 index 00000000..306b6d16 --- /dev/null +++ b/JNFrame2/Assets/HybridCLRGenerate/link.xml.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 743ef395b56ab274daea393bb4ac9895 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/Resources/yoo.meta b/JNFrame2/Assets/Resources/yoo.meta new file mode 100644 index 00000000..d30a26a4 --- /dev/null +++ b/JNFrame2/Assets/Resources/yoo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 24485906c8e50f84b9c719c2565f93c1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/Resources/yoo/DefaultPackage.meta b/JNFrame2/Assets/Resources/yoo/DefaultPackage.meta new file mode 100644 index 00000000..0f444770 --- /dev/null +++ b/JNFrame2/Assets/Resources/yoo/DefaultPackage.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8853c8e55d903c94f96b5b5990e3521a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset b/JNFrame2/Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset new file mode 100644 index 00000000..d153ff5c --- /dev/null +++ b/JNFrame2/Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset @@ -0,0 +1,21 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b05c83971e3dca94f9fa460d396385e5, type: 3} + m_Name: BuildinCatalog + m_EditorClassIdentifier: + PackageName: DefaultPackage + PackageVersion: 2024-10-12-1223 + Wrappers: + - BundleGUID: bfb145a66fdd212e1e7d0e85b3bd23fb + FileName: bfb145a66fdd212e1e7d0e85b3bd23fb.bundle + - BundleGUID: dd5b6ec06aab3ed1af1455973a2dcf5c + FileName: dd5b6ec06aab3ed1af1455973a2dcf5c.bundle diff --git a/JNFrame2/Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset.meta b/JNFrame2/Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset.meta new file mode 100644 index 00000000..8641a17a --- /dev/null +++ b/JNFrame2/Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 647efbdb2e8bd2a4798bcb8fd65df227 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/Scripts/HotSamples/HotSamples.asmdef b/JNFrame2/Assets/Scripts/HotSamples/HotSamples.asmdef new file mode 100644 index 00000000..97909d38 --- /dev/null +++ b/JNFrame2/Assets/Scripts/HotSamples/HotSamples.asmdef @@ -0,0 +1,3 @@ +{ + "name": "HotSamples" +} diff --git a/JNFrame2/Assets/HotUpdate/HotUpdate.asmdef.meta b/JNFrame2/Assets/Scripts/HotSamples/HotSamples.asmdef.meta similarity index 76% rename from JNFrame2/Assets/HotUpdate/HotUpdate.asmdef.meta rename to JNFrame2/Assets/Scripts/HotSamples/HotSamples.asmdef.meta index dc507acb..95ce6025 100644 --- a/JNFrame2/Assets/HotUpdate/HotUpdate.asmdef.meta +++ b/JNFrame2/Assets/Scripts/HotSamples/HotSamples.asmdef.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 6fc57b2e8627d4041a32216a03aa5b2e +guid: 0c294b92570ce7d4f9b683484d608158 AssemblyDefinitionImporter: externalObjects: {} userData: diff --git a/JNFrame2/Assets/Scripts/HotSamples/InstantiateByAsset.cs b/JNFrame2/Assets/Scripts/HotSamples/InstantiateByAsset.cs new file mode 100644 index 00000000..682458d9 --- /dev/null +++ b/JNFrame2/Assets/Scripts/HotSamples/InstantiateByAsset.cs @@ -0,0 +1,9 @@ +using UnityEngine; + +public class InstantiateByAsset : MonoBehaviour +{ + void Start() + { + Debug.Log("原始代码"); + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventDispatcher.cs.meta b/JNFrame2/Assets/Scripts/HotSamples/InstantiateByAsset.cs.meta similarity index 83% rename from JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventDispatcher.cs.meta rename to JNFrame2/Assets/Scripts/HotSamples/InstantiateByAsset.cs.meta index 8f1c7a2b..ffb2e382 100644 --- a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventDispatcher.cs.meta +++ b/JNFrame2/Assets/Scripts/HotSamples/InstantiateByAsset.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 1303100c362aa10459237b5ad8617f4b +guid: 0bb5513bdb814e24499f3e520ec6cdf0 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/JNFrame2/Assets/StreamingAssets.meta b/JNFrame2/Assets/StreamingAssets.meta new file mode 100644 index 00000000..fcccbe82 --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 88351b5957b853c4b85627e3334aeee7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/StreamingAssets/yoo.meta b/JNFrame2/Assets/StreamingAssets/yoo.meta new file mode 100644 index 00000000..88df81d4 --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets/yoo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9dd6aa54330df2f47a2c0e27ee9f8b94 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage.meta b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage.meta new file mode 100644 index 00000000..f2d038b0 --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1422722870125104f9b59f40c7e05108 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version new file mode 100644 index 00000000..eb0fd84b --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version @@ -0,0 +1 @@ +2024-10-12-1223 \ No newline at end of file diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version.meta b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version.meta new file mode 100644 index 00000000..d6cd7032 --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 684388a3fe47a7b44ab08aa1b8ee3378 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.bytes b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.bytes new file mode 100644 index 00000000..66f7a718 Binary files /dev/null and b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.bytes differ diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.bytes.meta b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.bytes.meta new file mode 100644 index 00000000..d98cc50a --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.bytes.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d3f883780e032cc4bb2c324a77ca5576 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.hash b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.hash new file mode 100644 index 00000000..d9bb18f8 --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.hash @@ -0,0 +1 @@ +96024b60764c418f90f13320619eafa7 \ No newline at end of file diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.hash.meta b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.hash.meta new file mode 100644 index 00000000..a9b24826 --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1223.hash.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 45883ce31873153419f48af3b2ffb394 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle new file mode 100644 index 00000000..ec976cc8 Binary files /dev/null and b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle differ diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle.meta b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle.meta new file mode 100644 index 00000000..bf1b9703 --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 20239a35b09d7174b80cf8601f490194 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/dd5b6ec06aab3ed1af1455973a2dcf5c.bundle b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/dd5b6ec06aab3ed1af1455973a2dcf5c.bundle new file mode 100644 index 00000000..26952205 Binary files /dev/null and b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/dd5b6ec06aab3ed1af1455973a2dcf5c.bundle differ diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/dd5b6ec06aab3ed1af1455973a2dcf5c.bundle.meta b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/dd5b6ec06aab3ed1af1455973a2dcf5c.bundle.meta new file mode 100644 index 00000000..6da87e3f --- /dev/null +++ b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/dd5b6ec06aab3ed1af1455973a2dcf5c.bundle.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 88a90f2c68bc67a48ba0f50dbb3c9f96 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor.meta new file mode 100644 index 00000000..74721a5f --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 52ffd32d9bb44ec088d1d095ec79e968 +timeCreated: 1728700704 \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/CleanMaterial.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/CleanMaterial.cs new file mode 100644 index 00000000..3f9af9ab --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/CleanMaterial.cs @@ -0,0 +1,115 @@ +// ----------------------------------------------- +// Copyright © Sirius. All rights reserved. +// CreateTime: 2021/12/30 18:0:55 +// ----------------------------------------------- +/****************************************************************************** + * DESCRIPTION: 清理材质未使用的纹理贴图的引用 + * + * Copyright (c) 2020, 谭伟俊 (TanWeijun) + * All rights reserved + * + * COMPANY: + * CREATED: 2020.03.01, 15:20, CST +*******************************************************************************/ + +using System.Collections.Generic; +using System.IO; +using System.Text; +using System.Text.RegularExpressions; +using UnityEditor; +using UnityEngine; + +namespace Game +{ + public class CleanMaterial + { + [MenuItem("Assets/Tools/Clean Material")] + public static void Clean() + { + Material[] materials = Selection.GetFiltered<Material>(SelectionMode.Assets | SelectionMode.DeepAssets); + foreach (var material in materials) + { + CleanOneMaterial(material); + } + + Debug.Log("清理材质全部完成"); + } + + private static bool CleanOneMaterial(Material _material) + { + // 收集材质使用到的所有纹理贴图 + HashSet<string> textureGUIDs = CollectTextureGUIDs(_material); + + string materialPathName = Path.GetFullPath(AssetDatabase.GetAssetPath(_material)); + + StringBuilder strBuilder = new StringBuilder(); + using (StreamReader reader = new StreamReader(materialPathName)) + { + Regex regex = new Regex(@"\s+guid:\s+(\w+),"); + string line = reader.ReadLine(); + while (null != line) + { + if (line.Contains("m_Texture:")) + { + // 包含纹理贴图引用的行,使用正则表达式获取纹理贴图的guid + Match match = regex.Match(line); + if (match.Success) + { + string textureGUID = match.Groups[1].Value; + if (textureGUIDs.Contains(textureGUID)) + { + strBuilder.AppendLine(line); + } + else + { + // 材质没有用到纹理贴图,guid赋值为0来清除引用关系 + strBuilder.AppendLine(line.Substring(0, line.IndexOf("fileID:") + 7) + " 0}"); + } + } + else + { + strBuilder.AppendLine(line); + } + } + else + { + strBuilder.AppendLine(line); + } + + line = reader.ReadLine(); + } + } + + using (StreamWriter writer = new StreamWriter(materialPathName)) + { + writer.Write(strBuilder.ToString()); + } + Debug.Log($"清理材质--{materialPathName}"); + return true; + } + + private static HashSet<string> CollectTextureGUIDs(Material _material) + { + HashSet<string> textureGUIDs = new HashSet<string>(); + for (int i = 0; i < ShaderUtil.GetPropertyCount(_material.shader); ++i) + { + if (ShaderUtil.ShaderPropertyType.TexEnv == ShaderUtil.GetPropertyType(_material.shader, i)) + { + Texture texture = _material.GetTexture(ShaderUtil.GetPropertyName(_material.shader, i)); + if (null == texture) + { + continue; + } + + string textureGUID = AssetDatabase.AssetPathToGUID(AssetDatabase.GetAssetPath(texture)); + if (!textureGUIDs.Contains(textureGUID)) + { + textureGUIDs.Add(textureGUID); + } + } + } + + return textureGUIDs; + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/CleanMaterial.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/CleanMaterial.cs.meta new file mode 100644 index 00000000..61c7a419 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/CleanMaterial.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 706f69076a7589b4397cd353fa8eae8a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/DependAnalysis.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/DependAnalysis.cs new file mode 100644 index 00000000..1104041a --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/DependAnalysis.cs @@ -0,0 +1,126 @@ +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Text.RegularExpressions; +using UnityEditor; +using UnityEngine; +using Object = UnityEngine.Object; + +public class DependAnalysis : EditorWindow +{ + private static Object[] targetObjects; + private bool[] foldoutArr; + private Object[][] beDependArr; + private static int targetCount; + private Vector2 scrollPos; + string[] withoutExtensions = new string[] { ".prefab", ".unity", ".mat", ".asset", ".controller" }; + + [MenuItem("Assets/Tools/查找被引用", false, 19)] + static void FindReferences() + { + targetObjects = Selection.GetFiltered<Object>(SelectionMode.Assets); + targetCount = targetObjects == null ? 0 : targetObjects.Length; + if (targetCount == 0) return; + DependAnalysis window = GetWindow<DependAnalysis>("依赖分析"); + window.Init(); + window.Show(); + } + + void Init() + { + beDependArr = new Object[targetCount][]; + foldoutArr = new bool[targetCount]; + EditorStyles.foldout.richText = true; + for (int i = 0; i < targetCount; i++) beDependArr[i] = GetBeDepend(targetObjects[i]); + } + + private void OnGUI() + { + if (beDependArr.Length != targetCount) return; + scrollPos = EditorGUILayout.BeginScrollView(scrollPos); + Object[] objArr; + int count; + string objName; + for (int i = 0; i < targetCount; i++) + { + objArr = beDependArr[i]; + count = objArr == null ? 0 : objArr.Length; + objName = Path.GetFileName(AssetDatabase.GetAssetPath(targetObjects[i])); + string info = count == 0 + ? $"<color=yellow>{objName}【{count}】</color>" + : $"{objName}【{count}】"; + foldoutArr[i] = EditorGUILayout.Foldout(foldoutArr[i], info); + if (foldoutArr[i]) + { + if (count > 0) + { + foreach (var obj in objArr) + { + EditorGUILayout.BeginHorizontal(); + GUILayout.Space(15); + EditorGUILayout.ObjectField(obj, typeof(Object),true); + EditorGUILayout.EndHorizontal(); + } + } + else + { + EditorGUILayout.BeginHorizontal(); + GUILayout.Space(15); + EditorGUILayout.LabelField("【Null】"); + EditorGUILayout.EndHorizontal(); + } + } + } + + EditorGUILayout.EndScrollView(); + } + + /// <summary> + /// 查找所有引用目标资源的物体 + /// </summary> + /// <param name="target">目标资源</param> + /// <returns></returns> + private Object[] GetBeDepend(Object target) + { + if (target == null) return null; + string path = AssetDatabase.GetAssetPath(target); + if (string.IsNullOrEmpty(path)) return null; + string guid = AssetDatabase.AssetPathToGUID(path); + string[] files = Directory.GetFiles(Application.dataPath, "*", + SearchOption.AllDirectories).Where(s => withoutExtensions.Contains(Path.GetExtension(s).ToLower())) + .ToArray(); + List<Object> objects = new List<Object>(); + foreach (var file in files) + { + string assetPath = file.Replace(Application.dataPath, ""); + assetPath = "Assets" + assetPath; + string readText = File.ReadAllText(file); + + if (!readText.StartsWith("%YAML")) + { + var depends = AssetDatabase.GetDependencies(assetPath, false); + if (depends != null) + { + foreach (var dep in depends) + { + if (dep == path) + { + objects.Add(AssetDatabase.LoadAssetAtPath<Object>(assetPath)); + break; + } + } + } + } + else if (Regex.IsMatch(readText, guid)) objects.Add(AssetDatabase.LoadAssetAtPath<Object>(assetPath)); + } + + return objects.ToArray(); + } + + private void OnDestroy() + { + targetObjects = null; + beDependArr = null; + foldoutArr = null; + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/DependAnalysis.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/DependAnalysis.cs.meta new file mode 100644 index 00000000..80d2cb63 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/DependAnalysis.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c15d3a97f5b069f469dd60573a7fd842 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR.meta new file mode 100644 index 00000000..7d25f17e --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 92cecf72550b15c48b34487614f5fc16 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildAssetsCommand.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildAssetsCommand.cs new file mode 100644 index 00000000..3f4c8580 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildAssetsCommand.cs @@ -0,0 +1,121 @@ +using System.IO; +using HybridCLR.Editor; +using HybridCLR.Editor.Commands; +using UnityEditor; +using UnityEngine; + +namespace SHFrame.Editor +{ + public static class BuildAssetsCommand + { + public static string HybridCLRBuildCacheDir => Application.dataPath + "/HybridCLRBuildCache"; + + public static string AssetBundleOutputDir => $"{HybridCLRBuildCacheDir}/AssetBundleOutput"; + + public static string DllBytesDir => $"{Application.dataPath}/HotAssets/HotDlls"; + + public static string GetAssetBundleOutputDirByTarget(BuildTarget target) + { + return $"{AssetBundleOutputDir}/{target}"; + } + + public static string ToRelativeAssetPath(string s) + { + return s.Substring(s.IndexOf("Assets/")); + } + + [MenuItem("HybridCLR/Build/泛型补充dll与热更新dll导出")] + public static void BuildAndCopyABAOTHotUpdateDlls() + { + BuildTarget target = EditorUserBuildSettings.activeBuildTarget; + CompileDllCommand.CompileDll(target); + CopyABAOTHotUpdateDlls(target); + } + + public static void CopyABAOTHotUpdateDlls(BuildTarget target) + { + CopyAssetBundlesToStreamingAssets(target); + + ClearEmptyFolder(DllBytesDir); + + CopyAOTAssembliesToStreamingAssets(); + CopyHotUpdateAssembliesToStreamingAssets(); + AssetDatabase.Refresh(); + } + + public static void CopyAOTAssembliesToStreamingAssets() + { + var target = EditorUserBuildSettings.activeBuildTarget; + string aotAssembliesSrcDir = SettingsUtil.GetAssembliesPostIl2CppStripDir(target); + //string aotAssembliesDstDir = "D:\\User\\Dou\\Unitys\\2023fars\\Assets\\HotAsset\\HotDlls"; + string aotAssembliesDstDir = Application.streamingAssetsPath; + + foreach (var dll in SettingsUtil.AOTAssemblyNames) + { + string srcDllPath = $"{aotAssembliesSrcDir}/{dll}.dll"; + if (!File.Exists(srcDllPath)) + { + Debug.LogError($"ab中添加AOT补充元数据dll:{srcDllPath} 时发生错误,文件不存在。裁剪后的AOT dll在BuildPlayer时才能生成,因此需要你先构建一次游戏App后再打包。"); + continue; + } + string dllBytesPath = $"{DllBytesDir}/{dll}.dll.bytes"; + File.Copy(srcDllPath, dllBytesPath, true); + Debug.Log($"[CopyAOTAssembliesToStreamingAssets] copy AOT dll {srcDllPath} -> {dllBytesPath}"); + } + } + + public static void CopyHotUpdateAssembliesToStreamingAssets() + { + var target = EditorUserBuildSettings.activeBuildTarget; + + string hotfixDllSrcDir = SettingsUtil.GetHotUpdateDllsOutputDirByTarget(target); + //string hotfixAssembliesDstDir = "D:\\User\\Dou\\Unitys\\2023fars\\Assets\\HotAsset\\HotDlls"; + string hotfixAssembliesDstDir = Application.streamingAssetsPath; + + foreach (var dll in SettingsUtil.HotUpdateAssemblyFilesExcludePreserved) + { + string dllPath = $"{hotfixDllSrcDir}/{dll}"; + string dllBytesPath = $"{DllBytesDir}/{dll}.bytes"; + File.Copy(dllPath, dllBytesPath, true); + Debug.Log($"[CopyHotUpdateAssembliesToStreamingAssets] copy hotfix dll {dllPath} -> {dllBytesPath}"); + } + } + + public static void CopyAssetBundlesToStreamingAssets(BuildTarget target) + { + string streamingAssetPathDst = Application.streamingAssetsPath; + Directory.CreateDirectory(streamingAssetPathDst); + string outputDir = GetAssetBundleOutputDirByTarget(target); + var abs = new string[] { "prefabs" }; + foreach (var ab in abs) + { + string srcAb = ToRelativeAssetPath($"{outputDir}/{ab}"); + string dstAb = ToRelativeAssetPath($"{streamingAssetPathDst}/{ab}"); + Debug.Log($"[CopyAssetBundlesToStreamingAssets] copy assetbundle {srcAb} -> {dstAb}"); + AssetDatabase.CopyAsset(srcAb, dstAb); + } + } + private static void ClearEmptyFolder(string folderPath) + { + DirectoryInfo dir = new DirectoryInfo(folderPath); + DirectoryInfo[] subDirs = dir.GetDirectories("*.*", SearchOption.AllDirectories); + foreach (DirectoryInfo subDir in subDirs) + { + FileSystemInfo[] subFiles = subDir.GetFileSystemInfos(); + if (subFiles.Length == 0) + { + File.Delete(subDir.FullName + ".meta"); + subDir.Delete(); + } + } + + FileInfo[] files = dir.GetFiles(); + foreach (FileInfo file in files) + { + File.Delete(file.FullName); + } + + AssetDatabase.Refresh(); + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildAssetsCommand.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildAssetsCommand.cs.meta new file mode 100644 index 00000000..215cf8c9 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildAssetsCommand.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1a8357532218e6f49a9bb9401382d6d4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildPlayerCommand.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildPlayerCommand.cs new file mode 100644 index 00000000..7be6c0b3 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildPlayerCommand.cs @@ -0,0 +1,84 @@ +using System.IO; +using HybridCLR.Editor; +using HybridCLR.Editor.Commands; +using HybridCLR.Editor.Installer; +using UnityEditor; +using UnityEngine; + +namespace SHFrame.Editor +{ + public class BuildPlayerCommand + { + public static void CopyAssets(string outputDir) + { + Directory.CreateDirectory(outputDir); + + foreach (var srcFile in Directory.GetFiles(Application.streamingAssetsPath)) + { + string dstFile = $"{outputDir}/{Path.GetFileName(srcFile)}"; + File.Copy(srcFile, dstFile, true); + } + } + + public static void InstallFromRepo() + { + var ic = new InstallerController(); + ic.InstallDefaultHybridCLR(); + } + + public static void InstallBuildWin64() + { + InstallFromRepo(); + Build_Win64(true); + } + + [MenuItem("HybridCLR/Build/Win64")] + public static void Build_Win64() + { + Build_Win64(false); + } + + public static void Build_Win64(bool existWhenCompleted) + { + BuildTarget target = BuildTarget.StandaloneWindows64; + BuildTarget activeTarget = EditorUserBuildSettings.activeBuildTarget; + if (activeTarget != BuildTarget.StandaloneWindows64 && activeTarget != BuildTarget.StandaloneWindows) + { + Debug.LogError("请先切到Win平台再打包"); + return; + } + // Get filename. + string outputPath = $"{SettingsUtil.ProjectDir}/Release-Win64"; + + var buildOptions = BuildOptions.CompressWithLz4; + + string location = $"{outputPath}/HybridCLRTrial.exe"; + + PrebuildCommand.GenerateAll(); + Debug.Log("====> Build App"); + BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions() + { + scenes = new string[] { "Assets/Scenes/main.unity" }, + locationPathName = location, + options = buildOptions, + target = target, + targetGroup = BuildTargetGroup.Standalone, + }; + + var report = BuildPipeline.BuildPlayer(buildPlayerOptions); + if (report.summary.result != UnityEditor.Build.Reporting.BuildResult.Succeeded) + { + Debug.LogError("打包失败"); + if (existWhenCompleted) + { + EditorApplication.Exit(1); + } + return; + } + + Debug.Log("====> 复制热更新资源和代码"); + BuildAssetsCommand.BuildAndCopyABAOTHotUpdateDlls(); + BashUtil.CopyDir(Application.streamingAssetsPath, $"{outputPath}/HybridCLRTrial_Data/StreamingAssets", true); + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildPlayerCommand.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildPlayerCommand.cs.meta new file mode 100644 index 00000000..a92dcba6 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/HybridCLR/BuildPlayerCommand.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7796c8df856ac4a4a9d644329c1f0958 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/SHFrame.Editor.asmdef b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/SHFrame.Editor.asmdef new file mode 100644 index 00000000..9c2e0a3c --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/SHFrame.Editor.asmdef @@ -0,0 +1,21 @@ +{ + "name": "SHFrame.Editor", + "rootNamespace": "", + "references": [ + "GUID:e34a5702dd353724aa315fb8011f08c3", + "GUID:4d1926c9df5b052469a1c63448b7609a", + "GUID:2373f786d14518f44b0f475db77ba4de", + "GUID:ac484fe5e443f4146a129450c27f000f" + ], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/SHFrame.Editor.asmdef.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/SHFrame.Editor.asmdef.meta new file mode 100644 index 00000000..074bc060 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/SHFrame.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b7d50a21d47842f4b81d103bfc07e719 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/TextureSetting.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/TextureSetting.cs new file mode 100644 index 00000000..23b753f1 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/TextureSetting.cs @@ -0,0 +1,87 @@ +using System.IO; +using UnityEditor; +using UnityEngine; + +public class AutoSetTextureUISprite : AssetPostprocessor +{ + void OnPreprocessTexture() + { + //自动设置类型 + if (assetPath.Contains("FGui")) + { + //fgui的图片资源需要设置为Sprite和不生成Mip Maps + TextureImporter textureImporter = (TextureImporter)assetImporter; + textureImporter.textureType = TextureImporterType.Default; + textureImporter.textureShape = TextureImporterShape.Texture2D; + textureImporter.mipmapEnabled = false; + textureImporter.filterMode = FilterMode.Bilinear; + } + } + + // private void OnPostprocessMaterial(Material material) + // { + // if (assetPath.Contains("FairyRes")) + // { + // material.SetInt("_StraightAlphaInput", 1); + // AssetDatabase.SaveAssets(); + // } + // } + + // [MenuItem("Tools/ConvertGammaToLinearTex")] + public static void ConvertGammaToLinearTex() + { + var assetGUIDs = Selection.assetGUIDs; + foreach (var assetGUID in assetGUIDs) + { + var assetPath = AssetDatabase.GUIDToAssetPath(assetGUID); + Debug.Log(assetPath); + if (!assetPath.Contains(".png")) continue; + + Texture2D srcTex = AssetDatabase.LoadAssetAtPath<Texture2D>(assetPath); + if (srcTex != null) + { + Texture2D temp = new Texture2D(srcTex.width, srcTex.height, TextureFormat.RGBA32, true); + Color[] pixels = srcTex.GetPixels(); + for (int j = 0; j < pixels.Length; j++) + { + Color pixel = pixels[j]; + pixel.r = Mathf.Pow(pixel.r, 2.2f); + pixel.g = Mathf.Pow(pixel.g, 2.2f); + pixel.b = Mathf.Pow(pixel.b, 2.2f); + pixels[j] = pixel; + } + + temp.SetPixels(pixels); + temp.Apply(); + var bytes = temp.EncodeToPNG(); + File.WriteAllBytes(assetPath, bytes); + } + } + + return; + // List<string> selectedAsset = FindSelectionObject("*. png"); + // int count = selectedAsset.Count; + // for (int i = 0; i < count; i++) + // { + // Texture2D srcTex = AssetDatabase.LoadAssetAtPath<Texture2D>(selectedAsset[i]); + // if (srcTex != null) + // { + // Texture2D temp = new Texture2D(srcTex.width, srcTex.height, TextureFormat.RGBA32, true); + // Color[] pixels = srcTex.GetPixels(); + // for (int j = 0; j < pixels.Length; j++) + // { + // Color pixel = pixels[i]; + // pixel.r = Mathf.Pow(pixel.r, 2.2f); + // pixel.g = Mathf.Pow(pixel.g, 2.2f); + // pixel.b = Mathf.Pow(pixel.b, 2.2f); + // pixels[i] = pixel; + // } + // + // temp.SetPixels(pixels); + // temp.Apply(); + // var bytes = temp.EncodeToPNG(); + // File.WriteAllBytes(selectedAsset[i], bytes); + // } + // } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/TextureSetting.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/TextureSetting.cs.meta new file mode 100644 index 00000000..69832479 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/TextureSetting.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 74bbc7b5200382a44b37699f1687e3c3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender.meta new file mode 100644 index 00000000..017ae798 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80372f1a333653748a8443a51f860e63 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher.meta new file mode 100644 index 00000000..bc19da41 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9855eda2b13a0084ab0def6f7ca74141 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/EditorResourceMode.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/EditorResourceMode.cs new file mode 100644 index 00000000..fe97f3e7 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/EditorResourceMode.cs @@ -0,0 +1,91 @@ +using UnityEditor; +using UnityEngine; +using UnityToolbarExtender; + +namespace SHFrame +{ + [InitializeOnLoad] + public class EditorResourceMode + { + static class ToolbarStyles + { + public static readonly GUIStyle ToolBarExtenderBtnStyle; + + public static readonly GUIStyle ToolBarTextStyle; + + public static readonly GUIStyle ToolBarButtonGuiStyle; + + static ToolbarStyles() + { + ToolBarExtenderBtnStyle = new GUIStyle("Command") + { + fontSize = 12, + alignment = TextAnchor.MiddleCenter, + imagePosition = ImagePosition.ImageAbove, + fontStyle = FontStyle.Normal, + fixedWidth = 60 + }; + + ToolBarTextStyle = new GUIStyle(ButtonStyleName) + { + padding = new RectOffset(2, 8, 2, 2), + alignment = TextAnchor.MiddleCenter, + fontStyle = FontStyle.Bold + }; + + ToolBarButtonGuiStyle = new GUIStyle(ButtonStyleName) + { + padding = new RectOffset(2, 8, 2, 2), + alignment = TextAnchor.MiddleCenter, + fontStyle = FontStyle.Bold + }; + } + } + + static EditorResourceMode() + { + ToolbarExtender.RightToolbarGUI.Add(OnToolbarGUI); + _resourceModeIndex = EditorPrefs.GetInt("EditorResourceMode", 0); + } + + private const string ButtonStyleName = "Tab middle"; + static GUIStyle _buttonGuiStyle; + + private static readonly string[] _resourceModeNames = + { "EditorMode (编辑器下的模拟模式)", + "OfflinePlayMode (单机模式)", + "HostPlayMode (联机运行模式)", + "WebPlayMode (WebGL运行模式)" + }; + + private static int _resourceModeIndex = 0; + public static int ResourceModeIndex => _resourceModeIndex; + + static void OnToolbarGUI() + { + EditorGUI.BeginDisabledGroup(EditorApplication.isPlayingOrWillChangePlaymode); + { + // GUILayout.Label("资源加载模式:",ToolbarStyles.ToolBarTextStyle); + + GUILayout.Space(10); + + GUILayout.FlexibleSpace(); + + // 资源模式 + int selectedIndex = EditorGUILayout.Popup("", _resourceModeIndex, _resourceModeNames, ToolbarStyles.ToolBarButtonGuiStyle); + // ReSharper disable once RedundantCheckBeforeAssignment + if (selectedIndex != _resourceModeIndex) + { + Debug.Log($"更改编辑器资源运行模式 : {_resourceModeNames[selectedIndex]}"); + _resourceModeIndex = selectedIndex; + EditorPrefs.SetInt("EditorResourceMode", selectedIndex); + } + + GUILayout.FlexibleSpace(); + + GUILayout.Space(400); + } + EditorGUI.EndDisabledGroup(); + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/EditorResourceMode.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/EditorResourceMode.cs.meta new file mode 100644 index 00000000..3ac084df --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/EditorResourceMode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ce74293562bfebc45856ef1b22eb41b8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/SceneSwitcher.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/SceneSwitcher.cs new file mode 100644 index 00000000..44f4cc33 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/SceneSwitcher.cs @@ -0,0 +1,91 @@ +using UnityEditor; +using UnityEditor.SceneManagement; +using UnityEngine; +using UnityToolbarExtender; + +namespace SHFrame +{ + [InitializeOnLoad] + public class SceneSwitchLeftButton + { + private static readonly string SceneMain = "Boot"; + + static SceneSwitchLeftButton() + { + ToolbarExtender.LeftToolbarGUI.Add(OnToolbarGUI); + } + + static readonly string ButtonStyleName = "Tab middle"; + static GUIStyle _buttonGuiStyle; + + static void OnToolbarGUI() + { + _buttonGuiStyle ??= new GUIStyle(ButtonStyleName) + { + padding = new RectOffset(2, 8, 2, 2), + alignment = TextAnchor.MiddleCenter, + fontStyle = FontStyle.Bold, + }; + + GUILayout.FlexibleSpace(); + if (GUILayout.Button( + new GUIContent("Launcher", EditorGUIUtility.FindTexture("PlayButton"), $"Start Scene Launcher"), + _buttonGuiStyle)) + { + if (EditorApplication.isPlaying) + { + EditorApplication.isPlaying = false; + } + else + { + SceneHelper.StartScene(SceneMain); + } + } + } + } + + static class SceneHelper + { + static string _sceneToOpen; + + public static void StartScene(string sceneName) + { + if (EditorApplication.isPlaying) + { + EditorApplication.isPlaying = false; + } + + _sceneToOpen = sceneName; + EditorApplication.update += OnUpdate; + } + + static void OnUpdate() + { + if (_sceneToOpen == null || + EditorApplication.isPlaying || EditorApplication.isPaused || + EditorApplication.isCompiling || EditorApplication.isPlayingOrWillChangePlaymode) + { + return; + } + + EditorApplication.update -= OnUpdate; + + if (EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo()) + { + string[] guids = AssetDatabase.FindAssets("t:scene " + _sceneToOpen, null); + if (guids.Length == 0) + { + Debug.LogWarning("Couldn't find scene file"); + } + else + { + string scenePath = AssetDatabase.GUIDToAssetPath(guids[0]); + EditorSceneManager.OpenScene(scenePath); + EditorApplication.isPlaying = true; + } + } + + _sceneToOpen = null; + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/SceneSwitcher.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/SceneSwitcher.cs.meta new file mode 100644 index 00000000..ed138494 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/SceneSwitcher/SceneSwitcher.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f015ac6f30edc48409abd5eaeb7de23b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarCallback.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarCallback.cs new file mode 100644 index 00000000..2a6c9c1b --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarCallback.cs @@ -0,0 +1,110 @@ +using System; +using System.Reflection; +using UnityEditor; +using UnityEngine; +#if UNITY_2019_1_OR_NEWER +using UnityEngine.UIElements; +#else +using UnityEngine.Experimental.UIElements; +#endif + +namespace UnityToolbarExtender +{ + public static class ToolbarCallback + { + static Type m_toolbarType = typeof(Editor).Assembly.GetType("UnityEditor.Toolbar"); + static Type m_guiViewType = typeof(Editor).Assembly.GetType("UnityEditor.GUIView"); +#if UNITY_2020_1_OR_NEWER + static Type m_iWindowBackendType = typeof(Editor).Assembly.GetType("UnityEditor.IWindowBackend"); + static PropertyInfo m_windowBackend = m_guiViewType.GetProperty("windowBackend", + BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance); + static PropertyInfo m_viewVisualTree = m_iWindowBackendType.GetProperty("visualTree", + BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance); +#else + static PropertyInfo m_viewVisualTree = m_guiViewType.GetProperty("visualTree", + BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance); +#endif + static FieldInfo m_imguiContainerOnGui = typeof(IMGUIContainer).GetField("m_OnGUIHandler", + BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance); + static ScriptableObject m_currentToolbar; + + /// <summary> + /// Callback for toolbar OnGUI method. + /// </summary> + public static Action OnToolbarGUI; + public static Action OnToolbarGUILeft; + public static Action OnToolbarGUIRight; + + static ToolbarCallback() + { + EditorApplication.update -= OnUpdate; + EditorApplication.update += OnUpdate; + } + + static void OnUpdate() + { + // Relying on the fact that toolbar is ScriptableObject and gets deleted when layout changes + if (m_currentToolbar == null) + { + // Find toolbar + var toolbars = Resources.FindObjectsOfTypeAll(m_toolbarType); + m_currentToolbar = toolbars.Length > 0 ? (ScriptableObject) toolbars[0] : null; + if (m_currentToolbar != null) + { +#if UNITY_2021_1_OR_NEWER + var root = m_currentToolbar.GetType().GetField("m_Root", BindingFlags.NonPublic | BindingFlags.Instance); + var rawRoot = root.GetValue(m_currentToolbar); + var mRoot = rawRoot as VisualElement; + RegisterCallback("ToolbarZoneLeftAlign", OnToolbarGUILeft); + RegisterCallback("ToolbarZoneRightAlign", OnToolbarGUIRight); + + void RegisterCallback(string root, Action cb) { + var toolbarZone = mRoot.Q(root); + + var parent = new VisualElement() + { + style = { + flexGrow = 1, + flexDirection = FlexDirection.Row, + } + }; + var container = new IMGUIContainer(); + container.style.flexGrow = 1; + container.onGUIHandler += () => { + cb?.Invoke(); + }; + parent.Add(container); + toolbarZone.Add(parent); + } +#else +#if UNITY_2020_1_OR_NEWER + var windowBackend = m_windowBackend.GetValue(m_currentToolbar); + + // Get it's visual tree + var visualTree = (VisualElement) m_viewVisualTree.GetValue(windowBackend, null); +#else + // Get it's visual tree + var visualTree = (VisualElement) m_viewVisualTree.GetValue(m_currentToolbar, null); +#endif + + // Get first child which 'happens' to be toolbar IMGUIContainer + var container = (IMGUIContainer) visualTree[0]; + + // (Re)attach handler + var handler = (Action) m_imguiContainerOnGui.GetValue(container); + handler -= OnGUI; + handler += OnGUI; + m_imguiContainerOnGui.SetValue(container, handler); + +#endif + } + } + } + + static void OnGUI() + { + var handler = OnToolbarGUI; + if (handler != null) handler(); + } + } +} diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarCallback.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarCallback.cs.meta new file mode 100644 index 00000000..232ccf76 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarCallback.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a4fbfa229ee894b478fb21c046afa6d4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarExtender.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarExtender.cs new file mode 100644 index 00000000..95a79725 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarExtender.cs @@ -0,0 +1,169 @@ +using System; +using System.Collections.Generic; +using System.Reflection; +using UnityEditor; +using UnityEngine; + +namespace UnityToolbarExtender +{ + [InitializeOnLoad] + public static class ToolbarExtender + { + static int m_toolCount; + static GUIStyle m_commandStyle = null; + + public static readonly List<Action> LeftToolbarGUI = new List<Action>(); + public static readonly List<Action> RightToolbarGUI = new List<Action>(); + + static ToolbarExtender() + { + Type toolbarType = typeof(Editor).Assembly.GetType("UnityEditor.Toolbar"); + +#if UNITY_2019_1_OR_NEWER + string fieldName = "k_ToolCount"; +#else + string fieldName = "s_ShownToolIcons"; +#endif + + FieldInfo toolIcons = toolbarType.GetField(fieldName, + BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Static); + +#if UNITY_2019_3_OR_NEWER + m_toolCount = toolIcons != null ? ((int) toolIcons.GetValue(null)) : 8; +#elif UNITY_2019_1_OR_NEWER + m_toolCount = toolIcons != null ? ((int) toolIcons.GetValue(null)) : 7; +#elif UNITY_2018_1_OR_NEWER + m_toolCount = toolIcons != null ? ((Array) toolIcons.GetValue(null)).Length : 6; +#else + m_toolCount = toolIcons != null ? ((Array) toolIcons.GetValue(null)).Length : 5; +#endif + + ToolbarCallback.OnToolbarGUI = OnGUI; + ToolbarCallback.OnToolbarGUILeft = GUILeft; + ToolbarCallback.OnToolbarGUIRight = GUIRight; + } + +#if UNITY_2019_3_OR_NEWER + public const float space = 8; +#else + public const float space = 10; +#endif + public const float largeSpace = 20; + public const float buttonWidth = 32; + public const float dropdownWidth = 80; +#if UNITY_2019_1_OR_NEWER + public const float playPauseStopWidth = 140; +#else + public const float playPauseStopWidth = 100; +#endif + + static void OnGUI() + { + // Create two containers, left and right + // Screen is whole toolbar + + if (m_commandStyle == null) + { + m_commandStyle = new GUIStyle("CommandLeft"); + } + + var screenWidth = EditorGUIUtility.currentViewWidth; + + // Following calculations match code reflected from Toolbar.OldOnGUI() + float playButtonsPosition = Mathf.RoundToInt ((screenWidth - playPauseStopWidth) / 2); + + Rect leftRect = new Rect(0, 0, screenWidth, Screen.height); + leftRect.xMin += space; // Spacing left + leftRect.xMin += buttonWidth * m_toolCount; // Tool buttons +#if UNITY_2019_3_OR_NEWER + leftRect.xMin += space; // Spacing between tools and pivot +#else + leftRect.xMin += largeSpace; // Spacing between tools and pivot +#endif + leftRect.xMin += 64 * 2; // Pivot buttons + leftRect.xMax = playButtonsPosition; + + Rect rightRect = new Rect(0, 0, screenWidth, Screen.height); + rightRect.xMin = playButtonsPosition; + rightRect.xMin += m_commandStyle.fixedWidth * 3; // Play buttons + rightRect.xMax = screenWidth; + rightRect.xMax -= space; // Spacing right + rightRect.xMax -= dropdownWidth; // Layout + rightRect.xMax -= space; // Spacing between layout and layers + rightRect.xMax -= dropdownWidth; // Layers +#if UNITY_2019_3_OR_NEWER + rightRect.xMax -= space; // Spacing between layers and account +#else + rightRect.xMax -= largeSpace; // Spacing between layers and account +#endif + rightRect.xMax -= dropdownWidth; // Account + rightRect.xMax -= space; // Spacing between account and cloud + rightRect.xMax -= buttonWidth; // Cloud + rightRect.xMax -= space; // Spacing between cloud and collab + rightRect.xMax -= 78; // Colab + + // Add spacing around existing controls + leftRect.xMin += space; + leftRect.xMax -= space; + rightRect.xMin += space; + rightRect.xMax -= space; + + // Add top and bottom margins +#if UNITY_2019_3_OR_NEWER + leftRect.y = 4; + leftRect.height = 22; + rightRect.y = 4; + rightRect.height = 22; +#else + leftRect.y = 5; + leftRect.height = 24; + rightRect.y = 5; + rightRect.height = 24; +#endif + + if (leftRect.width > 0) + { + GUILayout.BeginArea(leftRect); + GUILayout.BeginHorizontal(); + foreach (var handler in LeftToolbarGUI) + { + handler(); + } + + GUILayout.EndHorizontal(); + GUILayout.EndArea(); + } + + if (rightRect.width > 0) + { + GUILayout.BeginArea(rightRect); + GUILayout.BeginHorizontal(); + foreach (var handler in RightToolbarGUI) + { + handler(); + } + + GUILayout.EndHorizontal(); + GUILayout.EndArea(); + } + } + + public static void GUILeft() { + GUILayout.BeginHorizontal(); + foreach (var handler in LeftToolbarGUI) + { + handler(); + } + GUILayout.EndHorizontal(); + } + + public static void GUIRight() { + GUILayout.BeginHorizontal(); + foreach (var handler in RightToolbarGUI) + { + handler(); + } + GUILayout.EndHorizontal(); + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarExtender.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarExtender.cs.meta new file mode 100644 index 00000000..9c178a34 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/ToolbarExtender/ToolbarExtender.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e8e582c227e3bb4498b2703b86ca00d7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket.meta new file mode 100644 index 00000000..5b202283 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 548460d28fdf29144a5f942b778caa3c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/Settings.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/Settings.cs new file mode 100644 index 00000000..df9917e8 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/Settings.cs @@ -0,0 +1,12 @@ +namespace UnityWebSocket.Editor +{ + public static class Settings + { + public const string GITHUB = "https://github.com/psygames/UnityWebSocket"; + public const string QQ_GROUP = "1126457634"; + public const string QQ_GROUP_LINK = "https://qm.qq.com/cgi-bin/qm/qr?k=KcexYJ9aYwogFXbj2aN0XHH5b2G7ICmd"; + public const string EMAIL = "799329256@qq.com"; + public const string AUHTOR = "psygames"; + public const string VERSION = "2.7.0"; + } +} diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/Settings.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/Settings.cs.meta new file mode 100644 index 00000000..3c78741d --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/Settings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a8d0ca4e93274b74b864a13d989326c3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/SettingsWindow.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/SettingsWindow.cs new file mode 100644 index 00000000..c01ffe91 --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/SettingsWindow.cs @@ -0,0 +1,228 @@ +using System; +using UnityEditor; +using UnityEngine; +using UnityEngine.Networking; + +namespace UnityWebSocket.Editor +{ + internal class SettingsWindow : EditorWindow + { + static SettingsWindow window = null; + [MenuItem("Tools/UnityWebSocket", priority = 100)] + internal static void Open() + { + if (window != null) + { + window.Close(); + } + + window = GetWindow<SettingsWindow>(true, "UnityWebSocket"); + window.minSize = window.maxSize = new Vector2(600, 310); + window.Show(); + window.BeginCheck(); + } + + private void OnGUI() + { + DrawLogo(); + DrawVersion(); + DrawSeparator(80); + DrawSeparator(186); + DrawHelper(); + DrawFooter(); + } + + Texture2D logoTex = null; + private void DrawLogo() + { + if (logoTex == null) + { + logoTex = new Texture2D(66, 66); + logoTex.LoadImage(Convert.FromBase64String(LOGO_BASE64.VALUE)); + for (int i = 0; i < 66; i++) for (int j = 0; j < 15; j++) logoTex.SetPixel(i, j, Color.clear); + logoTex.Apply(); + } + + var logoPos = new Rect(10, 10, 66, 66); + GUI.DrawTexture(logoPos, logoTex); + var title = "<color=#3A9AD8><b>UnityWebSocket</b></color>"; + var titlePos = new Rect(80, 20, 500, 50); + GUI.Label(titlePos, title, TextStyle(24)); + } + + private void DrawSeparator(int y) + { + EditorGUI.DrawRect(new Rect(10, y, 580, 1), Color.white * 0.5f); + } + + private GUIStyle TextStyle(int fontSize = 10, TextAnchor alignment = TextAnchor.UpperLeft, float alpha = 0.85f) + { + var style = new GUIStyle(); + style.fontSize = fontSize; + style.normal.textColor = (EditorGUIUtility.isProSkin ? Color.white : Color.black) * alpha; + style.alignment = alignment; + style.richText = true; + return style; + } + + private void DrawVersion() + { + GUI.Label(new Rect(440, 10, 150, 10), "Current Version: " + Settings.VERSION, TextStyle(alignment: TextAnchor.MiddleLeft)); + if (string.IsNullOrEmpty(latestVersion)) + { + GUI.Label(new Rect(440, 30, 150, 10), "Checking for Updates...", TextStyle(alignment: TextAnchor.MiddleLeft)); + } + else if (latestVersion == "unknown") + { + + } + else + { + GUI.Label(new Rect(440, 30, 150, 10), "Latest Version: " + latestVersion, TextStyle(alignment: TextAnchor.MiddleLeft)); + if (Settings.VERSION == latestVersion) + { + if (GUI.Button(new Rect(440, 50, 150, 18), "Check Update")) + { + latestVersion = ""; + changeLog = ""; + BeginCheck(); + } + } + else + { + if (GUI.Button(new Rect(440, 50, 150, 18), "Update to | " + latestVersion)) + { + ShowUpdateDialog(); + } + } + } + } + + private void ShowUpdateDialog() + { + var isOK = EditorUtility.DisplayDialog("UnityWebSocket", + "Update UnityWebSocket now?\n" + changeLog, + "Update Now", "Cancel"); + + if (isOK) + { + UpdateVersion(); + } + } + + private void UpdateVersion() + { + Application.OpenURL(Settings.GITHUB + "/releases"); + } + + private void DrawHelper() + { + GUI.Label(new Rect(330, 200, 100, 18), "GitHub:", TextStyle(10, TextAnchor.MiddleRight)); + if (GUI.Button(new Rect(440, 200, 150, 18), "UnityWebSocket")) + { + Application.OpenURL(Settings.GITHUB); + } + + GUI.Label(new Rect(330, 225, 100, 18), "Report:", TextStyle(10, TextAnchor.MiddleRight)); + if (GUI.Button(new Rect(440, 225, 150, 18), "Report an Issue")) + { + Application.OpenURL(Settings.GITHUB + "/issues/new"); + } + + GUI.Label(new Rect(330, 250, 100, 18), "Email:", TextStyle(10, TextAnchor.MiddleRight)); + if (GUI.Button(new Rect(440, 250, 150, 18), Settings.EMAIL)) + { + var uri = new Uri(string.Format("mailto:{0}?subject={1}", Settings.EMAIL, "UnityWebSocket Feedback")); + Application.OpenURL(uri.AbsoluteUri); + } + + GUI.Label(new Rect(330, 275, 100, 18), "QQ群:", TextStyle(10, TextAnchor.MiddleRight)); + if (GUI.Button(new Rect(440, 275, 150, 18), Settings.QQ_GROUP)) + { + Application.OpenURL(Settings.QQ_GROUP_LINK); + } + } + + private void DrawFooter() + { + EditorGUI.DropShadowLabel(new Rect(10, 230, 400, 20), "Developed by " + Settings.AUHTOR); + EditorGUI.DropShadowLabel(new Rect(10, 250, 400, 20), "All rights reserved"); + } + + UnityWebRequest req; + string changeLog = ""; + string latestVersion = ""; + void BeginCheck() + { + EditorApplication.update -= VersionCheckUpdate; + EditorApplication.update += VersionCheckUpdate; + + req = UnityWebRequest.Get(Settings.GITHUB + "/releases/latest"); + req.SendWebRequest(); + } + + private void VersionCheckUpdate() + { +#if UNITY_2020_3_OR_NEWER + if (req == null + || req.result == UnityWebRequest.Result.ConnectionError + || req.result == UnityWebRequest.Result.DataProcessingError + || req.result == UnityWebRequest.Result.ProtocolError) +#elif UNITY_2018_1_OR_NEWER + if (req == null || req.isNetworkError || req.isHttpError) +#else + if (req == null || req.isError) +#endif + { + EditorApplication.update -= VersionCheckUpdate; + latestVersion = "unknown"; + return; + } + + if (req.isDone) + { + EditorApplication.update -= VersionCheckUpdate; + latestVersion = req.url.Substring(req.url.LastIndexOf("/") + 1).TrimStart('v'); + + if (Settings.VERSION != latestVersion) + { + var text = req.downloadHandler.text; + var st = text.IndexOf("content=\"" + latestVersion); + st = st > 0 ? text.IndexOf("\n", st) : -1; + var end = st > 0 ? text.IndexOf("\" />", st) : -1; + if (st > 0 && end > st) + { + changeLog = text.Substring(st + 1, end - st - 1).Trim(); + changeLog = changeLog.Replace("\r", ""); + changeLog = changeLog.Replace("\n", "\n- "); + changeLog = "\nCHANGE LOG: \n- " + changeLog + "\n"; + } + } + + Repaint(); + } + } + } + + internal static class LOGO_BASE64 + { + internal const string VALUE = "iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAAAq1BMVEUAAABKmtcvjtYzl" + + "9szmNszl9syl9k0mNs0mNwzmNs0mNszl9szl9s0mNs0mNwzmNw0mNwyltk0mNw0mNwzl9s0mNsymNs0mNszmNwzmNwzm" + + "NszmNs0mNwzl9w0mNwzmNw0mNs0mNs0mNwzl9wzmNs0mNwzmNs0mNwzl90zmNszmNszl9szmNsxmNszmNszmNw0mNwzm" + + "Nw0mNs2neM4pe41mt43ouo2oOY5qfM+UHlaAAAAMnRSTlMAAwXN3sgI+/069MSCK6M/MA74h9qfFHB8STWMJ9OSdmNcI" + + "8qya1IeF+/U0EIa57mqmFTYJe4AAAN3SURBVFjD7ZbpkppAFEa/bgVBREF2kEVGFNeZsM77P1kadURnJkr8k1Qlx1Khu" + + "/pw7+2lwH/+YcgfMBBLG7VocwDamzH+wJBB8Qhjve2f0TdrGwjei6o4Ub/nM/APw5Z7vvSB/qrCrqbD6fBEVtigeMxks" + + "fX9zWbj+z1jhqgSBplQ50eGo4614WXlRAzgrRhmtSfvxAn7pB0N5ObaKKZZuU5/d37IBcBgUQwqDuf7Z2gUmVAl4NGNr" + + "/UeHxV5n39ulbaKLI86h6HilmM5M1aN126lpNhtl59yeTsp8nUMvpNC1J3bh5FtfVRk+bJrJunn5d4U4piJ/Vw9eXgsj" + + "4ZpZaCjg9waZkIpnBWLJ44OwoNu60F2UnSaEkKv4XnAlCpm6B4F/aKMDiyGi2L8SEEAVdxNLuzmgV7nFwObEe2xQVuX+" + + "RV1lWetga3w+cN1sXgvm4cJH8OEgZC1DPKhfF/BIymmQrMjq/x65FUeEkDup8GxoexZmznHCvANtXU/CAq13yimhQGtm" + + "H4VCPnBBL1fTKo3CqEcvq7Lb/OwHxWTYlyw+JmjKoVvDLVOQB4pVsM8K8smgvLCxZDlIijwyOEc+nr/msMwK0+GQWGBd" + + "tmhjv8icTds1s2ammaFh04QLLe69NK7guP6mTDMaw3o6nAX/Z7EXUskPSvWEWg4srVlp5NTDXv9Lce9HGN5eeG4nj5Yz" + + "ACteU2wQLo4MBtJfd1nw5nG1/s9zwUQ6pykL1TQjqdeuvQW0naz2XKLYL4Cwzr4vj+OQdD96CSp7Lrynp4aeFF0xdm5q" + + "6OFtFfPv7URxpWJNjd/N+3+I9+1klMav12Qtgbt9R2JaIopjkzaPtOFq4KxUpqfUMSFnQrySWjLoQzRZS4HMH84ME1ej" + + "S1YJpQZ3B+sR1uCQJSBdGdCk1eAEgORR88KK05W8dh2MA+A/SKCYu3mCJ0Ek7HBx4HHeuwYy5G3x8hSMTJcOMFbinCsn" + + "hO1V1aszGULvA0g4UFsb4VA0hAFcyo6cgLsAoT7uUtGAH5wQKQle0wuLyxLTaNyJEYwxw4wSljLK1TP8CAaOyhBMMEsj" + + "OBoXgo7VGElFkSWL+vef1RF2YNXeRWYzQBTpkhC8KaZHhuIogArkQLKClBZjU26B2IZgGz+cpZkHl8g3fYUaW/YP2kb2" + + "M/V97JY/vZN859n+QmO7XtC9Bf2jAAAAABJRU5ErkJggg=="; + } +} diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/SettingsWindow.cs.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/SettingsWindow.cs.meta new file mode 100644 index 00000000..ff291d9b --- /dev/null +++ b/JNFrame2/Assets/UsePlugins/SHFrame/Editor/UnityWebSocket/SettingsWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7c42d421cc4c34f3eae1fbd67f0dced0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event.meta b/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event.meta deleted file mode 100644 index b7989608..00000000 --- a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: f25d7db6a1244938b2eef1e38c1e65be -timeCreated: 1709030835 \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventArgs.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventArgs.cs deleted file mode 100644 index 51362f6e..00000000 --- a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventArgs.cs +++ /dev/null @@ -1,25 +0,0 @@ -namespace SHFrame -{ - /// <summary> 事件参数 - /// <para>ZhangYu 2019-03-05</para> - /// </summary> - public class EventArgs - { - /// <summary> 事件类型 </summary> - public readonly string type; - - /// <summary> 事件参数 </summary> - public readonly object[] args; - - public EventArgs(string type) - { - this.type = type; - } - - public EventArgs(string type, params object[] args) - { - this.type = type; - this.args = args; - } - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventDispatcher.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventDispatcher.cs deleted file mode 100644 index 589995f6..00000000 --- a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventDispatcher.cs +++ /dev/null @@ -1,74 +0,0 @@ -using System.Collections.Generic; - -namespace SHFrame -{ - /// <summary> - /// 事件派发器 - /// <para>ZhangYu 2019-03-05</para> - /// </summary> - public class EventDispatcher - { - /// <summary> 事件Map </summary> - private Dictionary<string, EventListener> dic = new Dictionary<string, EventListener>(); - - /// <summary> 添加事件监听器 </summary> - /// <param name="eventType">事件类型</param> - /// <param name="eventHandler">事件处理器</param> - public void AddListener(string eventType, EventListener.EventHandler eventHandler) - { - EventListener invoker; - if (!dic.TryGetValue(eventType, out invoker)) - { - invoker = new EventListener(); - dic.Add(eventType, invoker); - } - invoker.eventHandler += eventHandler; - } - - /// <summary> 移除事件监听器 </summary> - /// <param name="eventType">事件类型</param> - /// <param name="eventHandler">事件处理器</param> - public void RemoveListener(string eventType, EventListener.EventHandler eventHandler) - { - EventListener invoker; - if (dic.TryGetValue(eventType, out invoker)) invoker.eventHandler -= eventHandler; - } - - /// <summary> 是否已经拥有该类型的事件 </summary> - /// <param name="eventType">事件类型</param> - public bool HasListener(string eventType) - { - return dic.ContainsKey(eventType); - } - - /// <summary> 派发事件 </summary> - /// <param name="eventType">事件类型</param> - public void DispatchEvent(string eventType, params object[] args) - { - EventListener invoker; - if (dic.TryGetValue(eventType, out invoker)) - { - EventArgs evt; - if (args == null || args.Length == 0) - { - evt = new EventArgs(eventType); - } - else - { - evt = new EventArgs(eventType, args); - } - invoker.Invoke(evt); - } - } - - /// <summary> 清理所有事件监听器 </summary> - public void Clear() - { - foreach (EventListener value in dic.Values) - { - value.Clear(); - } - dic.Clear(); - } - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventListener.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventListener.cs deleted file mode 100644 index 1dcfa669..00000000 --- a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventListener.cs +++ /dev/null @@ -1,27 +0,0 @@ -namespace SHFrame -{ - /// <summary> - /// 事件监听器 - /// <para>ZhangYu 2019-03-05</para> - /// </summary> - public class EventListener - { - /// <summary> 事件处理器委托 </summary> - public delegate void EventHandler(EventArgs eventArgs); - - /// <summary> 事件处理器集合 </summary> - public EventHandler eventHandler; - - /// <summary> 调用所有添加的事件 </summary> - public void Invoke(EventArgs eventArgs) - { - if (eventHandler != null) eventHandler.Invoke(eventArgs); - } - - /// <summary> 清理所有事件委托 </summary> - public void Clear() - { - eventHandler = null; - } - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventUtil.cs b/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventUtil.cs deleted file mode 100644 index 7cf13577..00000000 --- a/JNFrame2/Assets/UsePlugins/SHFrame/Runtime/Core/Event/EventUtil.cs +++ /dev/null @@ -1,53 +0,0 @@ -namespace SHFrame -{ - /// <summary> - /// 事件工具 - /// <para>ZhangYu 2019-03-04</para> - /// </summary> - public static class EventUtil - { - /// <summary> 事件派发器 </summary> - private static EventDispatcher dispatcher = new EventDispatcher(); - - /// <summary> 添加事件监听器 </summary> - /// <param name="eventType">事件类型</param> - /// <param name="eventHandler">事件处理器</param> - public static void AddListener(string eventType, EventListener.EventHandler eventHandler) - { - dispatcher.AddListener(eventType, eventHandler); - } - - /// <summary> 移除事件监听器 </summary> - /// <param name="eventType">事件类型</param> - /// <param name="eventHandler">事件处理器</param> - public static void RemoveListener(string eventType, EventListener.EventHandler eventHandler) - { - dispatcher.RemoveListener(eventType, eventHandler); - } - - /// <summary> 是否已经拥有该类型的事件 </summary> - /// <param name="eventType">事件类型</param> - public static bool HasListener(string eventType) - { - return dispatcher.HasListener(eventType); - } - - /// <summary> 派发事件 </summary> - /// <param name="eventType">事件类型</param> - public static void DispatchEvent(string eventType, params object[] args) - { - dispatcher.DispatchEvent(eventType, args); - } - - /// <summary> 清理所有事件监听器 </summary> - public static void Clear() - { - dispatcher.Clear(); - } - - // public static void DispatchEvent(string updateItemOrCard, object updateExpCard) - // { - // throw new NotImplementedException(); - // } - } -} \ No newline at end of file diff --git a/JNFrame2/BestHTTP.csproj b/JNFrame2/BestHTTP.csproj index 1fe45275..222595f5 100644 --- a/JNFrame2/BestHTTP.csproj +++ b/JNFrame2/BestHTTP.csproj @@ -305,8 +305,8 @@ <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\modes\gcm\BasicGcmExponentiator.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\x509\Targets.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\Connections\HTTP2\HTTP2WebSocketStream.cs" /> - <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\openssl\IPasswordFinder.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\ICipherBuilderWithKey.cs" /> + <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\openssl\IPasswordFinder.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\engines\Dstu7624Engine.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\generators\Pkcs12ParametersGenerator.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\AsymmetricCipherKeyPair.cs" /> @@ -328,8 +328,8 @@ <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\ess\SigningCertificateV2.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\util\zlib\ZInputStream.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crmf\PkiArchiveControl.cs" /> - <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\ocsp\BasicOCSPResp.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\esf\SigPolicyQualifierInfo.cs" /> + <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\ocsp\BasicOCSPResp.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\cmp\KeyRecRepContent.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\TlsCredentials.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\TlsPskKeyExchange.cs" /> @@ -638,9 +638,9 @@ <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\esf\OcspListID.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\digests\Blake2bDigest.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SignalR\Enums.cs" /> + <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\BERSequenceParser.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SignalRCore\HelperClasses.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\bcpg\ArmoredOutputStream.cs" /> - <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\BERSequenceParser.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\TlsContext.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\UrlAndHash.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\parameters\ParametersWithIV.cs" /> @@ -912,10 +912,10 @@ <Compile Include="Assets\Plugins\Best HTTP\Source\SocketIO.3\HandshakeData.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\digests\KeccakDigest.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\agreement\ECDHCBasicAgreement.cs" /> - <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\IAlphabetMapper.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\DerGeneralString.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\bcpg\HashAlgorithmTags.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\Connections\HTTP2\HuffmanEncoder.cs" /> + <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\IAlphabetMapper.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\ChannelBinding.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\pkix\PkixBuilderParameters.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\cmp\CmpCertificate.cs" /> @@ -979,8 +979,8 @@ <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\generators\HKDFBytesGenerator.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\x509\X509Crl.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\esf\OtherCertID.cs" /> - <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\x509\store\X509CertStoreSelector.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\cmp\PKIConfirmContent.cs" /> + <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\x509\store\X509CertStoreSelector.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\math\ec\custom\sec\SecP256K1Curve.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\engines\RsaEngine.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\cmp\GeneralPkiMessage.cs" /> @@ -1558,9 +1558,9 @@ <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\cms\CMSProcessableFile.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\SupplementalDataEntry.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\util\zlib\ZTree.cs" /> - <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\DerInteger.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\AlertLevel.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\x9\X9ECPoint.cs" /> + <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\DerInteger.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\digests\SHA3Digest.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\math\ec\multiplier\WNafPreCompInfo.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\DerBMPString.cs" /> @@ -1805,11 +1805,11 @@ <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\security\PrivateKeyFactory.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\digests\SkeinEngine.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\agreement\srp\SRP6Server.cs" /> - <Compile Include="Assets\Plugins\Best HTTP\Source\Core\ConnectionEvents.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\cmp\CertifiedKeyPair.cs" /> + <Compile Include="Assets\Plugins\Best HTTP\Source\Core\ConnectionEvents.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\x9\X962NamedCurves.cs" /> - <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\pkcs\PKCS12PBEParams.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\engines\SM4Engine.cs" /> + <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\pkcs\PKCS12PBEParams.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\x509\X509DefaultEntryConverter.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\parameters\GOST3410KeyParameters.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\crypto\impl\AbstractTlsSecret.cs" /> @@ -1838,9 +1838,9 @@ <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\util\zlib\Deflate.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\Connections\HTTP2\HTTP2SettingsRegistry.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\macs\KMac.cs" /> - <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\crypto\impl\bc\BcX448.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\cms\OtherRecipientInfo.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\asn1\ConstructedILEncoding.cs" /> + <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\tls\crypto\impl\bc\BcX448.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\math\ec\custom\sec\SecP256K1Point.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\crypto\parameters\IesWithCipherParameters.cs" /> <Compile Include="Assets\Plugins\Best HTTP\Source\SecureProtocol\math\ec\custom\sec\SecP224K1Point.cs" /> diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/BuildReport_DefaultPackage_2024-10-12-1223.json b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/BuildReport_DefaultPackage_2024-10-12-1223.json new file mode 100644 index 00000000..5ced9b10 --- /dev/null +++ b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/BuildReport_DefaultPackage_2024-10-12-1223.json @@ -0,0 +1,110 @@ +{ + "Summary": { + "YooVersion": "2.2.4-preview", + "UnityVersion": "2022.3.1f1", + "BuildDate": "2024/10/12 20:23:42", + "BuildSeconds": 7, + "BuildTarget": 19, + "BuildMode": 0, + "BuildPipeline": "BuiltinBuildPipeline", + "BuildPackageName": "DefaultPackage", + "BuildPackageVersion": "2024-10-12-1223", + "UniqueBundleName": false, + "EnableAddressable": true, + "LocationToLower": false, + "IncludeAssetGUID": false, + "AutoCollectShaders": true, + "IgnoreRuleName": "YooAsset.Editor.NormalIgnoreRule", + "EnableSharePackRule": true, + "EncryptionClassName": "null", + "FileNameStyle": 0, + "CompressOption": 2, + "DisableWriteTypeTree": false, + "IgnoreTypeTreeChanges": true, + "AssetFileTotalCount": 5, + "MainAssetTotalCount": 5, + "AllBundleTotalCount": 2, + "AllBundleTotalSize": 1937845, + "EncryptedBundleTotalCount": 0, + "EncryptedBundleTotalSize": 0 + }, + "AssetInfos": [ + { + "Address": "HotSamples.dll", + "AssetPath": "Assets/HotAssets/HotDlls/HotSamples.dll.bytes", + "AssetGUID": "31ecfccf5f58fcd4e82c0039b5c0433e", + "AssetTags": [], + "MainBundleName": "assets_hotassets_hotdlls.bundle", + "MainBundleSize": 1890994, + "DependAssets": [] + }, + { + "Address": "mscorlib.dll", + "AssetPath": "Assets/HotAssets/HotDlls/mscorlib.dll.bytes", + "AssetGUID": "c4f581dc739cf6048af0a89b137378bc", + "AssetTags": [], + "MainBundleName": "assets_hotassets_hotdlls.bundle", + "MainBundleSize": 1890994, + "DependAssets": [] + }, + { + "Address": "System.Core.dll", + "AssetPath": "Assets/HotAssets/HotDlls/System.Core.dll.bytes", + "AssetGUID": "1025cdbe997285647b72636669abf317", + "AssetTags": [], + "MainBundleName": "assets_hotassets_hotdlls.bundle", + "MainBundleSize": 1890994, + "DependAssets": [] + }, + { + "Address": "System.dll", + "AssetPath": "Assets/HotAssets/HotDlls/System.dll.bytes", + "AssetGUID": "946433c0616922f408bd60ce93af2f95", + "AssetTags": [], + "MainBundleName": "assets_hotassets_hotdlls.bundle", + "MainBundleSize": 1890994, + "DependAssets": [] + }, + { + "Address": "HotPrefab", + "AssetPath": "Assets/HotAssets/Resource/HotPrefab.prefab", + "AssetGUID": "053771d6a5f02174db227bd70d962ea5", + "AssetTags": [], + "MainBundleName": "assets_hotassets_resource_hotprefab.bundle", + "MainBundleSize": 46851, + "DependAssets": [] + } + ], + "BundleInfos": [ + { + "BundleName": "assets_hotassets_hotdlls.bundle", + "FileName": "dd5b6ec06aab3ed1af1455973a2dcf5c.bundle", + "FileHash": "dd5b6ec06aab3ed1af1455973a2dcf5c", + "FileCRC": "09c54c4d", + "FileSize": 1890994, + "Encrypted": false, + "Tags": [], + "DependBundles": [], + "AllBuiltinAssets": [ + "Assets/HotAssets/HotDlls/HotSamples.dll.bytes", + "Assets/HotAssets/HotDlls/mscorlib.dll.bytes", + "Assets/HotAssets/HotDlls/System.Core.dll.bytes", + "Assets/HotAssets/HotDlls/System.dll.bytes" + ] + }, + { + "BundleName": "assets_hotassets_resource_hotprefab.bundle", + "FileName": "bfb145a66fdd212e1e7d0e85b3bd23fb.bundle", + "FileHash": "bfb145a66fdd212e1e7d0e85b3bd23fb", + "FileCRC": "537aeb90", + "FileSize": 46851, + "Encrypted": false, + "Tags": [], + "DependBundles": [], + "AllBuiltinAssets": [ + "Assets/HotAssets/Resource/HotPrefab.prefab" + ] + } + ], + "IndependAssets": [] +} \ No newline at end of file diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/OutputCache b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/OutputCache new file mode 100644 index 00000000..8cbbbfac Binary files /dev/null and b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/OutputCache differ diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/OutputCache.manifest b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/OutputCache.manifest new file mode 100644 index 00000000..6d9fcd23 --- /dev/null +++ b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/OutputCache.manifest @@ -0,0 +1,10 @@ +ManifestFileVersion: 0 +CRC: 424899128 +AssetBundleManifest: + AssetBundleInfos: + Info_0: + Name: assets_hotassets_hotdlls.bundle + Dependencies: {} + Info_1: + Name: assets_hotassets_resource_hotprefab.bundle + Dependencies: {} diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage.version b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage.version new file mode 100644 index 00000000..eb0fd84b --- /dev/null +++ b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage.version @@ -0,0 +1 @@ +2024-10-12-1223 \ No newline at end of file diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage_2024-10-12-1223.bytes b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage_2024-10-12-1223.bytes new file mode 100644 index 00000000..66f7a718 Binary files /dev/null and b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage_2024-10-12-1223.bytes differ diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage_2024-10-12-1223.hash b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage_2024-10-12-1223.hash new file mode 100644 index 00000000..d9bb18f8 --- /dev/null +++ b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage_2024-10-12-1223.hash @@ -0,0 +1 @@ +96024b60764c418f90f13320619eafa7 \ No newline at end of file diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage_2024-10-12-1223.json b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage_2024-10-12-1223.json new file mode 100644 index 00000000..b672f978 --- /dev/null +++ b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/PackageManifest_DefaultPackage_2024-10-12-1223.json @@ -0,0 +1,69 @@ +{ + "FileVersion": "2.0.0", + "EnableAddressable": true, + "LocationToLower": false, + "IncludeAssetGUID": false, + "OutputNameStyle": 0, + "BuildPipeline": "BuiltinBuildPipeline", + "PackageName": "DefaultPackage", + "PackageVersion": "2024-10-12-1223", + "AssetList": [ + { + "Address": "HotSamples.dll", + "AssetPath": "Assets/HotAssets/HotDlls/HotSamples.dll.bytes", + "AssetGUID": "", + "AssetTags": [], + "BundleID": 0 + }, + { + "Address": "mscorlib.dll", + "AssetPath": "Assets/HotAssets/HotDlls/mscorlib.dll.bytes", + "AssetGUID": "", + "AssetTags": [], + "BundleID": 0 + }, + { + "Address": "System.Core.dll", + "AssetPath": "Assets/HotAssets/HotDlls/System.Core.dll.bytes", + "AssetGUID": "", + "AssetTags": [], + "BundleID": 0 + }, + { + "Address": "System.dll", + "AssetPath": "Assets/HotAssets/HotDlls/System.dll.bytes", + "AssetGUID": "", + "AssetTags": [], + "BundleID": 0 + }, + { + "Address": "HotPrefab", + "AssetPath": "Assets/HotAssets/Resource/HotPrefab.prefab", + "AssetGUID": "", + "AssetTags": [], + "BundleID": 1 + } + ], + "BundleList": [ + { + "BundleName": "assets_hotassets_hotdlls.bundle", + "UnityCRC": 1670832201, + "FileHash": "dd5b6ec06aab3ed1af1455973a2dcf5c", + "FileCRC": "09c54c4d", + "FileSize": 1890994, + "Encrypted": false, + "Tags": [], + "DependIDs": [] + }, + { + "BundleName": "assets_hotassets_resource_hotprefab.bundle", + "UnityCRC": 1304552708, + "FileHash": "bfb145a66fdd212e1e7d0e85b3bd23fb", + "FileCRC": "537aeb90", + "FileSize": 46851, + "Encrypted": false, + "Tags": [], + "DependIDs": [] + } + ] +} \ No newline at end of file diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle new file mode 100644 index 00000000..ec976cc8 Binary files /dev/null and b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle differ diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/dd5b6ec06aab3ed1af1455973a2dcf5c.bundle b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/dd5b6ec06aab3ed1af1455973a2dcf5c.bundle new file mode 100644 index 00000000..26952205 Binary files /dev/null and b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/2024-10-12-1223/dd5b6ec06aab3ed1af1455973a2dcf5c.bundle differ diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache new file mode 100644 index 00000000..8cbbbfac Binary files /dev/null and b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache differ diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache.manifest b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache.manifest new file mode 100644 index 00000000..6d9fcd23 --- /dev/null +++ b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache.manifest @@ -0,0 +1,10 @@ +ManifestFileVersion: 0 +CRC: 424899128 +AssetBundleManifest: + AssetBundleInfos: + Info_0: + Name: assets_hotassets_hotdlls.bundle + Dependencies: {} + Info_1: + Name: assets_hotassets_resource_hotprefab.bundle + Dependencies: {} diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_hotdlls.bundle b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_hotdlls.bundle new file mode 100644 index 00000000..26952205 Binary files /dev/null and b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_hotdlls.bundle differ diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_hotdlls.bundle.manifest b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_hotdlls.bundle.manifest new file mode 100644 index 00000000..ec199de6 --- /dev/null +++ b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_hotdlls.bundle.manifest @@ -0,0 +1,20 @@ +ManifestFileVersion: 0 +CRC: 1670832201 +Hashes: + AssetFileHash: + serializedVersion: 2 + Hash: 27449e007a13e863060c21eeb03f1661 + TypeTreeHash: + serializedVersion: 2 + Hash: 5ad585dd02dfb5016c0dad519eab8f49 +HashAppended: 0 +ClassTypes: +- Class: 49 + Script: {instanceID: 0} +SerializeReferenceClassIdentifiers: [] +Assets: +- Assets/HotAssets/HotDlls/System.Core.dll.bytes +- Assets/HotAssets/HotDlls/System.dll.bytes +- Assets/HotAssets/HotDlls/HotSamples.dll.bytes +- Assets/HotAssets/HotDlls/mscorlib.dll.bytes +Dependencies: [] diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_resource_hotprefab.bundle b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_resource_hotprefab.bundle new file mode 100644 index 00000000..ec976cc8 Binary files /dev/null and b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_resource_hotprefab.bundle differ diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_resource_hotprefab.bundle.manifest b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_resource_hotprefab.bundle.manifest new file mode 100644 index 00000000..717f18bf --- /dev/null +++ b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/assets_hotassets_resource_hotprefab.bundle.manifest @@ -0,0 +1,35 @@ +ManifestFileVersion: 0 +CRC: 1304552708 +Hashes: + AssetFileHash: + serializedVersion: 2 + Hash: c6d092c6a3a10670369698a86e823431 + TypeTreeHash: + serializedVersion: 2 + Hash: 28f4f85f2e984fa6520cd000d8a5372e +HashAppended: 0 +ClassTypes: +- Class: 1 + Script: {instanceID: 0} +- Class: 4 + Script: {instanceID: 0} +- Class: 21 + Script: {instanceID: 0} +- Class: 23 + Script: {instanceID: 0} +- Class: 33 + Script: {instanceID: 0} +- Class: 43 + Script: {instanceID: 0} +- Class: 48 + Script: {instanceID: 0} +- Class: 65 + Script: {instanceID: 0} +- Class: 114 + Script: {fileID: 11500000, guid: 0bb5513bdb814e24499f3e520ec6cdf0, type: 3} +- Class: 115 + Script: {instanceID: 0} +SerializeReferenceClassIdentifiers: [] +Assets: +- Assets/HotAssets/Resource/HotPrefab.prefab +Dependencies: [] diff --git a/JNFrame2/HotSamples.csproj b/JNFrame2/HotSamples.csproj new file mode 100644 index 00000000..82375b2c --- /dev/null +++ b/JNFrame2/HotSamples.csproj @@ -0,0 +1,843 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <LangVersion>9.0</LangVersion> + <_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package</_TargetFrameworkDirectories> + <_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package</_FullFrameworkReferenceAssemblyPaths> + <DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts> + </PropertyGroup> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>10.0.20506</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <RootNamespace></RootNamespace> + <ProjectGuid>{d19923e9-71a3-f5e1-00b9-865a2997ed43}</ProjectGuid> + <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <AssemblyName>HotSamples</AssemblyName> + <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> + <FileAlignment>512</FileAlignment> + <BaseDirectory>.</BaseDirectory> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>Temp\Bin\Debug\HotSamples\</OutputPath> + <DefineConstants>UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <NoWarn>0169,0649</NoWarn> + <AllowUnsafeBlocks>False</AllowUnsafeBlocks> + <TreatWarningsAsErrors>False</TreatWarningsAsErrors> + </PropertyGroup> + <PropertyGroup> + <NoConfig>true</NoConfig> + <NoStdLib>true</NoStdLib> + <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences> + <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades> + <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades> + </PropertyGroup> + <ItemGroup> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\fr\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\fr\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\tr\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\analyzers\dotnet\cs\TouchSocket.Core.SourceGenerator.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\ko\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\ja\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\tr\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\System.Text.Json.SourceGeneration.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\ja\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\zh-Hant\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\pl\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\ru\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\de\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\es\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\System.Text.Json.SourceGeneration.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\ru\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\es\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\cs\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\it\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\pl\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\de\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\zh-Hans\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\zh-Hant\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\ko\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\it\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\cs\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\zh-Hans\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\pt-BR\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\pt-BR\System.Text.Json.SourceGeneration.resources.dll" /> + <Analyzer Include="D:\Unity\2022.3.1f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.SourceGenerators.dll" /> + <Analyzer Include="D:\Unity\2022.3.1f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Assets\Scripts\HotSamples\InstantiateByAsset.cs" /> + <None Include="Assets\Scripts\HotSamples\HotSamples.asmdef" /> + <Reference Include="UnityEngine"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AIModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ARModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AccessibilityModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AndroidJNIModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AnimationModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AssetBundleModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.AudioModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ClothModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ClusterInputModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ClusterRendererModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ContentLoadModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.CoreModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.CrashReportingModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.DSPGraphModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.DirectorModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.GIModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.GameCenterModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.GridModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.HotReloadModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.IMGUIModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ImageConversionModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.InputModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.InputLegacyModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.JSONSerializeModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.LocalizationModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ParticleSystemModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.PerformanceReportingModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.PhysicsModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.Physics2DModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ProfilerModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.PropertiesModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.ScreenCaptureModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SharedInternalsModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SpriteMaskModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SpriteShapeModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.StreamingModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SubstanceModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.SubsystemsModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TLSModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TerrainModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TerrainPhysicsModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TextCoreFontEngineModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TextCoreTextEngineModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TextRenderingModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.TilemapModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UIModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UIElementsModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UmbraModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityAnalyticsModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityAnalyticsCommonModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityConnectModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityCurlModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityTestProtocolModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestAudioModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestTextureModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UnityWebRequestWWWModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VFXModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VRModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VehiclesModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VideoModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.VirtualTexturingModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.WindModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.XRModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.CoreModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.DeviceSimulatorModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.DiagnosticsModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.EditorToolbarModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.GraphViewModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.PresetsUIModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.QuickSearchModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.SceneTemplateModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.SceneViewModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.TextCoreFontEngineModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.TextCoreTextEngineModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UIBuilderModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UIElementsModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UIElementsSamplesModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UnityConnectModule"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.Graphs"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.WindowsStandalone.Extensions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath> + </Reference> + <Reference Include="Jenny.Generator.Unity.Editor"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\Jenny\Editor\Jenny.Generator.Unity.Editor.dll</HintPath> + </Reference> + <Reference Include="Unity.VisualScripting.YamlDotNet"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll</HintPath> + </Reference> + <Reference Include="DesperateDevs.Threading"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\DesperateDevs\DesperateDevs.Threading.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.CompilerServices.Unsafe"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> + </Reference> + <Reference Include="TCPeasy"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\TCPeasy\TCPeasy.dll</HintPath> + </Reference> + <Reference Include="Newtonsoft.Json"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath> + </Reference> + <Reference Include="DesperateDevs.Caching"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\DesperateDevs\DesperateDevs.Caching.dll</HintPath> + </Reference> + <Reference Include="ReportGeneratorMerged"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll</HintPath> + </Reference> + <Reference Include="System.Text.Encodings.Web"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath> + </Reference> + <Reference Include="DesperateDevs.Serialization"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\DesperateDevs\DesperateDevs.Serialization.dll</HintPath> + </Reference> + <Reference Include="Unity.Plastic.Antlr3.Runtime"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath> + </Reference> + <Reference Include="unityplastic"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll</HintPath> + </Reference> + <Reference Include="Jenny.Plugins.Unity"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll</HintPath> + </Reference> + <Reference Include="DOTweenEditor"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Plugins\Demigiant\DOTween\Editor\DOTweenEditor.dll</HintPath> + </Reference> + <Reference Include="Unity.Plastic.Newtonsoft.Json"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll</HintPath> + </Reference> + <Reference Include="Sherlog"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\Sherlog\Sherlog.dll</HintPath> + </Reference> + <Reference Include="TouchSocket"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll</HintPath> + </Reference> + <Reference Include="log4netPlastic"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath> + </Reference> + <Reference Include="Unity.VisualScripting.IonicZip"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll</HintPath> + </Reference> + <Reference Include="Sherlog.Formatters"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\Sherlog\Sherlog.Formatters.dll</HintPath> + </Reference> + <Reference Include="Jenny"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\Jenny\Editor\Jenny.dll</HintPath> + </Reference> + <Reference Include="System.Text.Json"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll</HintPath> + </Reference> + <Reference Include="DOTween"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Plugins\Demigiant\DOTween\DOTween.dll</HintPath> + </Reference> + <Reference Include="DesperateDevs.Extensions"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\DesperateDevs\DesperateDevs.Extensions.dll</HintPath> + </Reference> + <Reference Include="TouchSocket.Http"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll</HintPath> + </Reference> + <Reference Include="dnlib"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll</HintPath> + </Reference> + <Reference Include="Unity.VisualScripting.Antlr3.Runtime"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll</HintPath> + </Reference> + <Reference Include="LZ4"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll</HintPath> + </Reference> + <Reference Include="Jenny.Plugins"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\Jenny\Editor\Jenny\Jenny.Plugins.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Bcl.AsyncInterfaces"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> + </Reference> + <Reference Include="Unity.VisualScripting.TextureAssets"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll</HintPath> + </Reference> + <Reference Include="DesperateDevs.Reflection"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\DesperateDevs\DesperateDevs.Reflection.dll</HintPath> + </Reference> + <Reference Include="NugetForUnity"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\NuGet\Editor\NugetForUnity.dll</HintPath> + </Reference> + <Reference Include="DesperateDevs.Unity.Editor"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll</HintPath> + </Reference> + <Reference Include="Sherlog.Appenders"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\Sherlog\Sherlog.Appenders.dll</HintPath> + </Reference> + <Reference Include="TouchSocket.Core"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll</HintPath> + </Reference> + <Reference Include="Jenny.Generator"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\Jenny\Editor\Jenny.Generator.dll</HintPath> + </Reference> + <Reference Include="DesperateDevs.Unity"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\UsePlugins\JNGame\Plugins\DesperateDevs\DesperateDevs.Unity.dll</HintPath> + </Reference> + <Reference Include="Google.Protobuf"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll</HintPath> + </Reference> + <Reference Include="mscorlib"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll</HintPath> + </Reference> + <Reference Include="System"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll</HintPath> + </Reference> + <Reference Include="System.Core"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll</HintPath> + </Reference> + <Reference Include="System.Xml"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll</HintPath> + </Reference> + <Reference Include="System.Xml.Linq"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll</HintPath> + </Reference> + <Reference Include="System.Numerics"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll</HintPath> + </Reference> + <Reference Include="System.Numerics.Vectors"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll</HintPath> + </Reference> + <Reference Include="System.Net.Http"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll</HintPath> + </Reference> + <Reference Include="System.IO.Compression"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll</HintPath> + </Reference> + <Reference Include="Microsoft.CSharp"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll</HintPath> + </Reference> + <Reference Include="System.Data"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll</HintPath> + </Reference> + <Reference Include="System.Data.DataSetExtensions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll</HintPath> + </Reference> + <Reference Include="System.Drawing"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll</HintPath> + </Reference> + <Reference Include="System.IO.Compression.FileSystem"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.Composition"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll</HintPath> + </Reference> + <Reference Include="System.Transactions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Win32.Primitives"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll</HintPath> + </Reference> + <Reference Include="netstandard"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll</HintPath> + </Reference> + <Reference Include="System.AppContext"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll</HintPath> + </Reference> + <Reference Include="System.Buffers"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll</HintPath> + </Reference> + <Reference Include="System.Collections.Concurrent"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll</HintPath> + </Reference> + <Reference Include="System.Collections"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll</HintPath> + </Reference> + <Reference Include="System.Collections.NonGeneric"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll</HintPath> + </Reference> + <Reference Include="System.Collections.Specialized"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.Annotations"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.EventBasedAsync"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.Primitives"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.TypeConverter"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath> + </Reference> + <Reference Include="System.Console"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll</HintPath> + </Reference> + <Reference Include="System.Data.Common"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.Contracts"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.Debug"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.FileVersionInfo"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.Process"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.StackTrace"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.TextWriterTraceListener"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.Tools"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll</HintPath> + </Reference> + <Reference Include="System.Diagnostics.TraceSource"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll</HintPath> + </Reference> + <Reference Include="System.Drawing.Primitives"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Dynamic.Runtime"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll</HintPath> + </Reference> + <Reference Include="System.Globalization.Calendars"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll</HintPath> + </Reference> + <Reference Include="System.Globalization"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll</HintPath> + </Reference> + <Reference Include="System.Globalization.Extensions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.IO.Compression.ZipFile"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll</HintPath> + </Reference> + <Reference Include="System.IO"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll</HintPath> + </Reference> + <Reference Include="System.IO.FileSystem"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll</HintPath> + </Reference> + <Reference Include="System.IO.FileSystem.DriveInfo"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath> + </Reference> + <Reference Include="System.IO.FileSystem.Primitives"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.IO.FileSystem.Watcher"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath> + </Reference> + <Reference Include="System.IO.IsolatedStorage"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll</HintPath> + </Reference> + <Reference Include="System.IO.MemoryMappedFiles"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath> + </Reference> + <Reference Include="System.IO.Pipes"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll</HintPath> + </Reference> + <Reference Include="System.IO.UnmanagedMemoryStream"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath> + </Reference> + <Reference Include="System.Linq"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll</HintPath> + </Reference> + <Reference Include="System.Linq.Expressions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll</HintPath> + </Reference> + <Reference Include="System.Linq.Parallel"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll</HintPath> + </Reference> + <Reference Include="System.Linq.Queryable"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll</HintPath> + </Reference> + <Reference Include="System.Memory"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll</HintPath> + </Reference> + <Reference Include="System.Net.Http.Rtc"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll</HintPath> + </Reference> + <Reference Include="System.Net.NameResolution"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll</HintPath> + </Reference> + <Reference Include="System.Net.NetworkInformation"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll</HintPath> + </Reference> + <Reference Include="System.Net.Ping"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll</HintPath> + </Reference> + <Reference Include="System.Net.Primitives"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Net.Requests"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll</HintPath> + </Reference> + <Reference Include="System.Net.Security"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll</HintPath> + </Reference> + <Reference Include="System.Net.Sockets"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll</HintPath> + </Reference> + <Reference Include="System.Net.WebHeaderCollection"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll</HintPath> + </Reference> + <Reference Include="System.Net.WebSockets.Client"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll</HintPath> + </Reference> + <Reference Include="System.Net.WebSockets"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll</HintPath> + </Reference> + <Reference Include="System.ObjectModel"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll</HintPath> + </Reference> + <Reference Include="System.Reflection.DispatchProxy"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll</HintPath> + </Reference> + <Reference Include="System.Reflection"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll</HintPath> + </Reference> + <Reference Include="System.Reflection.Emit"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll</HintPath> + </Reference> + <Reference Include="System.Reflection.Emit.ILGeneration"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath> + </Reference> + <Reference Include="System.Reflection.Emit.Lightweight"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath> + </Reference> + <Reference Include="System.Reflection.Extensions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Reflection.Primitives"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Resources.Reader"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll</HintPath> + </Reference> + <Reference Include="System.Resources.ResourceManager"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll</HintPath> + </Reference> + <Reference Include="System.Resources.Writer"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.CompilerServices.VisualC"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath> + </Reference> + <Reference Include="System.Runtime"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Extensions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Handles"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.InteropServices"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.InteropServices.RuntimeInformation"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.InteropServices.WindowsRuntime"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Numerics"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization.Formatters"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization.Json"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization.Primitives"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.Serialization.Xml"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath> + </Reference> + <Reference Include="System.Security.Claims"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.Algorithms"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.Csp"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.Encoding"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.Primitives"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.X509Certificates"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath> + </Reference> + <Reference Include="System.Security.Principal"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll</HintPath> + </Reference> + <Reference Include="System.Security.SecureString"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll</HintPath> + </Reference> + <Reference Include="System.ServiceModel.Duplex"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll</HintPath> + </Reference> + <Reference Include="System.ServiceModel.Http"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll</HintPath> + </Reference> + <Reference Include="System.ServiceModel.NetTcp"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll</HintPath> + </Reference> + <Reference Include="System.ServiceModel.Primitives"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll</HintPath> + </Reference> + <Reference Include="System.ServiceModel.Security"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll</HintPath> + </Reference> + <Reference Include="System.Text.Encoding"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll</HintPath> + </Reference> + <Reference Include="System.Text.Encoding.Extensions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Text.RegularExpressions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll</HintPath> + </Reference> + <Reference Include="System.Threading"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Overlapped"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks.Extensions"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks.Parallel"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Thread"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll</HintPath> + </Reference> + <Reference Include="System.Threading.ThreadPool"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Timer"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll</HintPath> + </Reference> + <Reference Include="System.ValueTuple"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll</HintPath> + </Reference> + <Reference Include="System.Xml.ReaderWriter"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XDocument"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XmlDocument"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XmlSerializer"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XPath"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll</HintPath> + </Reference> + <Reference Include="System.Xml.XPath.XDocument"> + <HintPath>D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll</HintPath> + </Reference> + <Reference Include="UnityEditor.UI"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath> + </Reference> + <Reference Include="UnityEngine.UI"> + <HintPath>D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath> + </Reference> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. + Other similar extension points exist, see Microsoft.Common.targets. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project> diff --git a/JNFrame2/JNFrame2.sln b/JNFrame2/JNFrame2.sln index 2a59c135..8f49e425 100644 --- a/JNFrame2/JNFrame2.sln +++ b/JNFrame2/JNFrame2.sln @@ -17,6 +17,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniTask.Linq", "UniTask.Lin EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StompyRobot.SRDebugger.Editor", "StompyRobot.SRDebugger.Editor.csproj", "{9722de7c-517b-fffe-d423-d313eadf5149}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SHFrame.Editor", "SHFrame.Editor.csproj", "{d9a8422d-46f3-a631-fce7-ee1cfe4cbcd7}" +EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StompyRobot.SRF.Editor", "StompyRobot.SRF.Editor.csproj", "{33448493-9d07-9e6d-e65e-d48b790a1dbf}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{082457fe-fcb4-40d1-c6ce-98e6d3097f89}" @@ -31,7 +33,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniTask.DOTween", "UniTask. EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniTask.Editor", "UniTask.Editor.csproj", "{c9c9cf10-826e-692f-c3d6-a70ff9e1c4a0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotUpdate", "HotUpdate.csproj", "{90b62417-519b-b8f6-f81a-bc5c9cd80e76}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotSamples", "HotSamples.csproj", "{d19923e9-71a3-f5e1-00b9-865a2997ed43}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -54,6 +56,8 @@ Global {168b694c-7d58-d228-f9a3-02235c192fc5}.Debug|Any CPU.Build.0 = Debug|Any CPU {9722de7c-517b-fffe-d423-d313eadf5149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9722de7c-517b-fffe-d423-d313eadf5149}.Debug|Any CPU.Build.0 = Debug|Any CPU + {d9a8422d-46f3-a631-fce7-ee1cfe4cbcd7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {d9a8422d-46f3-a631-fce7-ee1cfe4cbcd7}.Debug|Any CPU.Build.0 = Debug|Any CPU {33448493-9d07-9e6d-e65e-d48b790a1dbf}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {33448493-9d07-9e6d-e65e-d48b790a1dbf}.Debug|Any CPU.Build.0 = Debug|Any CPU {082457fe-fcb4-40d1-c6ce-98e6d3097f89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -68,8 +72,8 @@ Global {694241c5-b793-03a0-1887-6d1b1abd5716}.Debug|Any CPU.Build.0 = Debug|Any CPU {c9c9cf10-826e-692f-c3d6-a70ff9e1c4a0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {c9c9cf10-826e-692f-c3d6-a70ff9e1c4a0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {90b62417-519b-b8f6-f81a-bc5c9cd80e76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {90b62417-519b-b8f6-f81a-bc5c9cd80e76}.Debug|Any CPU.Build.0 = Debug|Any CPU + {d19923e9-71a3-f5e1-00b9-865a2997ed43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {d19923e9-71a3-f5e1-00b9-865a2997ed43}.Debug|Any CPU.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/JNFrame2/JNFrame2.sln.DotSettings.user b/JNFrame2/JNFrame2.sln.DotSettings.user index 82c9a038..05765c63 100644 --- a/JNFrame2/JNFrame2.sln.DotSettings.user +++ b/JNFrame2/JNFrame2.sln.DotSettings.user @@ -3,4 +3,5 @@ <Assembly Path="E:\project\JNFrame2\Assets\Plugins\Entitas\Entitas.dll" />
 <Assembly Path="E:\project\JNFrame2\Assets\Plugins\DesperateDevs\DesperateDevs.Serialization.dll" />
 <Assembly Path="E:\project\JNFrame2\Assets\JNGame\Plugins\DesperateDevs\DesperateDevs.Serialization.dll" />
 + <Assembly Path="D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll" />
 </AssemblyExplorer></s:String></wpf:ResourceDictionary> \ No newline at end of file diff --git a/JNFrame2/Logs/AssetImportWorker0-prev.log b/JNFrame2/Logs/AssetImportWorker0-prev.log index 28461e46..9a4c5b3d 100644 --- a/JNFrame2/Logs/AssetImportWorker0-prev.log +++ b/JNFrame2/Logs/AssetImportWorker0-prev.log @@ -15,7 +15,7 @@ D:/myproject/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker0.log -srvPort -65245 +62529 Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 D:/myproject/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,11 +49,11 @@ D:/myproject/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [332576] Host "[IP] 192.168.15.124 [Port] 0 [Flags] 2 [Guid] 2271537853 [EditorId] 2271537853 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [30620] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 797457851 [EditorId] 797457851 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [332576] Host "[IP] 192.168.15.124 [Port] 0 [Flags] 2 [Guid] 2271537853 [EditorId] 2271537853 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [30620] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 797457851 [EditorId] 797457851 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 63.14 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 53.31 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.1f1 (f18e0c1b5784) [Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems @@ -69,44 +69,44 @@ Initialize mono Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56516 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56664 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.007393 seconds. -- Loaded All Assemblies, in 0.351 seconds +Registered in 0.006318 seconds. +- Loaded All Assemblies, in 0.365 seconds Native extension for WindowsStandalone target not found Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.361 seconds -Domain Reload Profiling: 710ms - BeginReloadAssembly (99ms) +- Finished resetting the current domain, in 0.261 seconds +Domain Reload Profiling: 624ms + BeginReloadAssembly (106ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (72ms) - LoadAllAssembliesAndSetupDomain (132ms) - LoadAssemblies (96ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (147ms) + LoadAssemblies (103ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (125ms) - TypeCache.Refresh (124ms) - TypeCache.ScanAssembly (112ms) + AnalyzeDomain (139ms) + TypeCache.Refresh (138ms) + TypeCache.ScanAssembly (124ms) ScanForSourceGeneratedMonoScriptInfo (0ms) ResolveRequiredComponents (1ms) - FinalizeReload (362ms) + FinalizeReload (261ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (290ms) + SetupLoadedEditorAssemblies (205ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (13ms) - SetLoadedEditorAssemblies (12ms) + InitializePlatformSupportModulesInManaged (11ms) + SetLoadedEditorAssemblies (7ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (3ms) - ProcessInitializeOnLoadAttributes (171ms) - ProcessInitializeOnLoadMethodAttributes (90ms) + BeforeProcessingInitializeOnLoad (2ms) + ProcessInitializeOnLoadAttributes (137ms) + ProcessInitializeOnLoadMethodAttributes (46ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -114,56 +114,245 @@ Domain Reload Profiling: 710ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.454 seconds -Refreshing native plugins compatible for Editor in 26.54 ms, found 3 plugins. +- Loaded All Assemblies, in 1.348 seconds +Refreshing native plugins compatible for Editor in 18.95 ms, found 3 plugins. Native extension for WindowsStandalone target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.894 seconds -Domain Reload Profiling: 2339ms - BeginReloadAssembly (178ms) +- Finished resetting the current domain, in 0.801 seconds +Domain Reload Profiling: 2145ms + BeginReloadAssembly (123ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (86ms) - LoadAllAssembliesAndSetupDomain (1129ms) - LoadAssemblies (692ms) + CreateAndSetChildDomain (21ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (53ms) + LoadAllAssembliesAndSetupDomain (1120ms) + LoadAssemblies (791ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (502ms) - TypeCache.Refresh (437ms) - TypeCache.ScanAssembly (396ms) - ScanForSourceGeneratedMonoScriptInfo (47ms) - ResolveRequiredComponents (18ms) - FinalizeReload (895ms) + AnalyzeDomain (382ms) + TypeCache.Refresh (348ms) + TypeCache.ScanAssembly (331ms) + ScanForSourceGeneratedMonoScriptInfo (26ms) + ResolveRequiredComponents (8ms) + FinalizeReload (802ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (683ms) + SetupLoadedEditorAssemblies (638ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (6ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (4ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (139ms) - ProcessInitializeOnLoadAttributes (492ms) + BeforeProcessingInitializeOnLoad (120ms) + ProcessInitializeOnLoadAttributes (475ms) ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (1ms) + AfterProcessingInitializeOnLoad (8ms) + EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Launched and connected shader compiler UnityShaderCompiler.exe after 0.15 seconds -Refreshing native plugins compatible for Editor in 39.22 ms, found 3 plugins. + AwakeInstancesAfterBackupRestoration (10ms) +Launched and connected shader compiler UnityShaderCompiler.exe after 0.06 seconds +Refreshing native plugins compatible for Editor in 34.14 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 6912 Unused Serialized files (Serialized files now loaded: 0) -Unloading 131 unused Assets / (163.9 KB). Loaded Objects now: 7334. -Memory consumption went from 215.5 MB to 215.3 MB. -Total: 9.667800 ms (FindLiveObjects: 1.663900 ms CreateObjectMapping: 2.486800 ms MarkObjects: 5.152500 ms DeleteObjects: 0.358500 ms) +Unloading 7024 Unused Serialized files (Serialized files now loaded: 0) +Unloading 137 unused Assets / (165.4 KB). Loaded Objects now: 7446. +Memory consumption went from 213.6 MB to 213.5 MB. +Total: 3.583000 ms (FindLiveObjects: 0.560700 ms CreateObjectMapping: 0.457600 ms MarkObjects: 2.343800 ms DeleteObjects: 0.220000 ms) +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.606 seconds +Refreshing native plugins compatible for Editor in 17.48 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.773 seconds +Domain Reload Profiling: 3371ms + BeginReloadAssembly (285ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (111ms) + RebuildCommonClasses (51ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (1180ms) + LoadAssemblies (893ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (395ms) + TypeCache.Refresh (381ms) + TypeCache.ScanAssembly (362ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1774ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (478ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (121ms) + ProcessInitializeOnLoadAttributes (313ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Refreshing native plugins compatible for Editor in 32.40 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7025 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (135.9 KB). Loaded Objects now: 7472. +Memory consumption went from 212.2 MB to 212.1 MB. +Total: 3.860200 ms (FindLiveObjects: 0.529400 ms CreateObjectMapping: 0.269800 ms MarkObjects: 2.918900 ms DeleteObjects: 0.140300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 36.79 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7472. +Memory consumption went from 103.1 MB to 103.0 MB. +Total: 288.464600 ms (FindLiveObjects: 3.527900 ms CreateObjectMapping: 1.574700 ms MarkObjects: 282.065700 ms DeleteObjects: 1.292200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.935 seconds +Refreshing native plugins compatible for Editor in 26.34 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.991 seconds +Domain Reload Profiling: 5920ms + BeginReloadAssembly (786ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (29ms) + BackupInstance (0ms) + ReleaseScriptingObjects (1ms) + CreateAndSetChildDomain (486ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (85ms) + LoadAllAssembliesAndSetupDomain (1995ms) + LoadAssemblies (1529ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (595ms) + TypeCache.Refresh (570ms) + TypeCache.ScanAssembly (496ms) + ScanForSourceGeneratedMonoScriptInfo (14ms) + ResolveRequiredComponents (10ms) + FinalizeReload (2992ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (737ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (10ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (193ms) + ProcessInitializeOnLoadAttributes (474ms) + ProcessInitializeOnLoadMethodAttributes (41ms) + AfterProcessingInitializeOnLoad (9ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 40.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.1 KB). Loaded Objects now: 7488. +Memory consumption went from 212.2 MB to 212.1 MB. +Total: 5.231400 ms (FindLiveObjects: 0.794900 ms CreateObjectMapping: 0.645300 ms MarkObjects: 3.543600 ms DeleteObjects: 0.246000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 39.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7488. +Memory consumption went from 103.1 MB to 103.0 MB. +Total: 4.639800 ms (FindLiveObjects: 0.617700 ms CreateObjectMapping: 0.371500 ms MarkObjects: 3.600500 ms DeleteObjects: 0.048600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 71.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7488. +Memory consumption went from 102.3 MB to 102.3 MB. +Total: 7.419500 ms (FindLiveObjects: 0.783300 ms CreateObjectMapping: 0.516400 ms MarkObjects: 6.029700 ms DeleteObjects: 0.086500 ms) + +Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -177,49 +366,509 @@ AssetImportParameters requested are different than current active one (requested custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> ======================================================================== Received Import Request. - Time since last request: 117319.423393 seconds. - path: Assets/NuGet.config - artifactKey: Guid(89a141dfcb5ead142853cf7da92be9b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/NuGet.config using Guid(89a141dfcb5ead142853cf7da92be9b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8b38678b22d79cd0fa45bb293ba5b4b9') in 0.016953 seconds + Time since last request: 74603.971976 seconds. + path: Assets/AssetBundleCollectorSetting.asset + artifactKey: Guid(3cf588b650c043f41ac56ee8a5e7d801) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AssetBundleCollectorSetting.asset using Guid(3cf588b650c043f41ac56ee8a5e7d801) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '97c3ddd6930c1be096bfa69140c6af62') in 0.136688 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 1 ======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.995 seconds +Refreshing native plugins compatible for Editor in 24.58 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.271 seconds +Domain Reload Profiling: 4261ms + BeginReloadAssembly (403ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (11ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (197ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (1476ms) + LoadAssemblies (1139ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (457ms) + TypeCache.Refresh (438ms) + TypeCache.ScanAssembly (397ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2271ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (601ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (156ms) + ProcessInitializeOnLoadAttributes (390ms) + ProcessInitializeOnLoadMethodAttributes (30ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 56.63 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7025 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.0 KB). Loaded Objects now: 7504. +Memory consumption went from 212.0 MB to 211.9 MB. +Total: 4.627400 ms (FindLiveObjects: 0.572300 ms CreateObjectMapping: 0.496200 ms MarkObjects: 3.383300 ms DeleteObjects: 0.174200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 33.70 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7504. +Memory consumption went from 103.1 MB to 103.0 MB. +Total: 9.510800 ms (FindLiveObjects: 0.893100 ms CreateObjectMapping: 0.929500 ms MarkObjects: 7.485500 ms DeleteObjects: 0.200600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.606 seconds +Refreshing native plugins compatible for Editor in 38.01 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.018 seconds +Domain Reload Profiling: 4617ms + BeginReloadAssembly (346ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (107ms) + RebuildCommonClasses (65ms) + RebuildNativeTypeToScriptingClass (23ms) + initialDomainReloadingComplete (108ms) + LoadAllAssembliesAndSetupDomain (2056ms) + LoadAssemblies (1588ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (627ms) + TypeCache.Refresh (613ms) + TypeCache.ScanAssembly (580ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2019ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (956ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (11ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (229ms) + ProcessInitializeOnLoadAttributes (646ms) + ProcessInitializeOnLoadMethodAttributes (48ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 38.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (135.9 KB). Loaded Objects now: 7519. +Memory consumption went from 212.3 MB to 212.1 MB. +Total: 6.742000 ms (FindLiveObjects: 0.694300 ms CreateObjectMapping: 0.692800 ms MarkObjects: 4.980400 ms DeleteObjects: 0.369600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== Received Import Request. - Time since last request: 2.118406 seconds. - path: Assets/packages.config - artifactKey: Guid(2aa88bcfcf2c3de4580fe2ca6f7587fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/packages.config using Guid(2aa88bcfcf2c3de4580fe2ca6f7587fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fa80b8205cadc6dba6b3f178225e49c6') in 0.001036 seconds + Time since last request: 453.068057 seconds. + path: Assets/HotAssets/HotDlls/HotSamples.dll.bytes + artifactKey: Guid(31ecfccf5f58fcd4e82c0039b5c0433e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotAssets/HotDlls/HotSamples.dll.bytes using Guid(31ecfccf5f58fcd4e82c0039b5c0433e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ce2a99536dd00ce8089bfe28017df41d') in 0.013360 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 1 ======================================================================== -Received Import Request. - Time since last request: 15.684945 seconds. - path: Assets/Packages - artifactKey: Guid(df36efb4036e9bb4bae132eccb9d800d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Packages using Guid(df36efb4036e9bb4bae132eccb9d800d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a7b9be72c437efe762dd84e8e4eed180') in 0.000605 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.566 seconds +Refreshing native plugins compatible for Editor in 25.29 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.292 seconds +Domain Reload Profiling: 2852ms + BeginReloadAssembly (213ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (82ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (1228ms) + LoadAssemblies (850ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (454ms) + TypeCache.Refresh (444ms) + TypeCache.ScanAssembly (419ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1293ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (598ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (145ms) + ProcessInitializeOnLoadAttributes (397ms) + ProcessInitializeOnLoadMethodAttributes (34ms) + AfterProcessingInitializeOnLoad (9ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Script is not up to date after domain reload: guid(21612b697232f004dbebce22c0000dd8) path("Assets/HotMain/LoadDll.cs") state(2) +Refreshing native plugins compatible for Editor in 47.76 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7024 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.2 KB). Loaded Objects now: 7533. +Memory consumption went from 212.0 MB to 211.8 MB. +Total: 6.160000 ms (FindLiveObjects: 0.923600 ms CreateObjectMapping: 0.496800 ms MarkObjects: 4.541300 ms DeleteObjects: 0.195300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.471 seconds +Refreshing native plugins compatible for Editor in 21.74 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.314 seconds +Domain Reload Profiling: 2779ms + BeginReloadAssembly (213ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (77ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (59ms) + LoadAllAssembliesAndSetupDomain (1148ms) + LoadAssemblies (811ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (411ms) + TypeCache.Refresh (398ms) + TypeCache.ScanAssembly (366ms) + ScanForSourceGeneratedMonoScriptInfo (3ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1315ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (644ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (168ms) + ProcessInitializeOnLoadAttributes (408ms) + ProcessInitializeOnLoadMethodAttributes (44ms) + AfterProcessingInitializeOnLoad (9ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 32.56 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.1 KB). Loaded Objects now: 7549. +Memory consumption went from 212.3 MB to 212.2 MB. +Total: 11.446000 ms (FindLiveObjects: 1.335700 ms CreateObjectMapping: 1.403400 ms MarkObjects: 8.062700 ms DeleteObjects: 0.638800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.583 seconds +Refreshing native plugins compatible for Editor in 31.60 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.504 seconds +Domain Reload Profiling: 3082ms + BeginReloadAssembly (196ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (68ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (1275ms) + LoadAssemblies (847ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (497ms) + TypeCache.Refresh (486ms) + TypeCache.ScanAssembly (457ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1505ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (724ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (12ms) + SetLoadedEditorAssemblies (11ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (196ms) + ProcessInitializeOnLoadAttributes (450ms) + ProcessInitializeOnLoadMethodAttributes (42ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Refreshing native plugins compatible for Editor in 44.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.2 KB). Loaded Objects now: 7564. +Memory consumption went from 212.3 MB to 212.2 MB. +Total: 6.298400 ms (FindLiveObjects: 0.917600 ms CreateObjectMapping: 0.526900 ms MarkObjects: 4.127700 ms DeleteObjects: 0.716300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.001 seconds +Refreshing native plugins compatible for Editor in 23.20 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.449 seconds +Domain Reload Profiling: 3444ms + BeginReloadAssembly (277ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (99ms) + RebuildCommonClasses (57ms) + RebuildNativeTypeToScriptingClass (20ms) + initialDomainReloadingComplete (84ms) + LoadAllAssembliesAndSetupDomain (1556ms) + LoadAssemblies (1121ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (543ms) + TypeCache.Refresh (530ms) + TypeCache.ScanAssembly (503ms) + ScanForSourceGeneratedMonoScriptInfo (3ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1450ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (656ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (159ms) + ProcessInitializeOnLoadAttributes (435ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 49.30 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.2 KB). Loaded Objects now: 7579. +Memory consumption went from 212.3 MB to 212.2 MB. +Total: 5.390000 ms (FindLiveObjects: 0.859900 ms CreateObjectMapping: 0.532500 ms MarkObjects: 3.793900 ms DeleteObjects: 0.201500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.609 seconds +Refreshing native plugins compatible for Editor in 24.87 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.525 seconds +Domain Reload Profiling: 3128ms + BeginReloadAssembly (198ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (1290ms) + LoadAssemblies (841ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (516ms) + TypeCache.Refresh (505ms) + TypeCache.ScanAssembly (479ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1526ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (721ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (185ms) + ProcessInitializeOnLoadAttributes (469ms) + ProcessInitializeOnLoadMethodAttributes (41ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Refreshing native plugins compatible for Editor in 42.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.2 KB). Loaded Objects now: 7594. +Memory consumption went from 212.3 MB to 212.2 MB. +Total: 5.415400 ms (FindLiveObjects: 0.870700 ms CreateObjectMapping: 0.498900 ms MarkObjects: 3.819300 ms DeleteObjects: 0.224200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 36.58 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7594. +Memory consumption went from 103.2 MB to 103.1 MB. +Total: 4.105900 ms (FindLiveObjects: 0.944400 ms CreateObjectMapping: 0.569900 ms MarkObjects: 2.546800 ms DeleteObjects: 0.043500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> ======================================================================== Received Import Request. - Time since last request: 9.892620 seconds. - path: Assets/Scripts - artifactKey: Guid(30c84a5ad43aaae43ad97c2b93cfb149) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts using Guid(30c84a5ad43aaae43ad97c2b93cfb149) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ee949d57d6dafc2ddc7737bd231ecc4b') in 0.000517 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.782316 seconds. - path: Assets/Scripts/TextMain.cs - artifactKey: Guid(870a0b4c0dd966a4e8d4036ec0ef5a81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/TextMain.cs using Guid(870a0b4c0dd966a4e8d4036ec0ef5a81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8aa0a2dab04d07ccf88654111e8078b3') in 0.000735 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 843.362708 seconds. - path: Assets/Scripts/UI - artifactKey: Guid(d414e929767b4d26a46ab1794c5b1005) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/UI using Guid(d414e929767b4d26a46ab1794c5b1005) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a6aad586160a32742869acd0f29df09e') in 0.001644 seconds + Time since last request: 316.689087 seconds. + path: Assets/StreamingAssets/yoo + artifactKey: Guid(9dd6aa54330df2f47a2c0e27ee9f8b94) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo using Guid(9dd6aa54330df2f47a2c0e27ee9f8b94) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b569ed8cb6e8ac48a545722ba2b1e4e5') in 0.004466 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 0 diff --git a/JNFrame2/Logs/AssetImportWorker0.log b/JNFrame2/Logs/AssetImportWorker0.log index 14c39362..ca7c3e18 100644 --- a/JNFrame2/Logs/AssetImportWorker0.log +++ b/JNFrame2/Logs/AssetImportWorker0.log @@ -15,7 +15,7 @@ D:/myproject/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker0.log -srvPort -51379 +58262 Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 D:/myproject/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,11 +49,11 @@ D:/myproject/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [319352] Host "[IP] 192.168.15.124 [Port] 0 [Flags] 2 [Guid] 1414719687 [EditorId] 1414719687 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [13564] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 4166719939 [EditorId] 4166719939 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [319352] Host "[IP] 192.168.15.124 [Port] 0 [Flags] 2 [Guid] 1414719687 [EditorId] 1414719687 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [13564] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 4166719939 [EditorId] 4166719939 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 41.83 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 66.08 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.1f1 (f18e0c1b5784) [Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems @@ -69,44 +69,44 @@ Initialize mono Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56936 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56344 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.011331 seconds. -- Loaded All Assemblies, in 0.558 seconds +Registered in 0.010697 seconds. +- Loaded All Assemblies, in 0.793 seconds Native extension for WindowsStandalone target not found Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.318 seconds -Domain Reload Profiling: 873ms - BeginReloadAssembly (131ms) +- Finished resetting the current domain, in 1.297 seconds +Domain Reload Profiling: 2086ms + BeginReloadAssembly (157ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - RebuildCommonClasses (55ms) - RebuildNativeTypeToScriptingClass (16ms) + RebuildCommonClasses (54ms) + RebuildNativeTypeToScriptingClass (14ms) initialDomainReloadingComplete (106ms) - LoadAllAssembliesAndSetupDomain (246ms) - LoadAssemblies (127ms) + LoadAllAssembliesAndSetupDomain (457ms) + LoadAssemblies (154ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (236ms) - TypeCache.Refresh (233ms) - TypeCache.ScanAssembly (215ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) - ResolveRequiredComponents (2ms) - FinalizeReload (318ms) + AnalyzeDomain (439ms) + TypeCache.Refresh (435ms) + TypeCache.ScanAssembly (393ms) + ScanForSourceGeneratedMonoScriptInfo (2ms) + ResolveRequiredComponents (3ms) + FinalizeReload (1297ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (235ms) + SetupLoadedEditorAssemblies (1052ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (10ms) + InitializePlatformSupportModulesInManaged (47ms) + SetLoadedEditorAssemblies (29ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (2ms) - ProcessInitializeOnLoadAttributes (145ms) - ProcessInitializeOnLoadMethodAttributes (67ms) + BeforeProcessingInitializeOnLoad (8ms) + ProcessInitializeOnLoadAttributes (830ms) + ProcessInitializeOnLoadMethodAttributes (139ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -114,55 +114,55 @@ Domain Reload Profiling: 873ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.615 seconds -Refreshing native plugins compatible for Editor in 25.85 ms, found 3 plugins. +- Loaded All Assemblies, in 2.640 seconds +Refreshing native plugins compatible for Editor in 33.60 ms, found 3 plugins. Native extension for WindowsStandalone target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.986 seconds -Domain Reload Profiling: 2596ms - BeginReloadAssembly (183ms) +- Finished resetting the current domain, in 1.603 seconds +Domain Reload Profiling: 4237ms + BeginReloadAssembly (272ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) + DisableScriptedObjects (9ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (45ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (67ms) - LoadAllAssembliesAndSetupDomain (1304ms) - LoadAssemblies (933ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (66ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (93ms) + LoadAllAssembliesAndSetupDomain (2182ms) + LoadAssemblies (1382ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (445ms) - TypeCache.Refresh (405ms) - TypeCache.ScanAssembly (384ms) - ScanForSourceGeneratedMonoScriptInfo (31ms) - ResolveRequiredComponents (8ms) - FinalizeReload (987ms) + AnalyzeDomain (920ms) + TypeCache.Refresh (851ms) + TypeCache.ScanAssembly (816ms) + ScanForSourceGeneratedMonoScriptInfo (54ms) + ResolveRequiredComponents (14ms) + FinalizeReload (1605ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (732ms) + SetupLoadedEditorAssemblies (1241ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) + InitializePlatformSupportModulesInManaged (14ms) + SetLoadedEditorAssemblies (11ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (146ms) - ProcessInitializeOnLoadAttributes (536ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (9ms) + BeforeProcessingInitializeOnLoad (240ms) + ProcessInitializeOnLoadAttributes (892ms) + ProcessInitializeOnLoadMethodAttributes (67ms) + AfterProcessingInitializeOnLoad (16ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Launched and connected shader compiler UnityShaderCompiler.exe after 0.15 seconds -Refreshing native plugins compatible for Editor in 23.94 ms, found 3 plugins. + AwakeInstancesAfterBackupRestoration (17ms) +Launched and connected shader compiler UnityShaderCompiler.exe after 0.14 seconds +Refreshing native plugins compatible for Editor in 46.72 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 7037 Unused Serialized files (Serialized files now loaded: 0) -Unloading 137 unused Assets / (164.9 KB). Loaded Objects now: 7459. -Memory consumption went from 217.7 MB to 217.5 MB. -Total: 4.123000 ms (FindLiveObjects: 0.754600 ms CreateObjectMapping: 0.453000 ms MarkObjects: 2.629700 ms DeleteObjects: 0.283800 ms) +Unloading 7038 Unused Serialized files (Serialized files now loaded: 0) +Unloading 139 unused Assets / (166.3 KB). Loaded Objects now: 7458. +Memory consumption went from 214.3 MB to 214.2 MB. +Total: 5.532300 ms (FindLiveObjects: 0.997400 ms CreateObjectMapping: 0.966600 ms MarkObjects: 3.249100 ms DeleteObjects: 0.317700 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> @@ -179,98 +179,2619 @@ AssetImportParameters requested are different than current active one (requested custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace ======================================================================== -Received Import Request. - Time since last request: 124376.746414 seconds. - path: Assets/Samples - artifactKey: Guid(b04feb24bd437df42b55d34cc7ef8518) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Samples using Guid(b04feb24bd437df42b55d34cc7ef8518) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '53b00e576f90ec299070703d676dc8d8') in 0.002727 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.597 seconds +Refreshing native plugins compatible for Editor in 39.38 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.557 seconds +Domain Reload Profiling: 4147ms + BeginReloadAssembly (303ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (102ms) + RebuildCommonClasses (65ms) + RebuildNativeTypeToScriptingClass (20ms) + initialDomainReloadingComplete (96ms) + LoadAllAssembliesAndSetupDomain (2106ms) + LoadAssemblies (1168ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (1059ms) + TypeCache.Refresh (1038ms) + TypeCache.ScanAssembly (1000ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (21ms) + FinalizeReload (1558ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (677ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (155ms) + ProcessInitializeOnLoadAttributes (455ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 49.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.0 KB). Loaded Objects now: 7473. +Memory consumption went from 212.7 MB to 212.5 MB. +Total: 49.655600 ms (FindLiveObjects: 5.968000 ms CreateObjectMapping: 14.551300 ms MarkObjects: 28.720900 ms DeleteObjects: 0.412100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 45.54 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.5 KB). Loaded Objects now: 7473. +Memory consumption went from 103.5 MB to 103.4 MB. +Total: 10.699600 ms (FindLiveObjects: 0.974500 ms CreateObjectMapping: 0.961400 ms MarkObjects: 8.646600 ms DeleteObjects: 0.114400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.881 seconds +Refreshing native plugins compatible for Editor in 35.79 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.130 seconds +Domain Reload Profiling: 4005ms + BeginReloadAssembly (254ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (103ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (87ms) + LoadAllAssembliesAndSetupDomain (1471ms) + LoadAssemblies (926ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (629ms) + TypeCache.Refresh (608ms) + TypeCache.ScanAssembly (568ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (22ms) + FinalizeReload (2130ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (806ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (13ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (196ms) + ProcessInitializeOnLoadAttributes (529ms) + ProcessInitializeOnLoadMethodAttributes (46ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Refreshing native plugins compatible for Editor in 47.10 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.6 KB). Loaded Objects now: 7488. +Memory consumption went from 212.7 MB to 212.5 MB. +Total: 18.527700 ms (FindLiveObjects: 7.417800 ms CreateObjectMapping: 2.841400 ms MarkObjects: 7.688300 ms DeleteObjects: 0.576900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace ======================================================================== Received Import Request. - Time since last request: 0.870291 seconds. - path: Assets/Samples/Cinemachine - artifactKey: Guid(579fce1343e47e74fa8bd769e8a5d6c7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Samples/Cinemachine using Guid(579fce1343e47e74fa8bd769e8a5d6c7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e025152cbe814c6362f3280c25772d69') in 0.000528 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 11.862423 seconds. - path: Assets/TextMesh Pro - artifactKey: Guid(f54d1bd14bd3ca042bd867b519fee8cc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro using Guid(f54d1bd14bd3ca042bd867b519fee8cc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '30796653c4dfc1f2480bca9d8b60487c') in 0.000458 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 1.904656 seconds. - path: Assets/TextMesh Pro/Fonts - artifactKey: Guid(6ab70aee4d56447429c680537fbf93ed) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Fonts using Guid(6ab70aee4d56447429c680537fbf93ed) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '25524e152126d39616bdb6d7e34b8aa6') in 0.000692 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.062103 seconds. - path: Assets/TextMesh Pro/Fonts/LiberationSans.ttf - artifactKey: Guid(e3265ab4bf004d28a9537516768c1c75) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Fonts/LiberationSans.ttf using Guid(e3265ab4bf004d28a9537516768c1c75) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8756f7c291147a75e95d0f4a0d9e7e56') in 0.122863 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 4 -======================================================================== -Received Import Request. - Time since last request: 1.971613 seconds. - path: Assets/TextMesh Pro/Shaders - artifactKey: Guid(e9f693669af91aa45ad615fc681ed29f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Shaders using Guid(e9f693669af91aa45ad615fc681ed29f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '82f431fb395f9d0dbbb787304cdb51f5') in 0.000682 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.052563 seconds. - path: Assets/TextMesh Pro/Shaders/TMPro.cginc - artifactKey: Guid(407bc68d299748449bbf7f48ee690f8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Shaders/TMPro.cginc using Guid(407bc68d299748449bbf7f48ee690f8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b2f603c20fc83149d951696e0b5ff78e') in 0.001947 seconds + Time since last request: 83108.941163 seconds. + path: Assets/HotAssets/HotDlls/mscorlib.dll.bytes + artifactKey: Guid(c4f581dc739cf6048af0a89b137378bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotAssets/HotDlls/mscorlib.dll.bytes using Guid(c4f581dc739cf6048af0a89b137378bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '559055b4c4dd1501d614cdd5a1305ae8') in 0.021355 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 1 ======================================================================== Received Import Request. - Time since last request: 0.000032 seconds. - path: Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc - artifactKey: Guid(3997e2241185407d80309a82f9148466) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc using Guid(3997e2241185407d80309a82f9148466) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fb17b39ab37ff5c4a0c347358e9d790f') in 0.001670 seconds + Time since last request: 1.639527 seconds. + path: Assets/HotAssets/HotDlls/System.Core.dll.bytes + artifactKey: Guid(1025cdbe997285647b72636669abf317) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotAssets/HotDlls/System.Core.dll.bytes using Guid(1025cdbe997285647b72636669abf317) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6d02d22237af8b50a9d7a2b2b91dd892') in 0.003592 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 1 ======================================================================== Received Import Request. - Time since last request: 0.000025 seconds. - path: Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc - artifactKey: Guid(d930090c0cd643c7b55f19a38538c162) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc using Guid(d930090c0cd643c7b55f19a38538c162) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9c686a485411b244d6b24147d7663491') in 0.001725 seconds + Time since last request: 17.290834 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/04c82f0ff2cca9fd0ba354e7397eea68.rawfile + artifactKey: Guid(3cb402912a9517442bf3bd76bc863a4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/04c82f0ff2cca9fd0ba354e7397eea68.rawfile using Guid(3cb402912a9517442bf3bd76bc863a4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eacaa5be2648b834ec9142c6c475cc97') in 0.002898 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 1 ======================================================================== Received Import Request. - Time since last request: 2.044133 seconds. - path: Assets/TextMesh Pro/Sprites - artifactKey: Guid(d0603b6d5186471b96c778c3949c7ce2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Sprites using Guid(d0603b6d5186471b96c778c3949c7ce2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6cb8c8d526b56b02a177794fb5aaffbd') in 0.000973 seconds + Time since last request: 0.465638 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/7d1f692836258b2e2bf86fccaf5506d4.rawfile + artifactKey: Guid(3090a1d09a6742e468f3b14a72f63210) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/7d1f692836258b2e2bf86fccaf5506d4.rawfile using Guid(3090a1d09a6742e468f3b14a72f63210) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9bedab9368ab27a266ba5010cad276f9') in 0.001527 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 0.437392 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle + artifactKey: Guid(20239a35b09d7174b80cf8601f490194) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/bfb145a66fdd212e1e7d0e85b3bd23fb.bundle using Guid(20239a35b09d7174b80cf8601f490194) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3944fcbe3428209079920b7b36713ec8') in 0.003009 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 0.404194 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/dd9e48a806a8eebc61fae623900c3e69.rawfile + artifactKey: Guid(ac86e6a4173f34749843f2dd3fb271a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/dd9e48a806a8eebc61fae623900c3e69.rawfile using Guid(ac86e6a4173f34749843f2dd3fb271a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cf6bfa6410fc0ee1adb649571b263491') in 0.002139 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 1.139076 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version + artifactKey: Guid(684388a3fe47a7b44ab08aa1b8ee3378) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version using Guid(684388a3fe47a7b44ab08aa1b8ee3378) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6f390f0390efe99d139b63d379d21de7') in 0.002040 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 0.443900 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1048.bytes + artifactKey: Guid(199625102f12c2c4d8d8a3c17bdca7bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1048.bytes using Guid(199625102f12c2c4d8d8a3c17bdca7bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a03d5a987a00a13c5176c4a7541667de') in 0.004570 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 0.491457 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1048.hash + artifactKey: Guid(37ccdc02dbec2774b8b46829a97cb08e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1048.hash using Guid(37ccdc02dbec2774b8b46829a97cb08e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e0f13b30728e1ea25200e55610a3c1f7') in 0.001603 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 34.12 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (74.2 KB). Loaded Objects now: 7489. +Memory consumption went from 102.5 MB to 102.5 MB. +Total: 28.398700 ms (FindLiveObjects: 3.735800 ms CreateObjectMapping: 8.501000 ms MarkObjects: 16.032800 ms DeleteObjects: 0.126600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Import Request. + Time since last request: 15.013620 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version + artifactKey: Guid(684388a3fe47a7b44ab08aa1b8ee3378) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version using Guid(684388a3fe47a7b44ab08aa1b8ee3378) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dc155f84f8ebea1f6b0a58561cbcd9b0') in 0.006383 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.004 seconds +Refreshing native plugins compatible for Editor in 84.97 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.698 seconds +Domain Reload Profiling: 4697ms + BeginReloadAssembly (243ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (93ms) + RebuildCommonClasses (51ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (1612ms) + LoadAssemblies (966ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (730ms) + TypeCache.Refresh (704ms) + TypeCache.ScanAssembly (645ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (25ms) + FinalizeReload (2699ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (894ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (200ms) + ProcessInitializeOnLoadAttributes (615ms) + ProcessInitializeOnLoadMethodAttributes (48ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 39.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.4 KB). Loaded Objects now: 7504. +Memory consumption went from 212.5 MB to 212.3 MB. +Total: 59.863500 ms (FindLiveObjects: 18.409400 ms CreateObjectMapping: 14.612800 ms MarkObjects: 26.001000 ms DeleteObjects: 0.834300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 35.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7504. +Memory consumption went from 103.6 MB to 103.5 MB. +Total: 11.179800 ms (FindLiveObjects: 1.181600 ms CreateObjectMapping: 1.070700 ms MarkObjects: 8.834400 ms DeleteObjects: 0.090900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.988 seconds +Refreshing native plugins compatible for Editor in 38.08 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.592 seconds +Domain Reload Profiling: 4570ms + BeginReloadAssembly (275ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (100ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (81ms) + LoadAllAssembliesAndSetupDomain (1557ms) + LoadAssemblies (1012ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (644ms) + TypeCache.Refresh (628ms) + TypeCache.ScanAssembly (591ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2593ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (806ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (15ms) + SetLoadedEditorAssemblies (10ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (187ms) + ProcessInitializeOnLoadAttributes (542ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 36.45 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (136.9 KB). Loaded Objects now: 7519. +Memory consumption went from 212.7 MB to 212.6 MB. +Total: 9.313200 ms (FindLiveObjects: 1.556400 ms CreateObjectMapping: 1.941000 ms MarkObjects: 5.081600 ms DeleteObjects: 0.690100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Import Request. + Time since last request: 953.242051 seconds. + path: Assets/HotAssets/HotDlls/System.dll.bytes + artifactKey: Guid(946433c0616922f408bd60ce93af2f95) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotAssets/HotDlls/System.dll.bytes using Guid(946433c0616922f408bd60ce93af2f95) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '199488d323491da4ad1d3fff118c1218') in 0.020118 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.861 seconds +Refreshing native plugins compatible for Editor in 36.68 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.880 seconds +Domain Reload Profiling: 3732ms + BeginReloadAssembly (271ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (105ms) + RebuildCommonClasses (52ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (1436ms) + LoadAssemblies (966ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (569ms) + TypeCache.Refresh (553ms) + TypeCache.ScanAssembly (517ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1881ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (847ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (13ms) + SetLoadedEditorAssemblies (9ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (186ms) + ProcessInitializeOnLoadAttributes (572ms) + ProcessInitializeOnLoadMethodAttributes (53ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 54.89 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.1 KB). Loaded Objects now: 7534. +Memory consumption went from 212.4 MB to 212.3 MB. +Total: 23.820000 ms (FindLiveObjects: 10.903500 ms CreateObjectMapping: 1.107000 ms MarkObjects: 9.664500 ms DeleteObjects: 2.142200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.984 seconds +Refreshing native plugins compatible for Editor in 50.91 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.523 seconds +Domain Reload Profiling: 4500ms + BeginReloadAssembly (254ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (14ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (80ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (85ms) + LoadAllAssembliesAndSetupDomain (1572ms) + LoadAssemblies (973ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (689ms) + TypeCache.Refresh (661ms) + TypeCache.ScanAssembly (611ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (28ms) + FinalizeReload (2524ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (707ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (167ms) + ProcessInitializeOnLoadAttributes (476ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 55.66 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7549. +Memory consumption went from 212.8 MB to 212.6 MB. +Total: 8.933500 ms (FindLiveObjects: 1.576900 ms CreateObjectMapping: 1.193400 ms MarkObjects: 5.781500 ms DeleteObjects: 0.379600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.462 seconds +Refreshing native plugins compatible for Editor in 34.55 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.652 seconds +Domain Reload Profiling: 4105ms + BeginReloadAssembly (319ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (108ms) + RebuildCommonClasses (62ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (85ms) + LoadAllAssembliesAndSetupDomain (1967ms) + LoadAssemblies (1469ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (621ms) + TypeCache.Refresh (596ms) + TypeCache.ScanAssembly (569ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (19ms) + FinalizeReload (1653ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (775ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (11ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (165ms) + ProcessInitializeOnLoadAttributes (521ms) + ProcessInitializeOnLoadMethodAttributes (55ms) + AfterProcessingInitializeOnLoad (15ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 48.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7564. +Memory consumption went from 212.8 MB to 212.6 MB. +Total: 13.335300 ms (FindLiveObjects: 0.929700 ms CreateObjectMapping: 6.524300 ms MarkObjects: 5.468300 ms DeleteObjects: 0.409800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.133 seconds +Refreshing native plugins compatible for Editor in 61.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.752 seconds +Domain Reload Profiling: 4876ms + BeginReloadAssembly (262ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (104ms) + RebuildCommonClasses (50ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (80ms) + LoadAllAssembliesAndSetupDomain (1715ms) + LoadAssemblies (1024ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (774ms) + TypeCache.Refresh (756ms) + TypeCache.ScanAssembly (716ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (18ms) + FinalizeReload (2753ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (891ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (15ms) + SetLoadedEditorAssemblies (9ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (189ms) + ProcessInitializeOnLoadAttributes (613ms) + ProcessInitializeOnLoadMethodAttributes (50ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 63.15 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.1 KB). Loaded Objects now: 7579. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 62.319900 ms (FindLiveObjects: 1.421400 ms CreateObjectMapping: 1.279000 ms MarkObjects: 58.887900 ms DeleteObjects: 0.729000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 40.08 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7579. +Memory consumption went from 103.6 MB to 103.5 MB. +Total: 70.055300 ms (FindLiveObjects: 2.602900 ms CreateObjectMapping: 1.466700 ms MarkObjects: 65.886200 ms DeleteObjects: 0.097000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.928 seconds +Refreshing native plugins compatible for Editor in 42.80 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.608 seconds +Domain Reload Profiling: 3528ms + BeginReloadAssembly (243ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (84ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (82ms) + LoadAllAssembliesAndSetupDomain (1534ms) + LoadAssemblies (1066ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (558ms) + TypeCache.Refresh (545ms) + TypeCache.ScanAssembly (510ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1609ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (699ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (153ms) + ProcessInitializeOnLoadAttributes (471ms) + ProcessInitializeOnLoadMethodAttributes (45ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 45.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.0 KB). Loaded Objects now: 7594. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 12.855700 ms (FindLiveObjects: 1.276700 ms CreateObjectMapping: 1.552400 ms MarkObjects: 9.648100 ms DeleteObjects: 0.375600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.440 seconds +Refreshing native plugins compatible for Editor in 37.52 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.498 seconds +Domain Reload Profiling: 3930ms + BeginReloadAssembly (385ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (161ms) + RebuildCommonClasses (65ms) + RebuildNativeTypeToScriptingClass (19ms) + initialDomainReloadingComplete (105ms) + LoadAllAssembliesAndSetupDomain (1856ms) + LoadAssemblies (1283ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (688ms) + TypeCache.Refresh (670ms) + TypeCache.ScanAssembly (637ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1498ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (678ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (159ms) + ProcessInitializeOnLoadAttributes (443ms) + ProcessInitializeOnLoadMethodAttributes (43ms) + AfterProcessingInitializeOnLoad (17ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Refreshing native plugins compatible for Editor in 50.27 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7609. +Memory consumption went from 212.8 MB to 212.6 MB. +Total: 8.487600 ms (FindLiveObjects: 1.179700 ms CreateObjectMapping: 0.799900 ms MarkObjects: 6.187400 ms DeleteObjects: 0.318700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.104 seconds +Refreshing native plugins compatible for Editor in 34.27 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.653 seconds +Domain Reload Profiling: 3747ms + BeginReloadAssembly (245ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (93ms) + RebuildCommonClasses (63ms) + RebuildNativeTypeToScriptingClass (24ms) + initialDomainReloadingComplete (107ms) + LoadAllAssembliesAndSetupDomain (1656ms) + LoadAssemblies (1175ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (558ms) + TypeCache.Refresh (547ms) + TypeCache.ScanAssembly (521ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1653ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (773ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (195ms) + ProcessInitializeOnLoadAttributes (508ms) + ProcessInitializeOnLoadMethodAttributes (41ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 38.29 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7624. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 49.639300 ms (FindLiveObjects: 2.359000 ms CreateObjectMapping: 11.772100 ms MarkObjects: 35.270700 ms DeleteObjects: 0.233400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.699 seconds +Refreshing native plugins compatible for Editor in 31.53 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.699 seconds +Domain Reload Profiling: 3388ms + BeginReloadAssembly (248ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (91ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (78ms) + LoadAllAssembliesAndSetupDomain (1302ms) + LoadAssemblies (919ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (471ms) + TypeCache.Refresh (457ms) + TypeCache.ScanAssembly (431ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1699ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (779ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (160ms) + ProcessInitializeOnLoadAttributes (549ms) + ProcessInitializeOnLoadMethodAttributes (45ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 47.54 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.4 KB). Loaded Objects now: 7639. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 28.823700 ms (FindLiveObjects: 8.042700 ms CreateObjectMapping: 7.247100 ms MarkObjects: 13.055500 ms DeleteObjects: 0.475000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.790 seconds +Refreshing native plugins compatible for Editor in 28.96 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.574 seconds +Domain Reload Profiling: 3357ms + BeginReloadAssembly (241ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (85ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (81ms) + LoadAllAssembliesAndSetupDomain (1404ms) + LoadAssemblies (998ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (496ms) + TypeCache.Refresh (485ms) + TypeCache.ScanAssembly (456ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1574ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (768ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (198ms) + ProcessInitializeOnLoadAttributes (498ms) + ProcessInitializeOnLoadMethodAttributes (42ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 68.29 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7654. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 4.092100 ms (FindLiveObjects: 0.774900 ms CreateObjectMapping: 0.505100 ms MarkObjects: 2.655000 ms DeleteObjects: 0.154800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.878 seconds +Refreshing native plugins compatible for Editor in 34.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.553 seconds +Domain Reload Profiling: 3422ms + BeginReloadAssembly (267ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (101ms) + RebuildCommonClasses (58ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (84ms) + LoadAllAssembliesAndSetupDomain (1443ms) + LoadAssemblies (1016ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (522ms) + TypeCache.Refresh (511ms) + TypeCache.ScanAssembly (482ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1553ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (710ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (9ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (170ms) + ProcessInitializeOnLoadAttributes (471ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 43.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7669. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 10.624900 ms (FindLiveObjects: 0.961500 ms CreateObjectMapping: 1.053300 ms MarkObjects: 8.293800 ms DeleteObjects: 0.314100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 37.97 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7669. +Memory consumption went from 103.7 MB to 103.6 MB. +Total: 19.331300 ms (FindLiveObjects: 2.732500 ms CreateObjectMapping: 1.689500 ms MarkObjects: 14.799900 ms DeleteObjects: 0.106100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.908 seconds +Refreshing native plugins compatible for Editor in 25.14 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.502 seconds +Domain Reload Profiling: 3402ms + BeginReloadAssembly (324ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (11ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (124ms) + RebuildCommonClasses (56ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (87ms) + LoadAllAssembliesAndSetupDomain (1415ms) + LoadAssemblies (1022ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (517ms) + TypeCache.Refresh (503ms) + TypeCache.ScanAssembly (476ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (14ms) + FinalizeReload (1503ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (663ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (11ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (168ms) + ProcessInitializeOnLoadAttributes (430ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 53.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.4 KB). Loaded Objects now: 7684. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 113.379800 ms (FindLiveObjects: 19.476400 ms CreateObjectMapping: 82.274200 ms MarkObjects: 10.780500 ms DeleteObjects: 0.846200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.920 seconds +Refreshing native plugins compatible for Editor in 29.63 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.782 seconds +Domain Reload Profiling: 4695ms + BeginReloadAssembly (251ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (97ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (1521ms) + LoadAssemblies (986ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (620ms) + TypeCache.Refresh (605ms) + TypeCache.ScanAssembly (574ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (10ms) + FinalizeReload (2782ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (724ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (175ms) + ProcessInitializeOnLoadAttributes (481ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 32.48 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.7 KB). Loaded Objects now: 7699. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 5.380300 ms (FindLiveObjects: 0.800000 ms CreateObjectMapping: 0.345600 ms MarkObjects: 3.935400 ms DeleteObjects: 0.296800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.860 seconds +Refreshing native plugins compatible for Editor in 27.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.539 seconds +Domain Reload Profiling: 3389ms + BeginReloadAssembly (261ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (105ms) + RebuildCommonClasses (57ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (82ms) + LoadAllAssembliesAndSetupDomain (1436ms) + LoadAssemblies (1030ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (496ms) + TypeCache.Refresh (485ms) + TypeCache.ScanAssembly (454ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1539ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (703ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (161ms) + ProcessInitializeOnLoadAttributes (466ms) + ProcessInitializeOnLoadMethodAttributes (48ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Refreshing native plugins compatible for Editor in 58.80 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.7 KB). Loaded Objects now: 7714. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 15.909400 ms (FindLiveObjects: 1.991700 ms CreateObjectMapping: 1.399800 ms MarkObjects: 11.742000 ms DeleteObjects: 0.768700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 39.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7714. +Memory consumption went from 103.7 MB to 103.6 MB. +Total: 19.346100 ms (FindLiveObjects: 1.254300 ms CreateObjectMapping: 1.552500 ms MarkObjects: 16.291500 ms DeleteObjects: 0.245000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.810 seconds +Refreshing native plugins compatible for Editor in 26.31 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.653 seconds +Domain Reload Profiling: 3456ms + BeginReloadAssembly (263ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (107ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (73ms) + LoadAllAssembliesAndSetupDomain (1404ms) + LoadAssemblies (1004ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (484ms) + TypeCache.Refresh (471ms) + TypeCache.ScanAssembly (441ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1654ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (810ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (211ms) + ProcessInitializeOnLoadAttributes (535ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 33.05 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.4 KB). Loaded Objects now: 7729. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 11.397900 ms (FindLiveObjects: 1.408600 ms CreateObjectMapping: 2.454000 ms MarkObjects: 6.889500 ms DeleteObjects: 0.642600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 36.03 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7729. +Memory consumption went from 103.7 MB to 103.6 MB. +Total: 52.866600 ms (FindLiveObjects: 25.575700 ms CreateObjectMapping: 6.791300 ms MarkObjects: 20.365000 ms DeleteObjects: 0.130800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.177 seconds +Refreshing native plugins compatible for Editor in 29.49 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.027 seconds +Domain Reload Profiling: 4192ms + BeginReloadAssembly (314ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (114ms) + RebuildCommonClasses (67ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (81ms) + LoadAllAssembliesAndSetupDomain (1688ms) + LoadAssemblies (1265ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (548ms) + TypeCache.Refresh (536ms) + TypeCache.ScanAssembly (510ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2027ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (860ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (13ms) + SetLoadedEditorAssemblies (13ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (251ms) + ProcessInitializeOnLoadAttributes (530ms) + ProcessInitializeOnLoadMethodAttributes (40ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 219.23 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.6 KB). Loaded Objects now: 7744. +Memory consumption went from 212.9 MB to 212.8 MB. +Total: 11.121200 ms (FindLiveObjects: 2.946000 ms CreateObjectMapping: 1.750900 ms MarkObjects: 6.001300 ms DeleteObjects: 0.419200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Import Request. + Time since last request: 6748.773651 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1178.hash + artifactKey: Guid(9f05bcf4f869ea1418eee069b0b43134) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1178.hash using Guid(9f05bcf4f869ea1418eee069b0b43134) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c093e662a2aa213a0fe221d777d3f292') in 0.021005 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 137.947263 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1178.bytes + artifactKey: Guid(8e6bcc9b3226ecb42aac1fdcd398fc54) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage_2024-10-12-1178.bytes using Guid(8e6bcc9b3226ecb42aac1fdcd398fc54) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3ac081711cb6bc3b9cc7170c3531f4ea') in 0.003270 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 0.485103 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version + artifactKey: Guid(684388a3fe47a7b44ab08aa1b8ee3378) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version using Guid(684388a3fe47a7b44ab08aa1b8ee3378) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '771cd253ba99d930b1415ef350650439') in 0.001715 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 0.385391 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage/f4b8d9810f3e4894f4488f974bc4f6e0.rawfile + artifactKey: Guid(280a11622ada8f24a87264de529b4625) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage/f4b8d9810f3e4894f4488f974bc4f6e0.rawfile using Guid(280a11622ada8f24a87264de529b4625) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '62cc6e520976099b50be8f24b17be73a') in 0.001477 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 6.860567 seconds. + path: Assets/StreamingAssets/yoo/DefaultPackage + artifactKey: Guid(1422722870125104f9b59f40c7e05108) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/StreamingAssets/yoo/DefaultPackage using Guid(1422722870125104f9b59f40c7e05108) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7b5e50b14bcd65c1a262e77c2e4d55f8') in 0.001328 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 0 ======================================================================== Received Import Request. - Time since last request: 0.063709 seconds. - path: Assets/TextMesh Pro/Sprites/EmojiOne.png - artifactKey: Guid(dffef66376be4fa480fb02b19edbe903) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Sprites/EmojiOne.png using Guid(dffef66376be4fa480fb02b19edbe903) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd83832d6af2d2d9a8013e1fc3069b188') in 0.013657 seconds + Time since last request: 63.662569 seconds. + path: Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset + artifactKey: Guid(647efbdb2e8bd2a4798bcb8fd65df227) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset using Guid(647efbdb2e8bd2a4798bcb8fd65df227) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3c34ebf2cff9d2ab68f7b2869cf3a9c7') in 0.004740 seconds Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 2 +Number of asset objects unloaded after import = 1 ======================================================================== Received Import Request. - Time since last request: 21.824994 seconds. - path: Assets/Plugins - artifactKey: Guid(475250884c6f62c47bcd30372d11f341) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Plugins using Guid(475250884c6f62c47bcd30372d11f341) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '614446947648be1e05bb995edce26b5a') in 0.042885 seconds -Number of updated asset objects reloaded before import = 13 + Time since last request: 33.644955 seconds. + path: Assets/Resources/yoo + artifactKey: Guid(24485906c8e50f84b9c719c2565f93c1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/yoo using Guid(24485906c8e50f84b9c719c2565f93c1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c0981a183e00c800bb2c11c5233253b2') in 0.001129 seconds +Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.120 seconds +Refreshing native plugins compatible for Editor in 44.03 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.312 seconds +Domain Reload Profiling: 4423ms + BeginReloadAssembly (256ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (94ms) + RebuildCommonClasses (55ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (79ms) + LoadAllAssembliesAndSetupDomain (1706ms) + LoadAssemblies (997ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (801ms) + TypeCache.Refresh (776ms) + TypeCache.ScanAssembly (734ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (25ms) + FinalizeReload (2313ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (827ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (189ms) + ProcessInitializeOnLoadAttributes (562ms) + ProcessInitializeOnLoadMethodAttributes (48ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +Refreshing native plugins compatible for Editor in 40.06 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.6 KB). Loaded Objects now: 7759. +Memory consumption went from 212.6 MB to 212.5 MB. +Total: 24.700000 ms (FindLiveObjects: 1.168000 ms CreateObjectMapping: 1.152300 ms MarkObjects: 21.911200 ms DeleteObjects: 0.464900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Import Request. + Time since last request: 1365.081397 seconds. + path: Assets/Resources/Scenes/MapSampleScene.asset + artifactKey: Guid(b9ffe249355d38f4ea060619fe145b79) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Scenes/MapSampleScene.asset using Guid(b9ffe249355d38f4ea060619fe145b79) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b94dae56dc8ad71a6bab9b16ed6ad656') in 0.090906 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 3 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.587 seconds +Refreshing native plugins compatible for Editor in 17.84 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.917 seconds +Domain Reload Profiling: 3496ms + BeginReloadAssembly (271ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (128ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (57ms) + LoadAllAssembliesAndSetupDomain (1204ms) + LoadAssemblies (902ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (377ms) + TypeCache.Refresh (367ms) + TypeCache.ScanAssembly (342ms) + ScanForSourceGeneratedMonoScriptInfo (3ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1917ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (538ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (118ms) + ProcessInitializeOnLoadAttributes (370ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (9ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 58.11 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.8 KB). Loaded Objects now: 7776. +Memory consumption went from 212.7 MB to 212.6 MB. +Total: 3.968700 ms (FindLiveObjects: 0.683200 ms CreateObjectMapping: 0.298500 ms MarkObjects: 2.851200 ms DeleteObjects: 0.132600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.486 seconds +Refreshing native plugins compatible for Editor in 20.62 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.115 seconds +Domain Reload Profiling: 2597ms + BeginReloadAssembly (164ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (32ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (44ms) + LoadAllAssembliesAndSetupDomain (1231ms) + LoadAssemblies (887ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (398ms) + TypeCache.Refresh (390ms) + TypeCache.ScanAssembly (365ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1116ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (483ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (123ms) + ProcessInitializeOnLoadAttributes (308ms) + ProcessInitializeOnLoadMethodAttributes (29ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 36.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (137.0 KB). Loaded Objects now: 7791. +Memory consumption went from 213.0 MB to 212.8 MB. +Total: 7.221800 ms (FindLiveObjects: 1.348500 ms CreateObjectMapping: 0.977800 ms MarkObjects: 4.357100 ms DeleteObjects: 0.536700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Import Request. + Time since last request: 41.921262 seconds. + path: Assets/Resources/Battle/Boss.prefab + artifactKey: Guid(d579585eed352e344bf2abbbb4989281) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Battle/Boss.prefab using Guid(d579585eed352e344bf2abbbb4989281) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7548ea201897509854adc17115a8dd9c') in 0.134009 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 10 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.402 seconds +Refreshing native plugins compatible for Editor in 16.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.998 seconds +Domain Reload Profiling: 2396ms + BeginReloadAssembly (216ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (82ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (59ms) + LoadAllAssembliesAndSetupDomain (1061ms) + LoadAssemblies (809ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (334ms) + TypeCache.Refresh (323ms) + TypeCache.ScanAssembly (304ms) + ScanForSourceGeneratedMonoScriptInfo (3ms) + ResolveRequiredComponents (8ms) + FinalizeReload (998ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (486ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (120ms) + ProcessInitializeOnLoadAttributes (316ms) + ProcessInitializeOnLoadMethodAttributes (29ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Refreshing native plugins compatible for Editor in 31.72 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.8 KB). Loaded Objects now: 7814. +Memory consumption went from 216.9 MB to 216.8 MB. +Total: 6.874100 ms (FindLiveObjects: 1.688700 ms CreateObjectMapping: 0.928300 ms MarkObjects: 4.005700 ms DeleteObjects: 0.249000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.255 seconds +Refreshing native plugins compatible for Editor in 22.24 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.070 seconds +Domain Reload Profiling: 2319ms + BeginReloadAssembly (195ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (86ms) + RebuildCommonClasses (30ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (56ms) + LoadAllAssembliesAndSetupDomain (958ms) + LoadAssemblies (679ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (339ms) + TypeCache.Refresh (328ms) + TypeCache.ScanAssembly (310ms) + ScanForSourceGeneratedMonoScriptInfo (3ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1070ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (541ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (108ms) + ProcessInitializeOnLoadAttributes (380ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 35.65 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.8 KB). Loaded Objects now: 7829. +Memory consumption went from 217.2 MB to 217.1 MB. +Total: 7.126600 ms (FindLiveObjects: 1.037600 ms CreateObjectMapping: 1.118200 ms MarkObjects: 4.684700 ms DeleteObjects: 0.284400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.019 seconds +Refreshing native plugins compatible for Editor in 27.13 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.497 seconds +Domain Reload Profiling: 3508ms + BeginReloadAssembly (320ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (133ms) + RebuildCommonClasses (52ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (92ms) + LoadAllAssembliesAndSetupDomain (1528ms) + LoadAssemblies (1106ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (533ms) + TypeCache.Refresh (516ms) + TypeCache.ScanAssembly (482ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1498ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (670ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (152ms) + ProcessInitializeOnLoadAttributes (448ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (16ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 44.20 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.7 KB). Loaded Objects now: 7844. +Memory consumption went from 217.1 MB to 217.0 MB. +Total: 31.486800 ms (FindLiveObjects: 1.340400 ms CreateObjectMapping: 0.535500 ms MarkObjects: 28.721900 ms DeleteObjects: 0.885800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 3.089 seconds +Refreshing native plugins compatible for Editor in 40.32 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.682 seconds +Domain Reload Profiling: 4759ms + BeginReloadAssembly (318ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (143ms) + RebuildCommonClasses (63ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (93ms) + LoadAllAssembliesAndSetupDomain (2585ms) + LoadAssemblies (1779ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (895ms) + TypeCache.Refresh (875ms) + TypeCache.ScanAssembly (825ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1683ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (696ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (167ms) + ProcessInitializeOnLoadAttributes (463ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Refreshing native plugins compatible for Editor in 50.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.9 KB). Loaded Objects now: 7859. +Memory consumption went from 217.2 MB to 217.1 MB. +Total: 21.182200 ms (FindLiveObjects: 6.151500 ms CreateObjectMapping: 2.767500 ms MarkObjects: 11.968600 ms DeleteObjects: 0.292100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.915 seconds +Refreshing native plugins compatible for Editor in 46.94 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.550 seconds +Domain Reload Profiling: 4455ms + BeginReloadAssembly (243ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (86ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (1523ms) + LoadAssemblies (966ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (638ms) + TypeCache.Refresh (623ms) + TypeCache.ScanAssembly (591ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (15ms) + FinalizeReload (2550ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (958ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (13ms) + SetLoadedEditorAssemblies (9ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (320ms) + ProcessInitializeOnLoadAttributes (564ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Refreshing native plugins compatible for Editor in 39.66 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.9 KB). Loaded Objects now: 7874. +Memory consumption went from 217.2 MB to 217.1 MB. +Total: 13.103700 ms (FindLiveObjects: 3.982200 ms CreateObjectMapping: 2.805900 ms MarkObjects: 5.802700 ms DeleteObjects: 0.510400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.861 seconds +Refreshing native plugins compatible for Editor in 30.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.578 seconds +Domain Reload Profiling: 3431ms + BeginReloadAssembly (266ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (103ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (1452ms) + LoadAssemblies (1038ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (502ms) + TypeCache.Refresh (483ms) + TypeCache.ScanAssembly (450ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1579ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (669ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (12ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (154ms) + ProcessInitializeOnLoadAttributes (448ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 38.23 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.9 KB). Loaded Objects now: 7889. +Memory consumption went from 217.2 MB to 217.1 MB. +Total: 12.523200 ms (FindLiveObjects: 1.506700 ms CreateObjectMapping: 1.617100 ms MarkObjects: 8.738800 ms DeleteObjects: 0.655200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 47.26 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.5 KB). Loaded Objects now: 7889. +Memory consumption went from 108.1 MB to 108.0 MB. +Total: 79.051000 ms (FindLiveObjects: 1.351100 ms CreateObjectMapping: 1.554000 ms MarkObjects: 76.035900 ms DeleteObjects: 0.103300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.946 seconds +Refreshing native plugins compatible for Editor in 37.21 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.523 seconds +Domain Reload Profiling: 4465ms + BeginReloadAssembly (225ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (81ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (1594ms) + LoadAssemblies (867ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (808ms) + TypeCache.Refresh (778ms) + TypeCache.ScanAssembly (736ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (29ms) + FinalizeReload (2525ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (641ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (9ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (163ms) + ProcessInitializeOnLoadAttributes (414ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 39.63 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.1 KB). Loaded Objects now: 7904. +Memory consumption went from 217.3 MB to 217.1 MB. +Total: 14.293600 ms (FindLiveObjects: 1.662000 ms CreateObjectMapping: 1.907100 ms MarkObjects: 10.370200 ms DeleteObjects: 0.351100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.026 seconds +Refreshing native plugins compatible for Editor in 26.69 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.193 seconds +Domain Reload Profiling: 4209ms + BeginReloadAssembly (237ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (81ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (73ms) + LoadAllAssembliesAndSetupDomain (1644ms) + LoadAssemblies (1063ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (668ms) + TypeCache.Refresh (648ms) + TypeCache.ScanAssembly (613ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (15ms) + FinalizeReload (2193ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (930ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (15ms) + SetLoadedEditorAssemblies (10ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (218ms) + ProcessInitializeOnLoadAttributes (632ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (16ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (20ms) +Refreshing native plugins compatible for Editor in 61.09 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7919. +Memory consumption went from 217.2 MB to 217.1 MB. +Total: 12.535100 ms (FindLiveObjects: 1.088100 ms CreateObjectMapping: 1.128700 ms MarkObjects: 9.605000 ms DeleteObjects: 0.709900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.125 seconds +Refreshing native plugins compatible for Editor in 45.38 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 4.332 seconds +Domain Reload Profiling: 6450ms + BeginReloadAssembly (261ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (102ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (71ms) + LoadAllAssembliesAndSetupDomain (1723ms) + LoadAssemblies (999ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (811ms) + TypeCache.Refresh (790ms) + TypeCache.ScanAssembly (725ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (20ms) + FinalizeReload (4333ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1128ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (20ms) + SetLoadedEditorAssemblies (18ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (308ms) + ProcessInitializeOnLoadAttributes (708ms) + ProcessInitializeOnLoadMethodAttributes (58ms) + AfterProcessingInitializeOnLoad (16ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (28ms) +Refreshing native plugins compatible for Editor in 35.88 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.4 KB). Loaded Objects now: 7934. +Memory consumption went from 217.3 MB to 217.2 MB. +Total: 8.004500 ms (FindLiveObjects: 1.309500 ms CreateObjectMapping: 0.835000 ms MarkObjects: 5.633000 ms DeleteObjects: 0.223900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 3.700 seconds +Refreshing native plugins compatible for Editor in 31.12 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.683 seconds +Domain Reload Profiling: 6358ms + BeginReloadAssembly (347ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (120ms) + RebuildCommonClasses (78ms) + RebuildNativeTypeToScriptingClass (27ms) + initialDomainReloadingComplete (347ms) + LoadAllAssembliesAndSetupDomain (2875ms) + LoadAssemblies (2353ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (664ms) + TypeCache.Refresh (642ms) + TypeCache.ScanAssembly (593ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (15ms) + FinalizeReload (2683ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (749ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (13ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (213ms) + ProcessInitializeOnLoadAttributes (468ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 26.59 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7949. +Memory consumption went from 217.3 MB to 217.2 MB. +Total: 9.381700 ms (FindLiveObjects: 1.900800 ms CreateObjectMapping: 2.108200 ms MarkObjects: 5.090400 ms DeleteObjects: 0.279200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.434 seconds +Refreshing native plugins compatible for Editor in 29.47 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.503 seconds +Domain Reload Profiling: 3924ms + BeginReloadAssembly (383ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (132ms) + RebuildCommonClasses (108ms) + RebuildNativeTypeToScriptingClass (23ms) + initialDomainReloadingComplete (129ms) + LoadAllAssembliesAndSetupDomain (1777ms) + LoadAssemblies (1450ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (500ms) + TypeCache.Refresh (482ms) + TypeCache.ScanAssembly (452ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1504ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (728ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (169ms) + ProcessInitializeOnLoadAttributes (484ms) + ProcessInitializeOnLoadMethodAttributes (46ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Refreshing native plugins compatible for Editor in 47.57 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7964. +Memory consumption went from 217.3 MB to 217.2 MB. +Total: 39.721500 ms (FindLiveObjects: 6.174600 ms CreateObjectMapping: 8.652900 ms MarkObjects: 19.591400 ms DeleteObjects: 5.297500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.030 seconds +Refreshing native plugins compatible for Editor in 56.38 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.751 seconds +Domain Reload Profiling: 4774ms + BeginReloadAssembly (359ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (150ms) + RebuildCommonClasses (56ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (1516ms) + LoadAssemblies (1059ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (590ms) + TypeCache.Refresh (577ms) + TypeCache.ScanAssembly (539ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2752ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1369ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (14ms) + SetLoadedEditorAssemblies (12ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (292ms) + ProcessInitializeOnLoadAttributes (897ms) + ProcessInitializeOnLoadMethodAttributes (114ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (62ms) +Refreshing native plugins compatible for Editor in 39.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7979. +Memory consumption went from 217.3 MB to 217.2 MB. +Total: 8.094200 ms (FindLiveObjects: 0.961600 ms CreateObjectMapping: 0.705800 ms MarkObjects: 6.125400 ms DeleteObjects: 0.299000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.910 seconds +Refreshing native plugins compatible for Editor in 30.33 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.630 seconds +Domain Reload Profiling: 4532ms + BeginReloadAssembly (366ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (147ms) + RebuildCommonClasses (84ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (79ms) + LoadAllAssembliesAndSetupDomain (2355ms) + LoadAssemblies (1484ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (988ms) + TypeCache.Refresh (966ms) + TypeCache.ScanAssembly (922ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (16ms) + FinalizeReload (1631ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (750ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (170ms) + ProcessInitializeOnLoadAttributes (500ms) + ProcessInitializeOnLoadMethodAttributes (51ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Refreshing native plugins compatible for Editor in 36.85 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7994. +Memory consumption went from 217.3 MB to 217.1 MB. +Total: 12.812000 ms (FindLiveObjects: 1.199100 ms CreateObjectMapping: 3.434500 ms MarkObjects: 7.884400 ms DeleteObjects: 0.291600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.906 seconds +Refreshing native plugins compatible for Editor in 53.01 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.608 seconds +Domain Reload Profiling: 4506ms + BeginReloadAssembly (243ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (96ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (1520ms) + LoadAssemblies (960ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (632ms) + TypeCache.Refresh (615ms) + TypeCache.ScanAssembly (584ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (17ms) + FinalizeReload (2609ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (807ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (16ms) + SetLoadedEditorAssemblies (11ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (219ms) + ProcessInitializeOnLoadAttributes (506ms) + ProcessInitializeOnLoadMethodAttributes (41ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Refreshing native plugins compatible for Editor in 37.81 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 8009. +Memory consumption went from 217.3 MB to 217.1 MB. +Total: 18.795600 ms (FindLiveObjects: 1.357100 ms CreateObjectMapping: 4.525400 ms MarkObjects: 12.024600 ms DeleteObjects: 0.836500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> diff --git a/JNFrame2/Logs/AssetImportWorker1-prev.log b/JNFrame2/Logs/AssetImportWorker1-prev.log index f473961f..ea2bb254 100644 --- a/JNFrame2/Logs/AssetImportWorker1-prev.log +++ b/JNFrame2/Logs/AssetImportWorker1-prev.log @@ -15,7 +15,7 @@ D:/myproject/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker1.log -srvPort -65245 +62529 Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 D:/myproject/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,11 +49,11 @@ D:/myproject/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [110252] Host "[IP] 192.168.15.124 [Port] 0 [Flags] 2 [Guid] 4050760612 [EditorId] 4050760612 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [29656] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3686011887 [EditorId] 3686011887 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [110252] Host "[IP] 192.168.15.124 [Port] 0 [Flags] 2 [Guid] 4050760612 [EditorId] 4050760612 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [29656] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3686011887 [EditorId] 3686011887 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 45.75 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 42.48 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.1f1 (f18e0c1b5784) [Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems @@ -69,44 +69,44 @@ Initialize mono Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56160 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56320 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.005353 seconds. -- Loaded All Assemblies, in 0.362 seconds +Registered in 0.005431 seconds. +- Loaded All Assemblies, in 0.343 seconds Native extension for WindowsStandalone target not found Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.363 seconds -Domain Reload Profiling: 723ms - BeginReloadAssembly (103ms) +- Finished resetting the current domain, in 0.263 seconds +Domain Reload Profiling: 603ms + BeginReloadAssembly (100ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (158ms) - LoadAssemblies (99ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (127ms) + LoadAssemblies (97ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (151ms) - TypeCache.Refresh (150ms) - TypeCache.ScanAssembly (130ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) + AnalyzeDomain (120ms) + TypeCache.Refresh (120ms) + TypeCache.ScanAssembly (107ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) ResolveRequiredComponents (1ms) - FinalizeReload (364ms) + FinalizeReload (264ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (290ms) + SetupLoadedEditorAssemblies (195ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (10ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (8ms) RefreshPlugins (0ms) BeforeProcessingInitializeOnLoad (2ms) - ProcessInitializeOnLoadAttributes (191ms) - ProcessInitializeOnLoadMethodAttributes (75ms) + ProcessInitializeOnLoadAttributes (124ms) + ProcessInitializeOnLoadMethodAttributes (52ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -114,55 +114,55 @@ Domain Reload Profiling: 723ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.422 seconds -Refreshing native plugins compatible for Editor in 20.80 ms, found 3 plugins. +- Loaded All Assemblies, in 1.348 seconds +Refreshing native plugins compatible for Editor in 18.85 ms, found 3 plugins. Native extension for WindowsStandalone target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.909 seconds -Domain Reload Profiling: 2327ms - BeginReloadAssembly (158ms) +- Finished resetting the current domain, in 0.802 seconds +Domain Reload Profiling: 2146ms + BeginReloadAssembly (123ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) + DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - RebuildCommonClasses (53ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (71ms) + CreateAndSetChildDomain (22ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (49ms) LoadAllAssembliesAndSetupDomain (1120ms) - LoadAssemblies (689ms) + LoadAssemblies (785ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (498ms) - TypeCache.Refresh (454ms) - TypeCache.ScanAssembly (423ms) - ScanForSourceGeneratedMonoScriptInfo (35ms) - ResolveRequiredComponents (10ms) - FinalizeReload (909ms) + AnalyzeDomain (385ms) + TypeCache.Refresh (352ms) + TypeCache.ScanAssembly (335ms) + ScanForSourceGeneratedMonoScriptInfo (26ms) + ResolveRequiredComponents (8ms) + FinalizeReload (802ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (688ms) + SetupLoadedEditorAssemblies (638ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) + InitializePlatformSupportModulesInManaged (6ms) SetLoadedEditorAssemblies (4ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (133ms) - ProcessInitializeOnLoadAttributes (486ms) - ProcessInitializeOnLoadMethodAttributes (44ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (1ms) + BeforeProcessingInitializeOnLoad (125ms) + ProcessInitializeOnLoadAttributes (469ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (8ms) + EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (22ms) -Launched and connected shader compiler UnityShaderCompiler.exe after 0.13 seconds -Refreshing native plugins compatible for Editor in 33.83 ms, found 3 plugins. + AwakeInstancesAfterBackupRestoration (10ms) +Launched and connected shader compiler UnityShaderCompiler.exe after 0.07 seconds +Refreshing native plugins compatible for Editor in 34.04 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 6912 Unused Serialized files (Serialized files now loaded: 0) -Unloading 131 unused Assets / (163.9 KB). Loaded Objects now: 7334. -Memory consumption went from 215.5 MB to 215.3 MB. -Total: 8.851200 ms (FindLiveObjects: 1.553900 ms CreateObjectMapping: 1.649800 ms MarkObjects: 4.935800 ms DeleteObjects: 0.709100 ms) +Unloading 7024 Unused Serialized files (Serialized files now loaded: 0) +Unloading 137 unused Assets / (165.4 KB). Loaded Objects now: 7446. +Memory consumption went from 213.6 MB to 213.5 MB. +Total: 3.559500 ms (FindLiveObjects: 0.595800 ms CreateObjectMapping: 0.359800 ms MarkObjects: 2.426300 ms DeleteObjects: 0.176100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> @@ -175,3 +175,684 @@ AssetImportParameters requested are different than current active one (requested custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Import Request. + Time since last request: 56483.671360 seconds. + path: Assets/HotMain/LoadDll.cs + artifactKey: Guid(21612b697232f004dbebce22c0000dd8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotMain/LoadDll.cs using Guid(21612b697232f004dbebce22c0000dd8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5f4a039d6bd9d815b9ffa5ac5a917061') in 0.002383 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.597 seconds +Refreshing native plugins compatible for Editor in 17.80 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.776 seconds +Domain Reload Profiling: 3365ms + BeginReloadAssembly (275ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (120ms) + RebuildCommonClasses (50ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (1182ms) + LoadAssemblies (869ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (410ms) + TypeCache.Refresh (396ms) + TypeCache.ScanAssembly (375ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1777ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (482ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (123ms) + ProcessInitializeOnLoadAttributes (315ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Refreshing native plugins compatible for Editor in 32.71 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7024 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (135.9 KB). Loaded Objects now: 7472. +Memory consumption went from 212.0 MB to 211.8 MB. +Total: 4.444400 ms (FindLiveObjects: 0.533000 ms CreateObjectMapping: 0.400400 ms MarkObjects: 3.263900 ms DeleteObjects: 0.246100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 42.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7472. +Memory consumption went from 103.1 MB to 103.0 MB. +Total: 314.281200 ms (FindLiveObjects: 2.333800 ms CreateObjectMapping: 0.555700 ms MarkObjects: 310.882200 ms DeleteObjects: 0.502300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.930 seconds +Refreshing native plugins compatible for Editor in 23.66 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.994 seconds +Domain Reload Profiling: 5917ms + BeginReloadAssembly (781ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (29ms) + BackupInstance (0ms) + ReleaseScriptingObjects (1ms) + CreateAndSetChildDomain (485ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (85ms) + LoadAllAssembliesAndSetupDomain (1995ms) + LoadAssemblies (1531ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (597ms) + TypeCache.Refresh (576ms) + TypeCache.ScanAssembly (504ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (10ms) + FinalizeReload (2994ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (734ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (10ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (179ms) + ProcessInitializeOnLoadAttributes (485ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 75.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.4 KB). Loaded Objects now: 7488. +Memory consumption went from 212.3 MB to 212.1 MB. +Total: 5.280000 ms (FindLiveObjects: 1.194900 ms CreateObjectMapping: 0.684100 ms MarkObjects: 3.255900 ms DeleteObjects: 0.141400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 39.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.5 KB). Loaded Objects now: 7488. +Memory consumption went from 103.1 MB to 103.0 MB. +Total: 34.811500 ms (FindLiveObjects: 0.839200 ms CreateObjectMapping: 1.298900 ms MarkObjects: 32.586900 ms DeleteObjects: 0.084300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 38.54 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.5 KB). Loaded Objects now: 7488. +Memory consumption went from 102.3 MB to 102.3 MB. +Total: 9.593600 ms (FindLiveObjects: 2.353000 ms CreateObjectMapping: 1.240300 ms MarkObjects: 5.919600 ms DeleteObjects: 0.078000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.930 seconds +Refreshing native plugins compatible for Editor in 27.76 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.272 seconds +Domain Reload Profiling: 4196ms + BeginReloadAssembly (420ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (15ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (231ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (1382ms) + LoadAssemblies (1023ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (444ms) + TypeCache.Refresh (426ms) + TypeCache.ScanAssembly (379ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2273ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (601ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (157ms) + ProcessInitializeOnLoadAttributes (388ms) + ProcessInitializeOnLoadMethodAttributes (30ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 47.57 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (135.9 KB). Loaded Objects now: 7503. +Memory consumption went from 212.3 MB to 212.1 MB. +Total: 6.328900 ms (FindLiveObjects: 0.941700 ms CreateObjectMapping: 0.571900 ms MarkObjects: 4.425700 ms DeleteObjects: 0.387400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 83.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.5 KB). Loaded Objects now: 7503. +Memory consumption went from 103.1 MB to 103.0 MB. +Total: 12.704400 ms (FindLiveObjects: 1.624000 ms CreateObjectMapping: 1.217200 ms MarkObjects: 9.653700 ms DeleteObjects: 0.204700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.624 seconds +Refreshing native plugins compatible for Editor in 33.71 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.035 seconds +Domain Reload Profiling: 4651ms + BeginReloadAssembly (359ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (119ms) + RebuildCommonClasses (65ms) + RebuildNativeTypeToScriptingClass (19ms) + initialDomainReloadingComplete (96ms) + LoadAllAssembliesAndSetupDomain (2077ms) + LoadAssemblies (1607ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (629ms) + TypeCache.Refresh (613ms) + TypeCache.ScanAssembly (583ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2035ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (944ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (219ms) + ProcessInitializeOnLoadAttributes (651ms) + ProcessInitializeOnLoadMethodAttributes (46ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 40.58 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (135.9 KB). Loaded Objects now: 7518. +Memory consumption went from 212.3 MB to 212.1 MB. +Total: 9.290000 ms (FindLiveObjects: 1.196800 ms CreateObjectMapping: 0.732100 ms MarkObjects: 6.913100 ms DeleteObjects: 0.444800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.555 seconds +Refreshing native plugins compatible for Editor in 27.54 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.297 seconds +Domain Reload Profiling: 2844ms + BeginReloadAssembly (203ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (72ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (1226ms) + LoadAssemblies (852ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (447ms) + TypeCache.Refresh (436ms) + TypeCache.ScanAssembly (413ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1297ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (602ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (141ms) + ProcessInitializeOnLoadAttributes (400ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Script is not up to date after domain reload: guid(21612b697232f004dbebce22c0000dd8) path("Assets/HotMain/LoadDll.cs") state(2) +Refreshing native plugins compatible for Editor in 41.83 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7025 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.2 KB). Loaded Objects now: 7532. +Memory consumption went from 212.2 MB to 212.1 MB. +Total: 4.624600 ms (FindLiveObjects: 0.759000 ms CreateObjectMapping: 0.596700 ms MarkObjects: 3.094000 ms DeleteObjects: 0.173000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.474 seconds +Refreshing native plugins compatible for Editor in 22.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.311 seconds +Domain Reload Profiling: 2780ms + BeginReloadAssembly (214ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (75ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (1145ms) + LoadAssemblies (815ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (409ms) + TypeCache.Refresh (396ms) + TypeCache.ScanAssembly (367ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1312ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (652ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (170ms) + ProcessInitializeOnLoadAttributes (411ms) + ProcessInitializeOnLoadMethodAttributes (47ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 42.49 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.1 KB). Loaded Objects now: 7548. +Memory consumption went from 212.3 MB to 212.2 MB. +Total: 8.512400 ms (FindLiveObjects: 1.556800 ms CreateObjectMapping: 1.135700 ms MarkObjects: 5.428700 ms DeleteObjects: 0.386900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.573 seconds +Refreshing native plugins compatible for Editor in 30.63 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.464 seconds +Domain Reload Profiling: 3031ms + BeginReloadAssembly (193ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (65ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (1263ms) + LoadAssemblies (846ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (494ms) + TypeCache.Refresh (483ms) + TypeCache.ScanAssembly (458ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1464ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (705ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (196ms) + ProcessInitializeOnLoadAttributes (436ms) + ProcessInitializeOnLoadMethodAttributes (44ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 46.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.2 KB). Loaded Objects now: 7563. +Memory consumption went from 212.3 MB to 212.2 MB. +Total: 6.459700 ms (FindLiveObjects: 0.878100 ms CreateObjectMapping: 0.731500 ms MarkObjects: 4.591500 ms DeleteObjects: 0.256900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.007 seconds +Refreshing native plugins compatible for Editor in 22.76 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.458 seconds +Domain Reload Profiling: 3459ms + BeginReloadAssembly (280ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (106ms) + RebuildCommonClasses (58ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (88ms) + LoadAllAssembliesAndSetupDomain (1560ms) + LoadAssemblies (1120ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (545ms) + TypeCache.Refresh (532ms) + TypeCache.ScanAssembly (506ms) + ScanForSourceGeneratedMonoScriptInfo (3ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1458ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (665ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (159ms) + ProcessInitializeOnLoadAttributes (441ms) + ProcessInitializeOnLoadMethodAttributes (40ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 38.48 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.1 KB). Loaded Objects now: 7578. +Memory consumption went from 212.3 MB to 212.2 MB. +Total: 6.949600 ms (FindLiveObjects: 1.068900 ms CreateObjectMapping: 0.636800 ms MarkObjects: 4.742700 ms DeleteObjects: 0.497500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.581 seconds +Refreshing native plugins compatible for Editor in 26.91 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.512 seconds +Domain Reload Profiling: 3087ms + BeginReloadAssembly (193ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (1273ms) + LoadAssemblies (828ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (511ms) + TypeCache.Refresh (500ms) + TypeCache.ScanAssembly (474ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1512ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (709ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (183ms) + ProcessInitializeOnLoadAttributes (458ms) + ProcessInitializeOnLoadMethodAttributes (42ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 40.79 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (136.1 KB). Loaded Objects now: 7593. +Memory consumption went from 212.3 MB to 212.2 MB. +Total: 6.982800 ms (FindLiveObjects: 0.962400 ms CreateObjectMapping: 0.682900 ms MarkObjects: 5.125900 ms DeleteObjects: 0.209600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 69.38 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.5 KB). Loaded Objects now: 7593. +Memory consumption went from 103.2 MB to 103.1 MB. +Total: 8.783100 ms (FindLiveObjects: 0.849500 ms CreateObjectMapping: 0.919500 ms MarkObjects: 6.866000 ms DeleteObjects: 0.146000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> diff --git a/JNFrame2/Logs/AssetImportWorker1.log b/JNFrame2/Logs/AssetImportWorker1.log index 198fc317..d76a7cb3 100644 --- a/JNFrame2/Logs/AssetImportWorker1.log +++ b/JNFrame2/Logs/AssetImportWorker1.log @@ -15,7 +15,7 @@ D:/myproject/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker1.log -srvPort -51379 +58262 Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 D:/myproject/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,11 +49,11 @@ D:/myproject/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [355868] Host "[IP] 192.168.15.124 [Port] 0 [Flags] 2 [Guid] 2562815426 [EditorId] 2562815426 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [29444] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1371640351 [EditorId] 1371640351 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [355868] Host "[IP] 192.168.15.124 [Port] 0 [Flags] 2 [Guid] 2562815426 [EditorId] 2562815426 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [29444] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1371640351 [EditorId] 1371640351 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 46.89 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 82.22 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.1f1 (f18e0c1b5784) [Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems @@ -69,44 +69,44 @@ Initialize mono Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56480 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56164 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.008939 seconds. -- Loaded All Assemblies, in 0.533 seconds +Registered in 0.009294 seconds. +- Loaded All Assemblies, in 0.811 seconds Native extension for WindowsStandalone target not found Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.300 seconds -Domain Reload Profiling: 830ms - BeginReloadAssembly (119ms) +- Finished resetting the current domain, in 1.266 seconds +Domain Reload Profiling: 2075ms + BeginReloadAssembly (152ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - RebuildCommonClasses (70ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (75ms) - LoadAllAssembliesAndSetupDomain (251ms) - LoadAssemblies (115ms) + RebuildCommonClasses (55ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (112ms) + LoadAllAssembliesAndSetupDomain (471ms) + LoadAssemblies (149ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (240ms) - TypeCache.Refresh (238ms) - TypeCache.ScanAssembly (218ms) + AnalyzeDomain (450ms) + TypeCache.Refresh (446ms) + TypeCache.ScanAssembly (384ms) ScanForSourceGeneratedMonoScriptInfo (1ms) - ResolveRequiredComponents (1ms) - FinalizeReload (300ms) + ResolveRequiredComponents (3ms) + FinalizeReload (1267ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (232ms) + SetupLoadedEditorAssemblies (1034ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (9ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (35ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (3ms) - ProcessInitializeOnLoadAttributes (153ms) - ProcessInitializeOnLoadMethodAttributes (56ms) + BeforeProcessingInitializeOnLoad (20ms) + ProcessInitializeOnLoadAttributes (799ms) + ProcessInitializeOnLoadMethodAttributes (136ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -114,55 +114,55 @@ Domain Reload Profiling: 830ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.614 seconds -Refreshing native plugins compatible for Editor in 25.99 ms, found 3 plugins. +- Loaded All Assemblies, in 2.637 seconds +Refreshing native plugins compatible for Editor in 33.90 ms, found 3 plugins. Native extension for WindowsStandalone target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.989 seconds -Domain Reload Profiling: 2598ms - BeginReloadAssembly (188ms) +- Finished resetting the current domain, in 1.604 seconds +Domain Reload Profiling: 4231ms + BeginReloadAssembly (275ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) + DisableScriptedObjects (10ms) BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (67ms) - LoadAllAssembliesAndSetupDomain (1302ms) - LoadAssemblies (931ms) + ReleaseScriptingObjects (1ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (63ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (93ms) + LoadAllAssembliesAndSetupDomain (2178ms) + LoadAssemblies (1373ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (448ms) - TypeCache.Refresh (405ms) - TypeCache.ScanAssembly (387ms) - ScanForSourceGeneratedMonoScriptInfo (34ms) - ResolveRequiredComponents (8ms) - FinalizeReload (990ms) + AnalyzeDomain (923ms) + TypeCache.Refresh (857ms) + TypeCache.ScanAssembly (820ms) + ScanForSourceGeneratedMonoScriptInfo (54ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1605ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (735ms) + SetupLoadedEditorAssemblies (1234ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (6ms) + InitializePlatformSupportModulesInManaged (16ms) + SetLoadedEditorAssemblies (9ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (148ms) - ProcessInitializeOnLoadAttributes (534ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) + BeforeProcessingInitializeOnLoad (239ms) + ProcessInitializeOnLoadAttributes (889ms) + ProcessInitializeOnLoadMethodAttributes (63ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Launched and connected shader compiler UnityShaderCompiler.exe after 0.17 seconds -Refreshing native plugins compatible for Editor in 26.95 ms, found 3 plugins. + AwakeInstancesAfterBackupRestoration (18ms) +Launched and connected shader compiler UnityShaderCompiler.exe after 0.12 seconds +Refreshing native plugins compatible for Editor in 51.14 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 7037 Unused Serialized files (Serialized files now loaded: 0) -Unloading 137 unused Assets / (164.9 KB). Loaded Objects now: 7459. -Memory consumption went from 217.7 MB to 217.5 MB. -Total: 5.443400 ms (FindLiveObjects: 0.557700 ms CreateObjectMapping: 0.522400 ms MarkObjects: 4.074400 ms DeleteObjects: 0.287500 ms) +Unloading 7038 Unused Serialized files (Serialized files now loaded: 0) +Unloading 139 unused Assets / (166.4 KB). Loaded Objects now: 7458. +Memory consumption went from 214.4 MB to 214.2 MB. +Total: 39.302800 ms (FindLiveObjects: 2.427300 ms CreateObjectMapping: 1.238700 ms MarkObjects: 19.513600 ms DeleteObjects: 16.119800 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> @@ -180,9 +180,2474 @@ AssetImportParameters requested are different than current active one (requested custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace ======================================================================== Received Import Request. - Time since last request: 124393.606482 seconds. - path: Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc - artifactKey: Guid(c334973cef89a9840b0b0c507e0377ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc using Guid(c334973cef89a9840b0b0c507e0377ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ed4948e3d3b156c358d774882348c13a') in 0.016291 seconds + Time since last request: 81971.391057 seconds. + path: Assets/HotAssets/HotDlls + artifactKey: Guid(dac7bc99d1e678248a1a3539ac15a567) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotAssets/HotDlls using Guid(dac7bc99d1e678248a1a3539ac15a567) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8cad6e07434e8801893656774ee38404') in 0.005418 seconds Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 1 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.559 seconds +Refreshing native plugins compatible for Editor in 41.95 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.530 seconds +Domain Reload Profiling: 4081ms + BeginReloadAssembly (318ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (127ms) + RebuildCommonClasses (62ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (78ms) + LoadAllAssembliesAndSetupDomain (2076ms) + LoadAssemblies (1131ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (1058ms) + TypeCache.Refresh (1041ms) + TypeCache.ScanAssembly (997ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (16ms) + FinalizeReload (1530ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (669ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (152ms) + ProcessInitializeOnLoadAttributes (453ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 45.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.0 KB). Loaded Objects now: 7473. +Memory consumption went from 212.5 MB to 212.3 MB. +Total: 23.423900 ms (FindLiveObjects: 1.786200 ms CreateObjectMapping: 7.439100 ms MarkObjects: 13.121100 ms DeleteObjects: 1.074700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 44.10 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7473. +Memory consumption went from 103.6 MB to 103.5 MB. +Total: 5.161500 ms (FindLiveObjects: 0.809500 ms CreateObjectMapping: 0.460100 ms MarkObjects: 3.817100 ms DeleteObjects: 0.072600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.883 seconds +Refreshing native plugins compatible for Editor in 36.14 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.128 seconds +Domain Reload Profiling: 4005ms + BeginReloadAssembly (250ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (100ms) + RebuildCommonClasses (51ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (85ms) + LoadAllAssembliesAndSetupDomain (1475ms) + LoadAssemblies (919ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (635ms) + TypeCache.Refresh (610ms) + TypeCache.ScanAssembly (570ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (25ms) + FinalizeReload (2129ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (792ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (204ms) + ProcessInitializeOnLoadAttributes (513ms) + ProcessInitializeOnLoadMethodAttributes (43ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 43.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.6 KB). Loaded Objects now: 7488. +Memory consumption went from 212.7 MB to 212.6 MB. +Total: 9.164900 ms (FindLiveObjects: 1.398100 ms CreateObjectMapping: 2.145200 ms MarkObjects: 5.171300 ms DeleteObjects: 0.447400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 35.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.5 KB). Loaded Objects now: 7488. +Memory consumption went from 103.6 MB to 103.5 MB. +Total: 75.294800 ms (FindLiveObjects: 37.769600 ms CreateObjectMapping: 2.448100 ms MarkObjects: 34.838200 ms DeleteObjects: 0.233300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.007 seconds +Refreshing native plugins compatible for Editor in 80.03 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.637 seconds +Domain Reload Profiling: 4638ms + BeginReloadAssembly (246ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (91ms) + RebuildCommonClasses (50ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (71ms) + LoadAllAssembliesAndSetupDomain (1617ms) + LoadAssemblies (974ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (731ms) + TypeCache.Refresh (711ms) + TypeCache.ScanAssembly (650ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (20ms) + FinalizeReload (2638ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (899ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (12ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (205ms) + ProcessInitializeOnLoadAttributes (614ms) + ProcessInitializeOnLoadMethodAttributes (48ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 39.98 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.3 KB). Loaded Objects now: 7503. +Memory consumption went from 212.7 MB to 212.6 MB. +Total: 217.448900 ms (FindLiveObjects: 1.119500 ms CreateObjectMapping: 11.858200 ms MarkObjects: 203.524100 ms DeleteObjects: 0.944400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 38.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7503. +Memory consumption went from 103.6 MB to 103.5 MB. +Total: 32.626000 ms (FindLiveObjects: 3.182000 ms CreateObjectMapping: 5.311600 ms MarkObjects: 23.852200 ms DeleteObjects: 0.277500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.017 seconds +Refreshing native plugins compatible for Editor in 38.32 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.593 seconds +Domain Reload Profiling: 4602ms + BeginReloadAssembly (275ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (87ms) + RebuildCommonClasses (54ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (82ms) + LoadAllAssembliesAndSetupDomain (1581ms) + LoadAssemblies (1032ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (652ms) + TypeCache.Refresh (638ms) + TypeCache.ScanAssembly (590ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2594ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (849ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (9ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (220ms) + ProcessInitializeOnLoadAttributes (543ms) + ProcessInitializeOnLoadMethodAttributes (41ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 49.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (136.9 KB). Loaded Objects now: 7518. +Memory consumption went from 212.8 MB to 212.6 MB. +Total: 43.253000 ms (FindLiveObjects: 9.345000 ms CreateObjectMapping: 3.838400 ms MarkObjects: 29.230000 ms DeleteObjects: 0.833800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: 945815ba23aebc718f35fffdc5027e25 -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 65e102978325dcde816315825ed0fee4 -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: cff8dec07e61cf430e75aa09834ed65c -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.852 seconds +Refreshing native plugins compatible for Editor in 35.32 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.844 seconds +Domain Reload Profiling: 3688ms + BeginReloadAssembly (258ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (97ms) + RebuildCommonClasses (51ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (80ms) + LoadAllAssembliesAndSetupDomain (1440ms) + LoadAssemblies (954ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (575ms) + TypeCache.Refresh (558ms) + TypeCache.ScanAssembly (523ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1844ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (840ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (191ms) + ProcessInitializeOnLoadAttributes (552ms) + ProcessInitializeOnLoadMethodAttributes (60ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +Refreshing native plugins compatible for Editor in 45.53 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (145.6 KB). Loaded Objects now: 7533. +Memory consumption went from 212.7 MB to 212.6 MB. +Total: 79.085400 ms (FindLiveObjects: 3.253200 ms CreateObjectMapping: 1.132500 ms MarkObjects: 73.997800 ms DeleteObjects: 0.698200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.983 seconds +Refreshing native plugins compatible for Editor in 35.90 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.511 seconds +Domain Reload Profiling: 4486ms + BeginReloadAssembly (243ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (86ms) + RebuildCommonClasses (51ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (90ms) + LoadAllAssembliesAndSetupDomain (1575ms) + LoadAssemblies (960ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (699ms) + TypeCache.Refresh (683ms) + TypeCache.ScanAssembly (646ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2511ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (705ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (162ms) + ProcessInitializeOnLoadAttributes (473ms) + ProcessInitializeOnLoadMethodAttributes (40ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Refreshing native plugins compatible for Editor in 61.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7548. +Memory consumption went from 212.7 MB to 212.6 MB. +Total: 27.080800 ms (FindLiveObjects: 2.011600 ms CreateObjectMapping: 20.308100 ms MarkObjects: 4.488000 ms DeleteObjects: 0.270500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.492 seconds +Refreshing native plugins compatible for Editor in 30.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.663 seconds +Domain Reload Profiling: 4145ms + BeginReloadAssembly (323ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (101ms) + RebuildCommonClasses (64ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (94ms) + LoadAllAssembliesAndSetupDomain (1983ms) + LoadAssemblies (1476ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (637ms) + TypeCache.Refresh (612ms) + TypeCache.ScanAssembly (576ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (16ms) + FinalizeReload (1664ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (759ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (154ms) + ProcessInitializeOnLoadAttributes (533ms) + ProcessInitializeOnLoadMethodAttributes (45ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 45.93 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7563. +Memory consumption went from 212.7 MB to 212.6 MB. +Total: 20.130400 ms (FindLiveObjects: 4.958300 ms CreateObjectMapping: 2.629300 ms MarkObjects: 12.014500 ms DeleteObjects: 0.524500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.130 seconds +Refreshing native plugins compatible for Editor in 58.00 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.728 seconds +Domain Reload Profiling: 4849ms + BeginReloadAssembly (258ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (98ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (86ms) + LoadAllAssembliesAndSetupDomain (1713ms) + LoadAssemblies (1038ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (761ms) + TypeCache.Refresh (745ms) + TypeCache.ScanAssembly (701ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2729ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (918ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (16ms) + SetLoadedEditorAssemblies (15ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (209ms) + ProcessInitializeOnLoadAttributes (611ms) + ProcessInitializeOnLoadMethodAttributes (52ms) + AfterProcessingInitializeOnLoad (15ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Refreshing native plugins compatible for Editor in 47.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7578. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 44.629000 ms (FindLiveObjects: 4.312200 ms CreateObjectMapping: 2.924200 ms MarkObjects: 36.924600 ms DeleteObjects: 0.464600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 41.30 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7578. +Memory consumption went from 103.6 MB to 103.6 MB. +Total: 213.114100 ms (FindLiveObjects: 143.862700 ms CreateObjectMapping: 2.968900 ms MarkObjects: 66.143500 ms DeleteObjects: 0.135200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.917 seconds +Refreshing native plugins compatible for Editor in 41.70 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.587 seconds +Domain Reload Profiling: 3494ms + BeginReloadAssembly (245ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (91ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (1528ms) + LoadAssemblies (1063ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (556ms) + TypeCache.Refresh (541ms) + TypeCache.ScanAssembly (508ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (15ms) + FinalizeReload (1587ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (707ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (156ms) + ProcessInitializeOnLoadAttributes (472ms) + ProcessInitializeOnLoadMethodAttributes (49ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 69.30 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7593. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 24.816300 ms (FindLiveObjects: 1.510500 ms CreateObjectMapping: 3.867800 ms MarkObjects: 18.862000 ms DeleteObjects: 0.571800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.437 seconds +Refreshing native plugins compatible for Editor in 38.33 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.488 seconds +Domain Reload Profiling: 3916ms + BeginReloadAssembly (381ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (157ms) + RebuildCommonClasses (69ms) + RebuildNativeTypeToScriptingClass (19ms) + initialDomainReloadingComplete (104ms) + LoadAllAssembliesAndSetupDomain (1855ms) + LoadAssemblies (1289ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (687ms) + TypeCache.Refresh (670ms) + TypeCache.ScanAssembly (620ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1488ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (670ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (158ms) + ProcessInitializeOnLoadAttributes (441ms) + ProcessInitializeOnLoadMethodAttributes (40ms) + AfterProcessingInitializeOnLoad (17ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Refreshing native plugins compatible for Editor in 38.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7608. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 7.953200 ms (FindLiveObjects: 1.086200 ms CreateObjectMapping: 0.809600 ms MarkObjects: 5.550400 ms DeleteObjects: 0.503100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.096 seconds +Refreshing native plugins compatible for Editor in 39.61 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.608 seconds +Domain Reload Profiling: 3691ms + BeginReloadAssembly (235ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (76ms) + RebuildCommonClasses (53ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (100ms) + LoadAllAssembliesAndSetupDomain (1677ms) + LoadAssemblies (1189ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (577ms) + TypeCache.Refresh (560ms) + TypeCache.ScanAssembly (525ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (17ms) + FinalizeReload (1609ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (763ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (9ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (177ms) + ProcessInitializeOnLoadAttributes (523ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (9ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 42.99 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.1 KB). Loaded Objects now: 7623. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 7.169200 ms (FindLiveObjects: 1.402900 ms CreateObjectMapping: 1.002300 ms MarkObjects: 4.303600 ms DeleteObjects: 0.457400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.698 seconds +Refreshing native plugins compatible for Editor in 30.86 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.750 seconds +Domain Reload Profiling: 3439ms + BeginReloadAssembly (248ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (91ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (80ms) + LoadAllAssembliesAndSetupDomain (1305ms) + LoadAssemblies (926ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (466ms) + TypeCache.Refresh (450ms) + TypeCache.ScanAssembly (424ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1751ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (820ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (188ms) + ProcessInitializeOnLoadAttributes (564ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 45.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7638. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 80.809900 ms (FindLiveObjects: 64.702600 ms CreateObjectMapping: 7.017600 ms MarkObjects: 7.984700 ms DeleteObjects: 1.098500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.785 seconds +Refreshing native plugins compatible for Editor in 28.20 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.545 seconds +Domain Reload Profiling: 3322ms + BeginReloadAssembly (240ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (87ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (1399ms) + LoadAssemblies (990ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (494ms) + TypeCache.Refresh (483ms) + TypeCache.ScanAssembly (451ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1545ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (772ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (210ms) + ProcessInitializeOnLoadAttributes (486ms) + ProcessInitializeOnLoadMethodAttributes (45ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 40.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.4 KB). Loaded Objects now: 7653. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 18.115000 ms (FindLiveObjects: 10.524300 ms CreateObjectMapping: 0.965300 ms MarkObjects: 5.883400 ms DeleteObjects: 0.718000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.872 seconds +Refreshing native plugins compatible for Editor in 34.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.587 seconds +Domain Reload Profiling: 3449ms + BeginReloadAssembly (268ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (101ms) + RebuildCommonClasses (56ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (1444ms) + LoadAssemblies (1015ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (519ms) + TypeCache.Refresh (507ms) + TypeCache.ScanAssembly (475ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1587ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (707ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (14ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (168ms) + ProcessInitializeOnLoadAttributes (466ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 40.30 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.4 KB). Loaded Objects now: 7668. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 43.414200 ms (FindLiveObjects: 5.997900 ms CreateObjectMapping: 3.240300 ms MarkObjects: 32.421700 ms DeleteObjects: 1.749200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 34.97 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7668. +Memory consumption went from 103.7 MB to 103.6 MB. +Total: 33.976900 ms (FindLiveObjects: 2.708400 ms CreateObjectMapping: 1.152500 ms MarkObjects: 29.863400 ms DeleteObjects: 0.249100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.894 seconds +Refreshing native plugins compatible for Editor in 28.42 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.525 seconds +Domain Reload Profiling: 3411ms + BeginReloadAssembly (333ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (140ms) + RebuildCommonClasses (57ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (78ms) + LoadAllAssembliesAndSetupDomain (1400ms) + LoadAssemblies (1001ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (512ms) + TypeCache.Refresh (500ms) + TypeCache.ScanAssembly (471ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1526ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (664ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (169ms) + ProcessInitializeOnLoadAttributes (429ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 53.85 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.5 KB). Loaded Objects now: 7683. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 24.465100 ms (FindLiveObjects: 3.623700 ms CreateObjectMapping: 4.101400 ms MarkObjects: 14.919700 ms DeleteObjects: 1.812300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.921 seconds +Refreshing native plugins compatible for Editor in 27.49 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.787 seconds +Domain Reload Profiling: 4700ms + BeginReloadAssembly (255ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (96ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (1518ms) + LoadAssemblies (985ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (621ms) + TypeCache.Refresh (606ms) + TypeCache.ScanAssembly (574ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (10ms) + FinalizeReload (2788ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (732ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (173ms) + ProcessInitializeOnLoadAttributes (489ms) + ProcessInitializeOnLoadMethodAttributes (41ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 33.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.7 KB). Loaded Objects now: 7698. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 6.268800 ms (FindLiveObjects: 0.897500 ms CreateObjectMapping: 0.965200 ms MarkObjects: 4.139100 ms DeleteObjects: 0.265600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.860 seconds +Refreshing native plugins compatible for Editor in 28.04 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.538 seconds +Domain Reload Profiling: 3391ms + BeginReloadAssembly (266ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (108ms) + RebuildCommonClasses (54ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (1440ms) + LoadAssemblies (1027ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (504ms) + TypeCache.Refresh (491ms) + TypeCache.ScanAssembly (464ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1539ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (703ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (160ms) + ProcessInitializeOnLoadAttributes (467ms) + ProcessInitializeOnLoadMethodAttributes (49ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Refreshing native plugins compatible for Editor in 43.17 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.7 KB). Loaded Objects now: 7713. +Memory consumption went from 212.8 MB to 212.7 MB. +Total: 20.460000 ms (FindLiveObjects: 1.690900 ms CreateObjectMapping: 1.382400 ms MarkObjects: 16.549300 ms DeleteObjects: 0.833400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 39.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.5 KB). Loaded Objects now: 7713. +Memory consumption went from 103.7 MB to 103.6 MB. +Total: 72.798700 ms (FindLiveObjects: 63.580100 ms CreateObjectMapping: 1.305300 ms MarkObjects: 7.829900 ms DeleteObjects: 0.071500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.824 seconds +Refreshing native plugins compatible for Editor in 27.02 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.652 seconds +Domain Reload Profiling: 3469ms + BeginReloadAssembly (269ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (112ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (84ms) + LoadAllAssembliesAndSetupDomain (1409ms) + LoadAssemblies (1007ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (488ms) + TypeCache.Refresh (475ms) + TypeCache.ScanAssembly (442ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1653ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (811ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (212ms) + ProcessInitializeOnLoadAttributes (533ms) + ProcessInitializeOnLoadMethodAttributes (41ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 47.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.4 KB). Loaded Objects now: 7728. +Memory consumption went from 212.9 MB to 212.8 MB. +Total: 9.142000 ms (FindLiveObjects: 1.119900 ms CreateObjectMapping: 1.127100 ms MarkObjects: 6.544500 ms DeleteObjects: 0.347300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 34.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7728. +Memory consumption went from 103.7 MB to 103.7 MB. +Total: 32.631700 ms (FindLiveObjects: 15.009100 ms CreateObjectMapping: 1.101000 ms MarkObjects: 16.387700 ms DeleteObjects: 0.131000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.178 seconds +Refreshing native plugins compatible for Editor in 29.80 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.049 seconds +Domain Reload Profiling: 4217ms + BeginReloadAssembly (322ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (11ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (109ms) + RebuildCommonClasses (61ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (90ms) + LoadAllAssembliesAndSetupDomain (1675ms) + LoadAssemblies (1252ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (560ms) + TypeCache.Refresh (546ms) + TypeCache.ScanAssembly (516ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2050ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (847ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (15ms) + SetLoadedEditorAssemblies (12ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (241ms) + ProcessInitializeOnLoadAttributes (523ms) + ProcessInitializeOnLoadMethodAttributes (42ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 151.06 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.4 KB). Loaded Objects now: 7743. +Memory consumption went from 212.9 MB to 212.8 MB. +Total: 24.049600 ms (FindLiveObjects: 2.513300 ms CreateObjectMapping: 2.893400 ms MarkObjects: 18.101800 ms DeleteObjects: 0.522700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.130 seconds +Refreshing native plugins compatible for Editor in 46.15 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.267 seconds +Domain Reload Profiling: 4391ms + BeginReloadAssembly (264ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (100ms) + RebuildCommonClasses (56ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (80ms) + LoadAllAssembliesAndSetupDomain (1707ms) + LoadAssemblies (986ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (809ms) + TypeCache.Refresh (787ms) + TypeCache.ScanAssembly (734ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (22ms) + FinalizeReload (2268ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (823ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (187ms) + ProcessInitializeOnLoadAttributes (558ms) + ProcessInitializeOnLoadMethodAttributes (49ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 59.93 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.6 KB). Loaded Objects now: 7758. +Memory consumption went from 212.9 MB to 212.8 MB. +Total: 5.714400 ms (FindLiveObjects: 1.206300 ms CreateObjectMapping: 0.847500 ms MarkObjects: 3.514200 ms DeleteObjects: 0.144200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.593 seconds +Refreshing native plugins compatible for Editor in 17.66 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.920 seconds +Domain Reload Profiling: 3508ms + BeginReloadAssembly (270ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (128ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (51ms) + LoadAllAssembliesAndSetupDomain (1225ms) + LoadAssemblies (916ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (382ms) + TypeCache.Refresh (371ms) + TypeCache.ScanAssembly (349ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1921ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (536ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (120ms) + ProcessInitializeOnLoadAttributes (362ms) + ProcessInitializeOnLoadMethodAttributes (32ms) + AfterProcessingInitializeOnLoad (9ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 75.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.8 KB). Loaded Objects now: 7773. +Memory consumption went from 212.9 MB to 212.8 MB. +Total: 4.139800 ms (FindLiveObjects: 0.873000 ms CreateObjectMapping: 0.441000 ms MarkObjects: 2.656500 ms DeleteObjects: 0.168100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.509 seconds +Refreshing native plugins compatible for Editor in 20.07 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.115 seconds +Domain Reload Profiling: 2618ms + BeginReloadAssembly (162ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (46ms) + LoadAllAssembliesAndSetupDomain (1254ms) + LoadAssemblies (903ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (407ms) + TypeCache.Refresh (399ms) + TypeCache.ScanAssembly (373ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1116ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (497ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (125ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (30ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Refreshing native plugins compatible for Editor in 38.29 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.7 KB). Loaded Objects now: 7788. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 7.397300 ms (FindLiveObjects: 1.066900 ms CreateObjectMapping: 0.643600 ms MarkObjects: 5.397300 ms DeleteObjects: 0.286300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Import Request. + Time since last request: 10527.118896 seconds. + path: Assets/Resources/Battle/Sphere.prefab + artifactKey: Guid(86cd8d5d5dc65a640a89e80b920a7f12) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Battle/Sphere.prefab using Guid(86cd8d5d5dc65a640a89e80b920a7f12) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2647cd14b3f1ccb64c3c389c45299deb') in 0.154415 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 8 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.388 seconds +Refreshing native plugins compatible for Editor in 16.95 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.004 seconds +Domain Reload Profiling: 2388ms + BeginReloadAssembly (211ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (76ms) + RebuildCommonClasses (52ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (1052ms) + LoadAssemblies (785ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (347ms) + TypeCache.Refresh (334ms) + TypeCache.ScanAssembly (316ms) + ScanForSourceGeneratedMonoScriptInfo (3ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1004ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (490ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (117ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (29ms) + AfterProcessingInitializeOnLoad (9ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 32.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7026 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.9 KB). Loaded Objects now: 7812. +Memory consumption went from 217.0 MB to 216.8 MB. +Total: 8.970000 ms (FindLiveObjects: 0.887200 ms CreateObjectMapping: 0.927600 ms MarkObjects: 6.676500 ms DeleteObjects: 0.476300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.254 seconds +Refreshing native plugins compatible for Editor in 20.18 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.059 seconds +Domain Reload Profiling: 2305ms + BeginReloadAssembly (205ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (79ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (54ms) + LoadAllAssembliesAndSetupDomain (936ms) + LoadAssemblies (671ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (334ms) + TypeCache.Refresh (324ms) + TypeCache.ScanAssembly (303ms) + ScanForSourceGeneratedMonoScriptInfo (3ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1059ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (523ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (109ms) + ProcessInitializeOnLoadAttributes (368ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 38.70 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.7 KB). Loaded Objects now: 7827. +Memory consumption went from 217.2 MB to 217.1 MB. +Total: 5.570500 ms (FindLiveObjects: 0.935900 ms CreateObjectMapping: 0.635600 ms MarkObjects: 3.722000 ms DeleteObjects: 0.275100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.012 seconds +Refreshing native plugins compatible for Editor in 26.92 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.506 seconds +Domain Reload Profiling: 3509ms + BeginReloadAssembly (316ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (133ms) + RebuildCommonClasses (54ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (91ms) + LoadAllAssembliesAndSetupDomain (1523ms) + LoadAssemblies (1105ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (528ms) + TypeCache.Refresh (511ms) + TypeCache.ScanAssembly (476ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1507ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (678ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (162ms) + ProcessInitializeOnLoadAttributes (451ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 36.45 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.8 KB). Loaded Objects now: 7842. +Memory consumption went from 217.2 MB to 217.1 MB. +Total: 14.079000 ms (FindLiveObjects: 1.117600 ms CreateObjectMapping: 1.463800 ms MarkObjects: 10.587200 ms DeleteObjects: 0.908700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 3.126 seconds +Refreshing native plugins compatible for Editor in 48.60 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.669 seconds +Domain Reload Profiling: 4784ms + BeginReloadAssembly (313ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (144ms) + RebuildCommonClasses (62ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (88ms) + LoadAllAssembliesAndSetupDomain (2635ms) + LoadAssemblies (1912ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (809ms) + TypeCache.Refresh (783ms) + TypeCache.ScanAssembly (742ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (22ms) + FinalizeReload (1670ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (688ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (168ms) + ProcessInitializeOnLoadAttributes (457ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Refreshing native plugins compatible for Editor in 49.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.8 KB). Loaded Objects now: 7857. +Memory consumption went from 217.2 MB to 217.1 MB. +Total: 18.852900 ms (FindLiveObjects: 2.064000 ms CreateObjectMapping: 1.680700 ms MarkObjects: 14.004500 ms DeleteObjects: 1.101000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.916 seconds +Refreshing native plugins compatible for Editor in 46.62 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.552 seconds +Domain Reload Profiling: 4462ms + BeginReloadAssembly (241ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (95ms) + RebuildCommonClasses (51ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (1525ms) + LoadAssemblies (968ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (631ms) + TypeCache.Refresh (615ms) + TypeCache.ScanAssembly (585ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2553ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (932ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (18ms) + SetLoadedEditorAssemblies (20ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (281ms) + ProcessInitializeOnLoadAttributes (561ms) + ProcessInitializeOnLoadMethodAttributes (40ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Refreshing native plugins compatible for Editor in 35.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.8 KB). Loaded Objects now: 7872. +Memory consumption went from 217.2 MB to 217.1 MB. +Total: 17.013700 ms (FindLiveObjects: 1.358600 ms CreateObjectMapping: 1.208500 ms MarkObjects: 9.503800 ms DeleteObjects: 4.938900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.860 seconds +Refreshing native plugins compatible for Editor in 30.04 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.549 seconds +Domain Reload Profiling: 3402ms + BeginReloadAssembly (255ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (98ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (78ms) + LoadAllAssembliesAndSetupDomain (1457ms) + LoadAssemblies (1034ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (507ms) + TypeCache.Refresh (491ms) + TypeCache.ScanAssembly (457ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1549ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (659ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (145ms) + ProcessInitializeOnLoadAttributes (450ms) + ProcessInitializeOnLoadMethodAttributes (34ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 36.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7027 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (136.8 KB). Loaded Objects now: 7887. +Memory consumption went from 217.3 MB to 217.1 MB. +Total: 16.945800 ms (FindLiveObjects: 5.599900 ms CreateObjectMapping: 1.613900 ms MarkObjects: 9.462900 ms DeleteObjects: 0.251700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Refreshing native plugins compatible for Editor in 89.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 2 unused Assets / (76.4 KB). Loaded Objects now: 7887. +Memory consumption went from 108.1 MB to 108.0 MB. +Total: 54.264500 ms (FindLiveObjects: 28.492600 ms CreateObjectMapping: 3.898800 ms MarkObjects: 21.053300 ms DeleteObjects: 0.817000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.929 seconds +Refreshing native plugins compatible for Editor in 56.93 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.543 seconds +Domain Reload Profiling: 4466ms + BeginReloadAssembly (230ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (85ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (1569ms) + LoadAssemblies (868ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (780ms) + TypeCache.Refresh (763ms) + TypeCache.ScanAssembly (709ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (17ms) + FinalizeReload (2544ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (635ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (165ms) + ProcessInitializeOnLoadAttributes (408ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Refreshing native plugins compatible for Editor in 35.76 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.0 KB). Loaded Objects now: 7902. +Memory consumption went from 217.3 MB to 217.2 MB. +Total: 4.026600 ms (FindLiveObjects: 0.662100 ms CreateObjectMapping: 0.265500 ms MarkObjects: 2.798500 ms DeleteObjects: 0.299000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.015 seconds +Refreshing native plugins compatible for Editor in 27.99 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.210 seconds +Domain Reload Profiling: 4216ms + BeginReloadAssembly (229ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (81ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (1643ms) + LoadAssemblies (1064ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (662ms) + TypeCache.Refresh (642ms) + TypeCache.ScanAssembly (609ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (15ms) + FinalizeReload (2210ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (957ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (11ms) + SetLoadedEditorAssemblies (11ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (244ms) + ProcessInitializeOnLoadAttributes (635ms) + ProcessInitializeOnLoadMethodAttributes (42ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (20ms) +Refreshing native plugins compatible for Editor in 42.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.2 KB). Loaded Objects now: 7917. +Memory consumption went from 217.3 MB to 217.2 MB. +Total: 8.797300 ms (FindLiveObjects: 1.585800 ms CreateObjectMapping: 1.564000 ms MarkObjects: 5.393400 ms DeleteObjects: 0.251300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.116 seconds +Refreshing native plugins compatible for Editor in 43.55 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 4.295 seconds +Domain Reload Profiling: 6406ms + BeginReloadAssembly (260ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (97ms) + RebuildCommonClasses (55ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (1708ms) + LoadAssemblies (990ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (809ms) + TypeCache.Refresh (789ms) + TypeCache.ScanAssembly (721ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (20ms) + FinalizeReload (4297ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1154ms) + LogAssemblyErrors (1ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (20ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (328ms) + ProcessInitializeOnLoadAttributes (705ms) + ProcessInitializeOnLoadMethodAttributes (59ms) + AfterProcessingInitializeOnLoad (16ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Refreshing native plugins compatible for Editor in 35.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7932. +Memory consumption went from 217.3 MB to 217.2 MB. +Total: 45.007200 ms (FindLiveObjects: 2.985700 ms CreateObjectMapping: 12.433500 ms MarkObjects: 28.799200 ms DeleteObjects: 0.782600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 3.644 seconds +Refreshing native plugins compatible for Editor in 34.03 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.742 seconds +Domain Reload Profiling: 6354ms + BeginReloadAssembly (338ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (116ms) + RebuildCommonClasses (79ms) + RebuildNativeTypeToScriptingClass (22ms) + initialDomainReloadingComplete (234ms) + LoadAllAssembliesAndSetupDomain (2937ms) + LoadAssemblies (2322ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (747ms) + TypeCache.Refresh (727ms) + TypeCache.ScanAssembly (673ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (15ms) + FinalizeReload (2743ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (747ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (14ms) + SetLoadedEditorAssemblies (9ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (210ms) + ProcessInitializeOnLoadAttributes (465ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (11ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Refreshing native plugins compatible for Editor in 32.05 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7947. +Memory consumption went from 217.3 MB to 217.1 MB. +Total: 8.060300 ms (FindLiveObjects: 1.436700 ms CreateObjectMapping: 1.657300 ms MarkObjects: 4.655400 ms DeleteObjects: 0.307400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.449 seconds +Refreshing native plugins compatible for Editor in 29.02 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.492 seconds +Domain Reload Profiling: 3925ms + BeginReloadAssembly (365ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (106ms) + RebuildCommonClasses (106ms) + RebuildNativeTypeToScriptingClass (19ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (1820ms) + LoadAssemblies (1500ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (497ms) + TypeCache.Refresh (479ms) + TypeCache.ScanAssembly (449ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1493ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (721ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (168ms) + ProcessInitializeOnLoadAttributes (480ms) + ProcessInitializeOnLoadMethodAttributes (44ms) + AfterProcessingInitializeOnLoad (15ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 42.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7962. +Memory consumption went from 217.3 MB to 217.2 MB. +Total: 57.100300 ms (FindLiveObjects: 3.188300 ms CreateObjectMapping: 35.903200 ms MarkObjects: 16.369900 ms DeleteObjects: 1.633700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.017 seconds +Refreshing native plugins compatible for Editor in 31.70 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.558 seconds +Domain Reload Profiling: 4567ms + BeginReloadAssembly (310ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (87ms) + RebuildCommonClasses (77ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (87ms) + LoadAllAssembliesAndSetupDomain (1516ms) + LoadAssemblies (1073ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (592ms) + TypeCache.Refresh (572ms) + TypeCache.ScanAssembly (516ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (20ms) + FinalizeReload (2559ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1292ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (10ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (295ms) + ProcessInitializeOnLoadAttributes (907ms) + ProcessInitializeOnLoadMethodAttributes (42ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Refreshing native plugins compatible for Editor in 43.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7977. +Memory consumption went from 217.4 MB to 217.2 MB. +Total: 7.779500 ms (FindLiveObjects: 0.990300 ms CreateObjectMapping: 0.880400 ms MarkObjects: 5.551300 ms DeleteObjects: 0.354900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.888 seconds +Refreshing native plugins compatible for Editor in 32.00 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.642 seconds +Domain Reload Profiling: 4524ms + BeginReloadAssembly (360ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (146ms) + RebuildCommonClasses (83ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (81ms) + LoadAllAssembliesAndSetupDomain (2341ms) + LoadAssemblies (1457ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (998ms) + TypeCache.Refresh (974ms) + TypeCache.ScanAssembly (937ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (18ms) + FinalizeReload (1643ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (750ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (176ms) + ProcessInitializeOnLoadAttributes (497ms) + ProcessInitializeOnLoadMethodAttributes (49ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (21ms) +Refreshing native plugins compatible for Editor in 76.64 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 7992. +Memory consumption went from 217.4 MB to 217.2 MB. +Total: 13.611000 ms (FindLiveObjects: 1.374700 ms CreateObjectMapping: 1.170800 ms MarkObjects: 10.416700 ms DeleteObjects: 0.646100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.894 seconds +Refreshing native plugins compatible for Editor in 42.14 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.639 seconds +Domain Reload Profiling: 4525ms + BeginReloadAssembly (244ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (96ms) + RebuildCommonClasses (50ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (1501ms) + LoadAssemblies (954ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (627ms) + TypeCache.Refresh (613ms) + TypeCache.ScanAssembly (580ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2640ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (824ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (11ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (222ms) + ProcessInitializeOnLoadAttributes (506ms) + ProcessInitializeOnLoadMethodAttributes (42ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Refreshing native plugins compatible for Editor in 169.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 7028 Unused Serialized files (Serialized files now loaded: 0) +Unloading 97 unused Assets / (137.3 KB). Loaded Objects now: 8007. +Memory consumption went from 217.4 MB to 217.2 MB. +Total: 68.940100 ms (FindLiveObjects: 20.266200 ms CreateObjectMapping: 4.963000 ms MarkObjects: 43.376300 ms DeleteObjects: 0.331600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> diff --git a/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log b/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log index 36198ded..e6016388 100644 --- a/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log +++ b/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log @@ -1,4 +1,3 @@ Base path: 'D:/Unity/2022.3.1f1/Editor/Data', plugins path 'D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler - diff --git a/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log index 36198ded..e6016388 100644 --- a/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ b/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -1,4 +1,3 @@ Base path: 'D:/Unity/2022.3.1f1/Editor/Data', plugins path 'D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler - diff --git a/JNFrame2/ProjectSettings/EditorBuildSettings.asset b/JNFrame2/ProjectSettings/EditorBuildSettings.asset index ff5be599..67196cbd 100644 --- a/JNFrame2/ProjectSettings/EditorBuildSettings.asset +++ b/JNFrame2/ProjectSettings/EditorBuildSettings.asset @@ -5,10 +5,13 @@ EditorBuildSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_Scenes: - - enabled: 1 - path: Assets/Scenes/Main.unity + - enabled: 0 + path: Assets/Resources/Scenes/Main.unity guid: d28ea899f74501546b3ae5d2f2da9ab5 - - enabled: 1 - path: Assets/Scenes/JNFrame.unity + - enabled: 0 + path: Assets/Resources/Scenes/JNFrame.unity guid: dfb6c0b6af52f544dbc763f9daab071a + - enabled: 1 + path: Assets/HotMain/HotMain.unity + guid: f7ad21e5080633342835fcd9ae35443e m_configObjects: {} diff --git a/JNFrame2/ProjectSettings/HybridCLRSettings.asset b/JNFrame2/ProjectSettings/HybridCLRSettings.asset index dc1459d9..9ef15982 100644 --- a/JNFrame2/ProjectSettings/HybridCLRSettings.asset +++ b/JNFrame2/ProjectSettings/HybridCLRSettings.asset @@ -17,13 +17,16 @@ MonoBehaviour: hybridclrRepoURL: https://gitee.com/focus-creative-games/hybridclr il2cppPlusRepoURL: https://gitee.com/focus-creative-games/il2cpp_plus hotUpdateAssemblyDefinitions: - - {fileID: 5897886265953266890, guid: 6fc57b2e8627d4041a32216a03aa5b2e, type: 3} + - {fileID: 5897886265953266890, guid: 0c294b92570ce7d4f9b683484d608158, type: 3} hotUpdateAssemblies: [] preserveHotUpdateAssemblies: [] hotUpdateDllCompileOutputRootDir: HybridCLRData/HotUpdateDlls externalHotUpdateAssembliyDirs: [] strippedAOTDllOutputRootDir: HybridCLRData/AssembliesPostIl2CppStrip - patchAOTAssemblies: [] + patchAOTAssemblies: + - mscorlib + - System + - System.Core outputLinkFile: HybridCLRGenerate/link.xml outputAOTGenericReferenceFile: HybridCLRGenerate/AOTGenericReferences.cs maxGenericReferenceIteration: 10 diff --git a/JNFrame2/ProjectSettings/ProjectSettings.asset b/JNFrame2/ProjectSettings/ProjectSettings.asset index f0736584..13ed8443 100644 --- a/JNFrame2/ProjectSettings/ProjectSettings.asset +++ b/JNFrame2/ProjectSettings/ProjectSettings.asset @@ -862,7 +862,7 @@ PlayerSettings: selectedPlatform: 0 additionalIl2CppArgs: scriptingRuntimeVersion: 1 - gcIncremental: 1 + gcIncremental: 0 gcWBarrierValidation: 0 apiCompatibilityLevelPerPlatform: {} m_RenderingPath: 1 diff --git a/JNFrame2/SHFrame.Editor.csproj b/JNFrame2/SHFrame.Editor.csproj index bad7af1b..221ffe15 100644 --- a/JNFrame2/SHFrame.Editor.csproj +++ b/JNFrame2/SHFrame.Editor.csproj @@ -74,6 +74,18 @@ <Analyzer Include="D:\Unity\2022.3.1f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" /> </ItemGroup> <ItemGroup> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\ToolbarExtender\ToolbarCallback.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\HybridCLR\BuildPlayerCommand.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\ToolbarExtender\SceneSwitcher\EditorResourceMode.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\ToolbarExtender\SceneSwitcher\SceneSwitcher.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\HybridCLR\BuildAssetsCommand.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\CleanMaterial.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\TextureSetting.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\DependAnalysis.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\ToolbarExtender\ToolbarExtender.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\UnityWebSocket\Settings.cs" /> + <Compile Include="Assets\UsePlugins\SHFrame\Editor\UnityWebSocket\SettingsWindow.cs" /> + <None Include="Assets\UsePlugins\SHFrame\Editor\SHFrame.Editor.asmdef" /> <Reference Include="UnityEngine"> <HintPath>D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath> </Reference> @@ -850,7 +862,6 @@ </Reference> </ItemGroup> <ItemGroup> - <Folder Include="Assets\UsePlugins\SHFrame\" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. diff --git a/JNFrame2/UserSettings/EditorUserSettings.asset b/JNFrame2/UserSettings/EditorUserSettings.asset index 0f11a7ba..78fbaecb 100644 --- a/JNFrame2/UserSettings/EditorUserSettings.asset +++ b/JNFrame2/UserSettings/EditorUserSettings.asset @@ -6,35 +6,35 @@ EditorUserSettings: serializedVersion: 4 m_ConfigSettings: RecentlyUsedSceneGuid-0: - value: 0208025500005a0f58580e75142709441215417e7c7f7068757c1f6be4e53761 - flags: 0 - RecentlyUsedSceneGuid-1: value: 05540d0751505c595f58597641775b44414f1d787c2c2468297e1965b4b9303a flags: 0 - RecentlyUsedSceneGuid-2: + RecentlyUsedSceneGuid-1: value: 5108560352560b580f0d0a7445755d4447164c7d2f2971687b2b4e67b2b3356e flags: 0 - RecentlyUsedSceneGuid-3: + RecentlyUsedSceneGuid-2: value: 5304065e0757500e5a0a0d2141720b44454f49292a7e27647f2f4562e6e66760 flags: 0 - RecentlyUsedSceneGuid-4: + RecentlyUsedSceneGuid-3: value: 56060050040c5e080959542043735e4447154a7b2f2d76347b794560b7b6303a flags: 0 - RecentlyUsedSceneGuid-5: + RecentlyUsedSceneGuid-4: value: 0102520301505f5e5d0b587544270e4443164c78787e27697f7b4b31e1e33668 flags: 0 - RecentlyUsedSceneGuid-6: + RecentlyUsedSceneGuid-5: value: 5a5757560101590a5d0c0e24427b5d44434e4c7a7b7a23677f2b4565b7b5353a flags: 0 - RecentlyUsedSceneGuid-7: + RecentlyUsedSceneGuid-6: value: 5b0904540756500b5c085b7549750644414e4179747b75322f7e186bb1e2303b flags: 0 - RecentlyUsedSceneGuid-8: + RecentlyUsedSceneGuid-7: value: 0757565006050b0d0c08597016760b4412151b7d7a7b206929281c31b2b76539 flags: 0 - RecentlyUsedSceneGuid-9: + RecentlyUsedSceneGuid-8: value: 07030c03040d50020b59587740720a4440154b2b297d22622b7b1932bbe1366d flags: 0 + RecentlyUsedSceneGuid-9: + value: 0506550257040c0e5d565c7443700c44444f4b7f2a2b22692c2c4e66b6b4673d + flags: 0 vcSharedLogLevel: value: 0d5e400f0650 flags: 0 diff --git a/JNFrame2/UserSettings/Layouts/default-2022.dwlt b/JNFrame2/UserSettings/Layouts/default-2022.dwlt index f1a619ec..71cb4820 100644 --- a/JNFrame2/UserSettings/Layouts/default-2022.dwlt +++ b/JNFrame2/UserSettings/Layouts/default-2022.dwlt @@ -1,6 +1,54 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12004, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_PixelRect: + serializedVersion: 2 + x: 478 + y: 31 + width: 1038 + height: 707 + m_ShowMode: 0 + m_Title: Project Settings + m_RootView: {fileID: 5} + m_MinSize: {x: 310, y: 221} + m_MaxSize: {x: 4000, y: 4021} + m_Maximized: 0 +--- !u!114 &2 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12004, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_PixelRect: + serializedVersion: 2 + x: 190 + y: 71 + width: 641 + height: 601 + m_ShowMode: 0 + m_Title: Build Settings + m_RootView: {fileID: 7} + m_MinSize: {x: 640, y: 601} + m_MaxSize: {x: 4000, y: 4021} + m_Maximized: 0 +--- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -19,12 +67,112 @@ MonoBehaviour: width: 1920 height: 989 m_ShowMode: 4 - m_Title: Project - m_RootView: {fileID: 2} + m_Title: Console + m_RootView: {fileID: 8} m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} m_Maximized: 1 ---- !u!114 &2 +--- !u!114 &4 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: ProjectSettingsWindow + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 1038 + height: 707 + m_MinSize: {x: 310, y: 221} + m_MaxSize: {x: 4000, y: 4021} + m_ActualView: {fileID: 19} + m_Panes: + - {fileID: 19} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &5 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 4} + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 1038 + height: 707 + m_MinSize: {x: 310, y: 221} + m_MaxSize: {x: 4000, y: 4021} + vertical: 0 + controlID: 1955 +--- !u!114 &6 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: BuildPlayerWindow + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 641 + height: 601 + m_MinSize: {x: 640, y: 601} + m_MaxSize: {x: 4000, y: 4021} + m_ActualView: {fileID: 20} + m_Panes: + - {fileID: 20} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &7 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 6} + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 641 + height: 601 + m_MinSize: {x: 640, y: 601} + m_MaxSize: {x: 4000, y: 4021} + vertical: 0 + controlID: 1845 +--- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -37,9 +185,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 3} - - {fileID: 5} - - {fileID: 4} + - {fileID: 9} + - {fileID: 11} + - {fileID: 10} m_Position: serializedVersion: 2 x: 0 @@ -52,7 +200,7 @@ MonoBehaviour: m_TopViewHeight: 30 m_UseBottomView: 1 m_BottomViewHeight: 20 ---- !u!114 &3 +--- !u!114 &9 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -74,7 +222,7 @@ MonoBehaviour: m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} m_LastLoadedLayoutName: ---- !u!114 &4 +--- !u!114 &10 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -95,7 +243,7 @@ MonoBehaviour: height: 20 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} ---- !u!114 &5 +--- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -108,8 +256,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 6} - {fileID: 12} + - {fileID: 18} m_Position: serializedVersion: 2 x: 0 @@ -119,8 +267,8 @@ MonoBehaviour: m_MinSize: {x: 400, y: 100} m_MaxSize: {x: 32384, y: 16192} vertical: 0 - controlID: 131 ---- !u!114 &6 + controlID: 47 +--- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -133,8 +281,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 7} - - {fileID: 11} + - {fileID: 13} + - {fileID: 17} m_Position: serializedVersion: 2 x: 0 @@ -144,8 +292,8 @@ MonoBehaviour: m_MinSize: {x: 300, y: 100} m_MaxSize: {x: 24288, y: 16192} vertical: 1 - controlID: 74 ---- !u!114 &7 + controlID: 48 +--- !u!114 &13 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -158,9 +306,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 8} - - {fileID: 9} - - {fileID: 10} + - {fileID: 14} + - {fileID: 15} + - {fileID: 16} m_Position: serializedVersion: 2 x: 0 @@ -170,8 +318,8 @@ MonoBehaviour: m_MinSize: {x: 300, y: 50} m_MaxSize: {x: 24288, y: 8096} vertical: 0 - controlID: 50 ---- !u!114 &8 + controlID: 49 +--- !u!114 &14 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -190,14 +338,14 @@ MonoBehaviour: y: 0 width: 263 height: 502 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 15} + m_MinSize: {x: 201, y: 221} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 23} m_Panes: - - {fileID: 15} + - {fileID: 23} m_Selected: 0 m_LastSelected: 0 ---- !u!114 &9 +--- !u!114 &15 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -214,17 +362,17 @@ MonoBehaviour: serializedVersion: 2 x: 263 y: 0 - width: 1104 + width: 493 height: 502 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 16} + m_MinSize: {x: 202, y: 221} + m_MaxSize: {x: 4002, y: 4021} + m_ActualView: {fileID: 24} m_Panes: - - {fileID: 16} - - {fileID: 17} + - {fileID: 24} + - {fileID: 25} m_Selected: 0 m_LastSelected: 1 ---- !u!114 &10 +--- !u!114 &16 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -239,18 +387,18 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1367 + x: 756 y: 0 - width: 100 + width: 711 height: 502 - m_MinSize: {x: 100, y: 100} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 20} + m_MinSize: {x: 102, y: 121} + m_MaxSize: {x: 4002, y: 4021} + m_ActualView: {fileID: 28} m_Panes: - - {fileID: 20} + - {fileID: 28} m_Selected: 0 m_LastSelected: 0 ---- !u!114 &11 +--- !u!114 &17 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -260,7 +408,7 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: ProjectBrowser + m_Name: ConsoleWindow m_EditorClassIdentifier: m_Children: [] m_Position: @@ -269,15 +417,15 @@ MonoBehaviour: y: 502 width: 1467 height: 437 - m_MinSize: {x: 231, y: 271} - m_MaxSize: {x: 10001, y: 10021} - m_ActualView: {fileID: 18} + m_MinSize: {x: 101, y: 121} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 22} m_Panes: - - {fileID: 18} - - {fileID: 14} - m_Selected: 0 - m_LastSelected: 1 ---- !u!114 &12 + - {fileID: 26} + - {fileID: 22} + m_Selected: 1 + m_LastSelected: 0 +--- !u!114 &18 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -296,15 +444,132 @@ MonoBehaviour: y: 0 width: 453 height: 939 - m_MinSize: {x: 275, y: 50} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 19} + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 27} m_Panes: - - {fileID: 19} - - {fileID: 13} + - {fileID: 27} + - {fileID: 21} m_Selected: 0 m_LastSelected: 1 ---- !u!114 &13 +--- !u!114 &19 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13854, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 310, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Project Settings + m_Image: {fileID: -5712115415447495865, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 478 + y: 31 + width: 1038 + height: 686 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_PosLeft: {x: 0, y: 0} + m_PosRight: {x: 0, y: 1080} + m_Scope: 1 + m_SplitterFlex: 0.2 + m_SearchText: + m_TreeViewState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: 4dcf9b58 + m_LastClickedID: 1486606157 + m_ExpandedIDs: 00000000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 0} + m_SearchString: +--- !u!114 &20 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12043, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 640, y: 580} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Build Settings + m_Image: {fileID: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 190 + y: 71 + width: 641 + height: 580 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_TreeViewState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 0} + m_SearchString: +--- !u!114 &21 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -338,7 +603,7 @@ MonoBehaviour: m_LastAppliedPresetName: Default m_SaveData: [] m_OverlaysVisible: 1 ---- !u!114 &14 +--- !u!114 &22 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -372,7 +637,7 @@ MonoBehaviour: m_LastAppliedPresetName: Default m_SaveData: [] m_OverlaysVisible: 1 ---- !u!114 &15 +--- !u!114 &23 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -409,9 +674,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 627c0000 + m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: ecfaffff + m_ExpandedIDs: e2b0ffff36b1ffff12b4ffffe8bcffff3cbdffff34c0ffffd0c7ffff24c8ffff1acbfffff8fafffff4ffffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -427,7 +692,7 @@ MonoBehaviour: m_IsRenaming: 0 m_OriginalEventType: 11 m_IsRenamingFilename: 0 - m_ClientGUIView: {fileID: 8} + m_ClientGUIView: {fileID: 14} m_SearchString: m_ExpandedScenes: [] m_CurrenRootInstanceID: 0 @@ -435,7 +700,7 @@ MonoBehaviour: m_IsLocked: 0 m_CurrentSortingName: TransformSorting m_WindowGUID: 4c969a2b90040154d917609493e03593 ---- !u!114 &16 +--- !u!114 &24 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -457,7 +722,7 @@ MonoBehaviour: serializedVersion: 2 x: 263 y: 73 - width: 1102 + width: 491 height: 481 m_SerializedDataModeController: m_DataMode: 0 @@ -551,7 +816,7 @@ MonoBehaviour: floating: 0 collapsed: 0 displayed: 1 - snapOffset: {x: 67.5, y: 0} + snapOffset: {x: 67.5, y: 25} snapOffsetDelta: {x: 0, y: 0} snapCorner: 0 id: Orientation @@ -804,9 +1069,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 2.3886185, y: 43.18808, z: -41.178337} + m_Target: {x: 5.0106215, y: 40.94097, z: -43.540344} speed: 2 - m_Value: {x: 2.3886185, y: 43.18808, z: -41.178337} + m_Value: {x: 5.0106215, y: 40.94097, z: -43.540344} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -852,9 +1117,9 @@ MonoBehaviour: m_GridAxis: 1 m_gridOpacity: 0.5 m_Rotation: - m_Target: {x: -0.33706108, y: 0.009035406, z: -0.003234883, w: -0.94143516} + m_Target: {x: -0.40783197, y: -0.080094926, z: 0.0359422, w: -0.90882844} speed: 2 - m_Value: {x: -0.33564815, y: 0.0090402365, z: -0.0032213225, w: -0.9419386} + m_Value: {x: -0.40783134, y: -0.0800948, z: 0.035942145, w: -0.908827} m_Size: m_Target: 10 speed: 2 @@ -883,7 +1148,7 @@ MonoBehaviour: m_SceneVisActive: 1 m_LastLockedObject: {fileID: 0} m_ViewIsLockedToObject: 0 ---- !u!114 &17 +--- !u!114 &25 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -917,7 +1182,7 @@ MonoBehaviour: m_LastAppliedPresetName: Default m_SaveData: [] m_OverlaysVisible: 1 ---- !u!114 &18 +--- !u!114 &26 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -962,7 +1227,7 @@ MonoBehaviour: m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets/Scripts + - Assets/StreamingAssets/yoo/DefaultPackage m_Globs: [] m_OriginalText: m_ImportLogFlags: 0 @@ -970,16 +1235,16 @@ MonoBehaviour: m_ViewMode: 1 m_StartGridSize: 96 m_LastFolders: - - Assets/Scripts + - Assets/StreamingAssets/yoo/DefaultPackage m_LastFoldersGridSize: 96 m_LastProjectPath: D:\myproject\JisolGame\JNFrame2 m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 6a7a0000 - m_LastClickedID: 31338 - m_ExpandedIDs: 00000000067a0000087a00000a7a00000c7a00000e7a0000107a0000127a0000147a0000167a0000187a00001a7a00001c7a00001e7a0000207a0000227a000000ca9a3bffffff7f + m_SelectedIDs: a69f0000 + m_LastClickedID: 40870 + m_ExpandedIDs: 000000008e7a0000927a0000947a0000967a0000987a00009a7a00009c7a00009e7a0000a07a0000a27a0000a47a0000a67a0000a87a0000aa7a0000ae7a0000b07a0000689e0000a29f000000ca9a3bffffff7f m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -995,7 +1260,7 @@ MonoBehaviour: m_IsRenaming: 0 m_OriginalEventType: 11 m_IsRenamingFilename: 1 - m_ClientGUIView: {fileID: 11} + m_ClientGUIView: {fileID: 17} m_SearchString: m_CreateAssetUtility: m_EndAction: {fileID: 0} @@ -1007,7 +1272,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000067a0000087a00000a7a00000c7a00000e7a0000107a0000127a0000147a0000167a0000187a00001a7a00001c7a00001e7a0000207a0000227a0000 + m_ExpandedIDs: 000000008e7a0000907a0000927a0000947a0000967a0000987a00009a7a00009c7a00009e7a0000a07a0000a27a0000a47a0000a67a0000a87a0000aa7a0000ac7a0000ae7a0000b07a0000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -1051,7 +1316,7 @@ MonoBehaviour: m_IsRenaming: 0 m_OriginalEventType: 11 m_IsRenamingFilename: 1 - m_ClientGUIView: {fileID: 11} + m_ClientGUIView: {fileID: 17} m_CreateAssetUtility: m_EndAction: {fileID: 0} m_InstanceID: 0 @@ -1063,7 +1328,7 @@ MonoBehaviour: m_GridSize: 96 m_SkipHiddenPackages: 0 m_DirectoriesAreaWidth: 295 ---- !u!114 &19 +--- !u!114 &27 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1110,7 +1375,7 @@ MonoBehaviour: m_LockTracker: m_IsLocked: 0 m_PreviewWindow: {fileID: 0} ---- !u!114 &20 +--- !u!114 &28 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1130,9 +1395,9 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 1367 + x: 756 y: 73 - width: 98 + width: 709 height: 481 m_SerializedDataModeController: m_DataMode: 0 @@ -1152,7 +1417,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 98, y: 460} + m_TargetSize: {x: 709, y: 460} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -1167,8 +1432,8 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -49 - m_HBaseRangeMax: 49 + m_HBaseRangeMin: -354.5 + m_HBaseRangeMax: 354.5 m_VBaseRangeMin: -230 m_VBaseRangeMax: 230 m_HAllowExceedBaseRangeMin: 1 @@ -1188,23 +1453,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 98 + width: 709 height: 460 m_Scale: {x: 1, y: 1} - m_Translation: {x: 49, y: 230} + m_Translation: {x: 354.5, y: 230} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -49 + x: -354.5 y: -230 - width: 98 + width: 709 height: 460 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 98, y: 481} + m_LastWindowPixelSize: {x: 709, y: 481} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 diff --git a/JNFrame2/obj/Debug/HotSamples.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/HotSamples.csproj.AssemblyReference.cache new file mode 100644 index 00000000..09897bd0 Binary files /dev/null and b/JNFrame2/obj/Debug/HotSamples.csproj.AssemblyReference.cache differ diff --git a/JNFrame2/yoo/DefaultPackage/ManifestFiles/ApplicationFootPrint.bytes b/JNFrame2/yoo/DefaultPackage/ManifestFiles/ApplicationFootPrint.bytes new file mode 100644 index 00000000..ceab6e11 --- /dev/null +++ b/JNFrame2/yoo/DefaultPackage/ManifestFiles/ApplicationFootPrint.bytes @@ -0,0 +1 @@ +0.1 \ No newline at end of file