Enemies are displaced to the left upon death

This commit is contained in:
Беляев Даниил 2022-01-15 12:11:34 +03:00
parent 728573371c
commit a33648edd8
25 changed files with 1215 additions and 3659 deletions

View File

@ -17,6 +17,7 @@ public class Enemy : MonoBehaviour
[SerializeField] private Slider enemyHealthbar; [SerializeField] private Slider enemyHealthbar;
[SerializeField] private Image marker; [SerializeField] private Image marker;
[SerializeField] private Button buttonInEnemy; [SerializeField] private Button buttonInEnemy;
[SerializeField] public int currentPosition;
[Header("For checking. dont touch this")] [Header("For checking. dont touch this")]
[SerializeField] private int hp; [SerializeField] private int hp;

View File

@ -124,6 +124,7 @@ public class Session : MonoBehaviour
StartCoroutine(ChekingCoroutine()); StartCoroutine(ChekingCoroutine());
} }
SwitchEnemyPosition();
} }
IEnumerator ChekingCoroutine() IEnumerator ChekingCoroutine()
@ -190,6 +191,7 @@ public class Session : MonoBehaviour
if (enemyPrefabs[i].GetComponent<Enemy>().enemyConfig == _config) if (enemyPrefabs[i].GetComponent<Enemy>().enemyConfig == _config)
{ {
GameObject _enemy = Instantiate(enemyPrefabs[i], enemyUIPositions[_position]); GameObject _enemy = Instantiate(enemyPrefabs[i], enemyUIPositions[_position]);
_enemy.GetComponent<Enemy>().currentPosition = _position;
return (_enemy); return (_enemy);
} }
} }
@ -198,6 +200,16 @@ public class Session : MonoBehaviour
} }
public void SwitchEnemyPosition()
{
for (int i = 0; i < currentEnemies.Count; i++)
{
currentEnemies[i].GetComponent<Enemy>().currentPosition = i;
currentEnemies[i].transform.position = enemyUIPositions[currentEnemies[i].GetComponent<Enemy>().currentPosition].position;
}
}
public void CreatePlayer() public void CreatePlayer()
{ {
Instantiate(player, playerPosition); Instantiate(player, playerPosition);

Binary file not shown.

View File

@ -1,30 +1,6 @@
%YAML 1.1 %YAML 1.1
%TAG !u! tag:unity3d.com,2011: %TAG !u! tag:unity3d.com,2011:
--- !u!114 &1 --- !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: 773.60004
y: 452.80002
width: 508
height: 336
m_ShowMode: 0
m_Title: Console
m_RootView: {fileID: 4}
m_MinSize: {x: 101, y: 123}
m_MaxSize: {x: 4001, y: 4023}
m_Maximized: 0
--- !u!114 &2
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
@ -39,15 +15,40 @@ MonoBehaviour:
m_PixelRect: m_PixelRect:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 43.2 y: 43
width: 1536 width: 1920
height: 780.8 height: 997
m_ShowMode: 4 m_ShowMode: 4
m_Title: Game m_Title: Game
m_RootView: {fileID: 5} m_RootView: {fileID: 6}
m_MinSize: {x: 875, y: 492} m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000} m_MaxSize: {x: 10000, y: 10000}
m_Maximized: 1 m_Maximized: 1
--- !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: 1
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_Children:
- {fileID: 9}
- {fileID: 3}
m_Position:
serializedVersion: 2
x: 0
y: 30
width: 1920
height: 947
m_MinSize: {x: 679, y: 342}
m_MaxSize: {x: 12004, y: 8042}
vertical: 0
controlID: 295
--- !u!114 &3 --- !u!114 &3
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -56,22 +57,22 @@ MonoBehaviour:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0} m_GameObject: {fileID: 0}
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 0 m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name: ConsoleWindow m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Children: [] m_Children: []
m_Position: m_Position:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 1531
y: 0 y: 0
width: 508 width: 389
height: 336 height: 947
m_MinSize: {x: 100, y: 100} m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4000, y: 4000} m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 15} m_ActualView: {fileID: 14}
m_Panes: m_Panes:
- {fileID: 15} - {fileID: 14}
m_Selected: 0 m_Selected: 0
m_LastSelected: 0 m_LastSelected: 0
--- !u!114 &4 --- !u!114 &4
@ -82,23 +83,52 @@ MonoBehaviour:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0} m_GameObject: {fileID: 0}
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 0 m_EditorHideFlags: 1
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Children: m_Children: []
- {fileID: 3}
m_Position: m_Position:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 0 y: 0
width: 508 width: 379
height: 336 height: 573
m_MinSize: {x: 101, y: 123} m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4023} m_MaxSize: {x: 4001, y: 4021}
vertical: 0 m_ActualView: {fileID: 15}
controlID: 1006 m_Panes:
- {fileID: 15}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &5 --- !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: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name: ConsoleWindow
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
x: 0
y: 573
width: 1531
height: 374
m_MinSize: {x: 101, y: 121}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 18}
m_Panes:
- {fileID: 13}
- {fileID: 18}
m_Selected: 1
m_LastSelected: 0
--- !u!114 &6
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
@ -111,22 +141,22 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Children: m_Children:
- {fileID: 6}
- {fileID: 7} - {fileID: 7}
- {fileID: 2}
- {fileID: 8} - {fileID: 8}
m_Position: m_Position:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 0 y: 0
width: 1536 width: 1920
height: 781 height: 997
m_MinSize: {x: 875, y: 492} m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000} m_MaxSize: {x: 10000, y: 10000}
m_UseTopView: 1 m_UseTopView: 1
m_TopViewHeight: 30 m_TopViewHeight: 30
m_UseBottomView: 1 m_UseBottomView: 1
m_BottomViewHeight: 20 m_BottomViewHeight: 20
--- !u!114 &6 --- !u!114 &7
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
@ -143,41 +173,14 @@ MonoBehaviour:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 0 y: 0
width: 1536 width: 1920
height: 30 height: 30
m_MinSize: {x: 0, y: 0} m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0}
m_LoadedToolbars: m_LoadedToolbars:
- {fileID: 21} - {fileID: 19}
m_MainToolbar: {fileID: 21} m_MainToolbar: {fileID: 19}
m_LastLoadedLayoutName: m_LastLoadedLayoutName: Default
--- !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: 1
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_Children:
- {fileID: 9}
- {fileID: 10}
- {fileID: 11}
- {fileID: 12}
m_Position:
serializedVersion: 2
x: 0
y: 30
width: 1536
height: 731
m_MinSize: {x: 911, y: 442}
m_MaxSize: {x: 22006, y: 10021}
vertical: 0
controlID: 130
--- !u!114 &8 --- !u!114 &8
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -194,8 +197,8 @@ MonoBehaviour:
m_Position: m_Position:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 761 y: 977
width: 1536 width: 1920
height: 20 height: 20
m_MinSize: {x: 0, y: 0} m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0}
@ -212,18 +215,18 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Children: m_Children:
- {fileID: 13} - {fileID: 10}
- {fileID: 14} - {fileID: 5}
m_Position: m_Position:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 0 y: 0
width: 760 width: 1531
height: 731 height: 947
m_MinSize: {x: 201, y: 442} m_MinSize: {x: 403, y: 342}
m_MaxSize: {x: 4001, y: 8042} m_MaxSize: {x: 8003, y: 8042}
vertical: 1 vertical: 1
controlID: 131 controlID: 296
--- !u!114 &10 --- !u!114 &10
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -233,23 +236,22 @@ MonoBehaviour:
m_GameObject: {fileID: 0} m_GameObject: {fileID: 0}
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 1 m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Children: [] m_Children:
- {fileID: 4}
- {fileID: 11}
m_Position: m_Position:
serializedVersion: 2 serializedVersion: 2
x: 760 x: 0
y: 0 y: 0
width: 202 width: 1531
height: 731 height: 573
m_MinSize: {x: 202, y: 221} m_MinSize: {x: 403, y: 221}
m_MaxSize: {x: 4002, y: 4021} m_MaxSize: {x: 8003, y: 4021}
m_ActualView: {fileID: 16} vertical: 0
m_Panes: controlID: 225
- {fileID: 16}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &11 --- !u!114 &11
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -260,22 +262,24 @@ MonoBehaviour:
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 1 m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name: m_Name: SceneView
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Children: [] m_Children: []
m_Position: m_Position:
serializedVersion: 2 serializedVersion: 2
x: 962 x: 379
y: 0 y: 0
width: 293 width: 1152
height: 731 height: 573
m_MinSize: {x: 232, y: 271} m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 10002, y: 10021} m_MaxSize: {x: 4002, y: 4021}
m_ActualView: {fileID: 18} m_ActualView: {fileID: 16}
m_Panes: m_Panes:
- {fileID: 18} - {fileID: 16}
- {fileID: 17}
- {fileID: 12}
m_Selected: 0 m_Selected: 0
m_LastSelected: 0 m_LastSelected: 1
--- !u!114 &12 --- !u!114 &12
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -285,192 +289,23 @@ MonoBehaviour:
m_GameObject: {fileID: 0} m_GameObject: {fileID: 0}
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 1 m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Script: {fileID: 12111, guid: 0000000000000000e000000000000000, type: 0}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Children: [] m_MinSize: {x: 400, y: 100}
m_Position: m_MaxSize: {x: 2048, y: 2048}
m_TitleContent:
m_Text: Asset Store
m_Image: {fileID: -8693916549880196297, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2 serializedVersion: 2
x: 1255 x: 468
y: 0 y: 181
width: 281 width: 973
height: 731 height: 501
m_MinSize: {x: 276, y: 71} m_ViewDataDictionary: {fileID: 0}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 17}
m_Panes:
- {fileID: 17}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &13 --- !u!114 &13
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: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
x: 0
y: 0
width: 760
height: 303
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 20}
m_Panes:
- {fileID: 20}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &14
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: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
x: 0
y: 303
width: 760
height: 428
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 19}
m_Panes:
- {fileID: 19}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &15
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: 12003, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_MinSize: {x: 100, y: 100}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Console
m_Image: {fileID: -4950941429401207979, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 773.60004
y: 452.80002
width: 508
height: 315
m_ViewDataDictionary: {fileID: 0}
--- !u!114 &16
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: 1
m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Hierarchy
m_Image: {fileID: -3734745235275155857, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 760
y: 73.6
width: 200
height: 710
m_ViewDataDictionary: {fileID: 0}
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 46420000
m_LastClickedID: 16966
m_ExpandedIDs: 40fbffffa0420000c2420000
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: 10}
m_SearchString:
m_ExpandedScenes: []
m_CurrenRootInstanceID: 0
m_LockTracker:
m_IsLocked: 0
m_CurrentSortingName: TransformSorting
m_WindowGUID: cdebc15e906ce5e4db6737d9be8a263a
--- !u!114 &17
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: 1
m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_MinSize: {x: 275, y: 50}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Inspector
m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 1255.2001
y: 73.6
width: 280
height: 710
m_ViewDataDictionary: {fileID: 0}
m_ObjectsLockedBeforeSerialization: []
m_InstanceIDsLockedBeforeSerialization:
m_PreviewResizer:
m_CachedPref: -160
m_ControlHash: -371814159
m_PrefName: Preview_InspectorPreview
m_LastInspectedObjectInstanceID: -1
m_LastVerticalScrollValue: 540
m_GlobalObjectId:
m_LockTracker:
m_IsLocked: 0
m_PreviewWindow: {fileID: 0}
--- !u!114 &18
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
@ -486,14 +321,14 @@ MonoBehaviour:
m_MaxSize: {x: 10000, y: 10000} m_MaxSize: {x: 10000, y: 10000}
m_TitleContent: m_TitleContent:
m_Text: Project m_Text: Project
m_Image: {fileID: -5179483145760003458, guid: 0000000000000000d000000000000000, type: 0} m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip: m_Tooltip:
m_Pos: m_Pos:
serializedVersion: 2 serializedVersion: 2
x: 962.4 x: 0
y: 73.6 y: 646
width: 291 width: 1530
height: 710 height: 353
m_ViewDataDictionary: {fileID: 0} m_ViewDataDictionary: {fileID: 0}
m_SearchFilter: m_SearchFilter:
m_NameFilter: m_NameFilter:
@ -508,22 +343,22 @@ MonoBehaviour:
m_SkipHidden: 0 m_SkipHidden: 0
m_SearchArea: 1 m_SearchArea: 1
m_Folders: m_Folders:
- Assets/Prefabs/Player - Assets/Scripts
m_Globs: [] m_Globs: []
m_OriginalText: m_OriginalText:
m_ViewMode: 1 m_ViewMode: 1
m_StartGridSize: 16 m_StartGridSize: 64
m_LastFolders: m_LastFolders:
- Assets/Prefabs/Player - Assets/Scripts
m_LastFoldersGridSize: 16 m_LastFoldersGridSize: -1
m_LastProjectPath: C:\Users\Dara\Documents\1\PO m_LastProjectPath: "E:\\Projects \u0441#\\Unity\\omega"
m_LockTracker: m_LockTracker:
m_IsLocked: 0 m_IsLocked: 0
m_FolderTreeState: m_FolderTreeState:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: ac460000 m_SelectedIDs: 864b0000
m_LastClickedID: 18092 m_LastClickedID: 19334
m_ExpandedIDs: 000000009a460000a446000000ca9a3b m_ExpandedIDs: 00000000784b0000824b0000864b000000ca9a3b
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
@ -539,7 +374,7 @@ MonoBehaviour:
m_IsRenaming: 0 m_IsRenaming: 0
m_OriginalEventType: 11 m_OriginalEventType: 11
m_IsRenamingFilename: 1 m_IsRenamingFilename: 1
m_ClientGUIView: {fileID: 11} m_ClientGUIView: {fileID: 0}
m_SearchString: m_SearchString:
m_CreateAssetUtility: m_CreateAssetUtility:
m_EndAction: {fileID: 0} m_EndAction: {fileID: 0}
@ -551,7 +386,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: m_SelectedIDs:
m_LastClickedID: 0 m_LastClickedID: 0
m_ExpandedIDs: 000000009a460000 m_ExpandedIDs: 00000000784b000000ca9a3b
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
@ -576,10 +411,10 @@ MonoBehaviour:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_ResourceFile: m_ResourceFile:
m_ListAreaState: m_ListAreaState:
m_SelectedInstanceIDs: m_SelectedInstanceIDs: d6ecffff
m_LastClickedInstanceID: 0 m_LastClickedInstanceID: -4906
m_HadKeyboardFocusLastEvent: 1 m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: ee440000e4160000 m_ExpandedInstanceIDs: c623000018480000
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
@ -595,7 +430,7 @@ MonoBehaviour:
m_IsRenaming: 0 m_IsRenaming: 0
m_OriginalEventType: 11 m_OriginalEventType: 11
m_IsRenamingFilename: 1 m_IsRenamingFilename: 1
m_ClientGUIView: {fileID: 11} m_ClientGUIView: {fileID: 0}
m_CreateAssetUtility: m_CreateAssetUtility:
m_EndAction: {fileID: 0} m_EndAction: {fileID: 0}
m_InstanceID: 0 m_InstanceID: 0
@ -604,10 +439,10 @@ MonoBehaviour:
m_ResourceFile: m_ResourceFile:
m_NewAssetIndexInList: -1 m_NewAssetIndexInList: -1
m_ScrollPosition: {x: 0, y: 0} m_ScrollPosition: {x: 0, y: 0}
m_GridSize: 16 m_GridSize: 64
m_SkipHiddenPackages: 0 m_SkipHiddenPackages: 0
m_DirectoriesAreaWidth: 110 m_DirectoriesAreaWidth: 115
--- !u!114 &19 --- !u!114 &14
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
@ -616,87 +451,89 @@ MonoBehaviour:
m_GameObject: {fileID: 0} m_GameObject: {fileID: 0}
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 1 m_EditorHideFlags: 1
m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_MinSize: {x: 275, y: 50}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Inspector
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 1531
y: 73
width: 388
height: 926
m_ViewDataDictionary: {fileID: 0}
m_ObjectsLockedBeforeSerialization: []
m_InstanceIDsLockedBeforeSerialization:
m_PreviewResizer:
m_CachedPref: 160
m_ControlHash: -371814159
m_PrefName: Preview_InspectorPreview
m_LastInspectedObjectInstanceID: -1
m_LastVerticalScrollValue: 0
m_GlobalObjectId:
m_LockTracker:
m_IsLocked: 0
m_PreviewWindow: {fileID: 0}
--- !u!114 &15
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: 1
m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_MinSize: {x: 200, y: 200} m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000} m_MaxSize: {x: 4000, y: 4000}
m_TitleContent: m_TitleContent:
m_Text: Game m_Text: Hierarchy
m_Image: {fileID: 4621777727084837110, guid: 0000000000000000d000000000000000, type: 0} m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip: m_Tooltip:
m_Pos: m_Pos:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 376 y: 73
width: 759 width: 378
height: 407 height: 552
m_ViewDataDictionary: {fileID: 0} m_ViewDataDictionary: {fileID: 0}
m_SerializedViewNames: [] m_SceneHierarchy:
m_SerializedViewValues: [] m_TreeViewState:
m_PlayModeViewName: GameView scrollPos: {x: 0, y: 0}
m_ShowGizmos: 0 m_SelectedIDs:
m_TargetDisplay: 0 m_LastClickedID: 0
m_ClearColor: {r: 0, g: 0, b: 0, a: 0} m_ExpandedIDs: f6f9ffffd8470000ee470000f2470000
m_TargetSize: {x: 1920, y: 1080} m_RenameOverlay:
m_TextureFilterMode: 0 m_UserAcceptedRename: 0
m_TextureHideFlags: 61 m_Name:
m_RenderIMGUI: 1 m_OriginalName:
m_MaximizeOnPlay: 0 m_EditFieldRect:
m_UseMipMap: 0 serializedVersion: 2
m_VSyncEnabled: 0 x: 0
m_Gizmos: 0 y: 0
m_Stats: 0 width: 0
m_SelectedSizes: 00000000000000000000000006000000000000000000000000000000000000000000000000000000 height: 0
m_ZoomArea: m_UserData: 0
m_HRangeLocked: 0 m_IsWaitingForDelay: 0
m_VRangeLocked: 0 m_IsRenaming: 0
hZoomLockedByDefault: 0 m_OriginalEventType: 11
vZoomLockedByDefault: 0 m_IsRenamingFilename: 0
m_HBaseRangeMin: -768 m_ClientGUIView: {fileID: 0}
m_HBaseRangeMax: 768 m_SearchString:
m_VBaseRangeMin: -432 m_ExpandedScenes: []
m_VBaseRangeMax: 432 m_CurrenRootInstanceID: 0
m_HAllowExceedBaseRangeMin: 1 m_LockTracker:
m_HAllowExceedBaseRangeMax: 1 m_IsLocked: 0
m_VAllowExceedBaseRangeMin: 1 m_CurrentSortingName: TransformSorting
m_VAllowExceedBaseRangeMax: 1 m_WindowGUID: f501ff87b9467284bbfa78f8ef951c0a
m_ScaleWithWindow: 0 --- !u!114 &16
m_HSlider: 0
m_VSlider: 0
m_IgnoreScrollWheelUntilClicked: 0
m_EnableMouseInput: 1
m_EnableSliderZoomHorizontal: 0
m_EnableSliderZoomVertical: 0
m_UniformScale: 1
m_UpDirection: 1
m_DrawArea:
serializedVersion: 2
x: 0
y: 21
width: 759
height: 386
m_Scale: {x: 0.44675925, y: 0.44675925}
m_Translation: {x: 379.5, y: 193}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
x: -849.4508
y: -432
width: 1698.9016
height: 864
m_MinimalGUI: 1
m_defaultScale: 0.44675925
m_LastWindowPixelSize: {x: 948.75, y: 508.75}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 00000000000000000000
m_XRRenderMode: 0
m_RenderTexture: {fileID: 0}
--- !u!114 &20
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}
@ -712,17 +549,17 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000} m_MaxSize: {x: 4000, y: 4000}
m_TitleContent: m_TitleContent:
m_Text: Scene m_Text: Scene
m_Image: {fileID: 8634526014445323508, guid: 0000000000000000d000000000000000, type: 0} m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip: m_Tooltip:
m_Pos: m_Pos:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 379
y: 73.6 y: 73
width: 759 width: 1150
height: 282 height: 552
m_ViewDataDictionary: {fileID: 0} m_ViewDataDictionary: {fileID: 0}
m_ShowContextualTools: 0 m_ShowContextualTools: 0
m_WindowGUID: 27b40b6b0d61a014ca468e2ed179af94 m_WindowGUID: 655dc4ece37a8cc438efef8ad393c6dd
m_Gizmos: 1 m_Gizmos: 1
m_OverrideSceneCullingMask: 6917529027641081856 m_OverrideSceneCullingMask: 6917529027641081856
m_SceneIsLit: 1 m_SceneIsLit: 1
@ -732,9 +569,9 @@ MonoBehaviour:
m_PlayAudio: 0 m_PlayAudio: 0
m_AudioPlay: 0 m_AudioPlay: 0
m_Position: m_Position:
m_Target: {x: 310.17004, y: 590.28845, z: -37.487873} m_Target: {x: 1.4374455, y: -1.9219043, z: -0.77687305}
speed: 2 speed: 2
m_Value: {x: 310.17004, y: 590.28845, z: -37.487873} m_Value: {x: 1.4374455, y: -1.9219043, z: -0.77687305}
m_RenderMode: 0 m_RenderMode: 0
m_CameraMode: m_CameraMode:
drawMode: 0 drawMode: 0
@ -785,9 +622,9 @@ MonoBehaviour:
speed: 2 speed: 2
m_Value: {x: 0, y: 0, z: 0, w: 1} m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size: m_Size:
m_Target: 449.81537 m_Target: 14.740944
speed: 2 speed: 2
m_Value: 449.81537 m_Value: 14.740944
m_Ortho: m_Ortho:
m_Target: 1 m_Target: 1
speed: 2 speed: 2
@ -812,7 +649,121 @@ MonoBehaviour:
m_SceneVisActive: 1 m_SceneVisActive: 1
m_LastLockedObject: {fileID: 0} m_LastLockedObject: {fileID: 0}
m_ViewIsLockedToObject: 0 m_ViewIsLockedToObject: 0
--- !u!114 &21 --- !u!114 &17
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: 1
m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Game
m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 379
y: 73
width: 1150
height: 552
m_ViewDataDictionary: {fileID: 0}
m_SerializedViewNames: []
m_SerializedViewValues: []
m_PlayModeViewName: GameView
m_ShowGizmos: 0
m_TargetDisplay: 0
m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
m_TargetSize: {x: 1920, y: 1080}
m_TextureFilterMode: 0
m_TextureHideFlags: 61
m_RenderIMGUI: 1
m_MaximizeOnPlay: 0
m_UseMipMap: 0
m_VSyncEnabled: 0
m_Gizmos: 0
m_Stats: 0
m_SelectedSizes: 00000000000000000000000006000000000000000000000000000000000000000000000000000000
m_ZoomArea:
m_HRangeLocked: 0
m_VRangeLocked: 0
hZoomLockedByDefault: 0
vZoomLockedByDefault: 0
m_HBaseRangeMin: -960
m_HBaseRangeMax: 960
m_VBaseRangeMin: -540
m_VBaseRangeMax: 540
m_HAllowExceedBaseRangeMin: 1
m_HAllowExceedBaseRangeMax: 1
m_VAllowExceedBaseRangeMin: 1
m_VAllowExceedBaseRangeMax: 1
m_ScaleWithWindow: 0
m_HSlider: 0
m_VSlider: 0
m_IgnoreScrollWheelUntilClicked: 0
m_EnableMouseInput: 0
m_EnableSliderZoomHorizontal: 0
m_EnableSliderZoomVertical: 0
m_UniformScale: 1
m_UpDirection: 1
m_DrawArea:
serializedVersion: 2
x: 0
y: 21
width: 1150
height: 531
m_Scale: {x: 0.4916667, y: 0.49166667}
m_Translation: {x: 575, y: 265.5}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
x: -1169.4915
y: -540
width: 2338.983
height: 1080
m_MinimalGUI: 1
m_defaultScale: 0.49166667
m_LastWindowPixelSize: {x: 1150, y: 552}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000001000000000000
m_XRRenderMode: 0
m_RenderTexture: {fileID: 0}
--- !u!114 &18
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: 1
m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_MinSize: {x: 100, y: 100}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Console
m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 0
y: 646
width: 1530
height: 353
m_ViewDataDictionary: {fileID: 0}
--- !u!114 &19
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0} m_CorrespondingSourceObject: {fileID: 0}

Binary file not shown.

View File

@ -1,20 +1,20 @@
m_ProjectFiles: m_ProjectFiles:
m_ManifestFileStatus: m_ManifestFileStatus:
m_FilePath: C:/Users/Dara/Documents/1/PO/Packages/manifest.json m_FilePath: "E:/Projects \u0441#/Unity/omega/Packages/manifest.json"
m_PathExists: 1 m_PathExists: 1
m_ContentTrackingEnabled: 1 m_ContentTrackingEnabled: 1
m_ModificationDate: m_ModificationDate:
serializedVersion: 2 serializedVersion: 2
ticks: 637775701382787131 ticks: 637777933765572559
m_Hash: 1047088217 m_Hash: 3969132510
m_LockFileStatus: m_LockFileStatus:
m_FilePath: C:/Users/Dara/Documents/1/PO/Packages/packages-lock.json m_FilePath: "E:/Projects \u0441#/Unity/omega/Packages/packages-lock.json"
m_PathExists: 1 m_PathExists: 1
m_ContentTrackingEnabled: 1 m_ContentTrackingEnabled: 1
m_ModificationDate: m_ModificationDate:
serializedVersion: 2 serializedVersion: 2
ticks: 637775804813421276 ticks: 637777933765582533
m_Hash: 1522590259 m_Hash: 397170090
m_EmbeddedPackageManifests: m_EmbeddedPackageManifests:
m_ManifestsStatus: {} m_ManifestsStatus: {}
m_PackageAssets: m_PackageAssets:
@ -25,7 +25,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 5.0.7 version: 5.0.7
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.2d.animation@5.0.7 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.2d.animation@5.0.7"
assetPath: Packages/com.unity.2d.animation assetPath: Packages/com.unity.2d.animation
name: com.unity.2d.animation name: com.unity.2d.animation
displayName: 2D Animation displayName: 2D Animation
@ -184,7 +184,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 4.0.1 version: 4.0.1
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.2d.pixel-perfect@4.0.1 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.2d.pixel-perfect@4.0.1"
assetPath: Packages/com.unity.2d.pixel-perfect assetPath: Packages/com.unity.2d.pixel-perfect
name: com.unity.2d.pixel-perfect name: com.unity.2d.pixel-perfect
displayName: 2D Pixel Perfect displayName: 2D Pixel Perfect
@ -259,7 +259,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 4.1.0 version: 4.1.0
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.2d.psdimporter@4.1.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.2d.psdimporter@4.1.0"
assetPath: Packages/com.unity.2d.psdimporter assetPath: Packages/com.unity.2d.psdimporter
name: com.unity.2d.psdimporter name: com.unity.2d.psdimporter
displayName: 2D PSD Importer displayName: 2D PSD Importer
@ -390,7 +390,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.2d.sprite@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.2d.sprite@1.0.0"
assetPath: Packages/com.unity.2d.sprite assetPath: Packages/com.unity.2d.sprite
name: com.unity.2d.sprite name: com.unity.2d.sprite
displayName: 2D Sprite displayName: 2D Sprite
@ -441,7 +441,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 5.1.4 version: 5.1.4
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.2d.spriteshape@5.1.4 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.2d.spriteshape@5.1.4"
assetPath: Packages/com.unity.2d.spriteshape assetPath: Packages/com.unity.2d.spriteshape
name: com.unity.2d.spriteshape name: com.unity.2d.spriteshape
displayName: 2D SpriteShape displayName: 2D SpriteShape
@ -592,7 +592,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.2d.tilemap@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.2d.tilemap@1.0.0"
assetPath: Packages/com.unity.2d.tilemap assetPath: Packages/com.unity.2d.tilemap
name: com.unity.2d.tilemap name: com.unity.2d.tilemap
displayName: 2D Tilemap Editor displayName: 2D Tilemap Editor
@ -642,7 +642,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.9.0 version: 1.9.0
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.collab-proxy@1.9.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.collab-proxy@1.9.0"
assetPath: Packages/com.unity.collab-proxy assetPath: Packages/com.unity.collab-proxy
name: com.unity.collab-proxy name: com.unity.collab-proxy
displayName: Version Control displayName: Version Control
@ -767,7 +767,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 2.0.7 version: 2.0.7
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.ide.rider@2.0.7 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.ide.rider@2.0.7"
assetPath: Packages/com.unity.ide.rider assetPath: Packages/com.unity.ide.rider
name: com.unity.ide.rider name: com.unity.ide.rider
displayName: JetBrains Rider Editor displayName: JetBrains Rider Editor
@ -878,7 +878,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 2.0.11 version: 2.0.11
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.ide.visualstudio@2.0.11 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.ide.visualstudio@2.0.11"
assetPath: Packages/com.unity.ide.visualstudio assetPath: Packages/com.unity.ide.visualstudio
name: com.unity.ide.visualstudio name: com.unity.ide.visualstudio
displayName: Visual Studio Editor displayName: Visual Studio Editor
@ -967,7 +967,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.2.4 version: 1.2.4
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.ide.vscode@1.2.4 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.ide.vscode@1.2.4"
assetPath: Packages/com.unity.ide.vscode assetPath: Packages/com.unity.ide.vscode
name: com.unity.ide.vscode name: com.unity.ide.vscode
displayName: Visual Studio Code Editor displayName: Visual Studio Code Editor
@ -1038,7 +1038,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.1.29 version: 1.1.29
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.test-framework@1.1.29 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.test-framework@1.1.29"
assetPath: Packages/com.unity.test-framework assetPath: Packages/com.unity.test-framework
name: com.unity.test-framework name: com.unity.test-framework
displayName: Test Framework displayName: Test Framework
@ -1131,7 +1131,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 3.0.6 version: 3.0.6
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.textmeshpro@3.0.6 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.textmeshpro@3.0.6"
assetPath: Packages/com.unity.textmeshpro assetPath: Packages/com.unity.textmeshpro
name: com.unity.textmeshpro name: com.unity.textmeshpro
displayName: TextMeshPro displayName: TextMeshPro
@ -1294,7 +1294,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.4.8 version: 1.4.8
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.timeline@1.4.8 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.timeline@1.4.8"
assetPath: Packages/com.unity.timeline assetPath: Packages/com.unity.timeline
name: com.unity.timeline name: com.unity.timeline
displayName: Timeline displayName: Timeline
@ -1452,7 +1452,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.toolchain.win-x86_64-linux-x86_64@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.toolchain.win-x86_64-linux-x86_64@1.0.0"
assetPath: Packages/com.unity.toolchain.win-x86_64-linux-x86_64 assetPath: Packages/com.unity.toolchain.win-x86_64-linux-x86_64
name: com.unity.toolchain.win-x86_64-linux-x86_64 name: com.unity.toolchain.win-x86_64-linux-x86_64
displayName: Toolchain Win Linux x64 displayName: Toolchain Win Linux x64
@ -1546,7 +1546,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.ugui@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.ugui@1.0.0"
assetPath: Packages/com.unity.ugui assetPath: Packages/com.unity.ugui
name: com.unity.ugui name: com.unity.ugui
displayName: Unity UI displayName: Unity UI
@ -1609,7 +1609,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.ai@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.ai@1.0.0"
assetPath: Packages/com.unity.modules.ai assetPath: Packages/com.unity.modules.ai
name: com.unity.modules.ai name: com.unity.modules.ai
displayName: AI displayName: AI
@ -1657,7 +1657,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.androidjni@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.androidjni@1.0.0"
assetPath: Packages/com.unity.modules.androidjni assetPath: Packages/com.unity.modules.androidjni
name: com.unity.modules.androidjni name: com.unity.modules.androidjni
displayName: Android JNI displayName: Android JNI
@ -1705,7 +1705,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.animation@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.animation@1.0.0"
assetPath: Packages/com.unity.modules.animation assetPath: Packages/com.unity.modules.animation
name: com.unity.modules.animation name: com.unity.modules.animation
displayName: Animation displayName: Animation
@ -1753,7 +1753,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.assetbundle@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.assetbundle@1.0.0"
assetPath: Packages/com.unity.modules.assetbundle assetPath: Packages/com.unity.modules.assetbundle
name: com.unity.modules.assetbundle name: com.unity.modules.assetbundle
displayName: Asset Bundle displayName: Asset Bundle
@ -1801,7 +1801,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.audio@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.audio@1.0.0"
assetPath: Packages/com.unity.modules.audio assetPath: Packages/com.unity.modules.audio
name: com.unity.modules.audio name: com.unity.modules.audio
displayName: Audio displayName: Audio
@ -1849,7 +1849,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.cloth@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.cloth@1.0.0"
assetPath: Packages/com.unity.modules.cloth assetPath: Packages/com.unity.modules.cloth
name: com.unity.modules.cloth name: com.unity.modules.cloth
displayName: Cloth displayName: Cloth
@ -1901,7 +1901,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.director@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.director@1.0.0"
assetPath: Packages/com.unity.modules.director assetPath: Packages/com.unity.modules.director
name: com.unity.modules.director name: com.unity.modules.director
displayName: Director displayName: Director
@ -1957,7 +1957,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.imageconversion@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.imageconversion@1.0.0"
assetPath: Packages/com.unity.modules.imageconversion assetPath: Packages/com.unity.modules.imageconversion
name: com.unity.modules.imageconversion name: com.unity.modules.imageconversion
displayName: Image Conversion displayName: Image Conversion
@ -2006,7 +2006,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.imgui@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.imgui@1.0.0"
assetPath: Packages/com.unity.modules.imgui assetPath: Packages/com.unity.modules.imgui
name: com.unity.modules.imgui name: com.unity.modules.imgui
displayName: IMGUI displayName: IMGUI
@ -2054,7 +2054,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.jsonserialize@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.jsonserialize@1.0.0"
assetPath: Packages/com.unity.modules.jsonserialize assetPath: Packages/com.unity.modules.jsonserialize
name: com.unity.modules.jsonserialize name: com.unity.modules.jsonserialize
displayName: JSONSerialize displayName: JSONSerialize
@ -2102,7 +2102,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.particlesystem@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.particlesystem@1.0.0"
assetPath: Packages/com.unity.modules.particlesystem assetPath: Packages/com.unity.modules.particlesystem
name: com.unity.modules.particlesystem name: com.unity.modules.particlesystem
displayName: Particle System displayName: Particle System
@ -2150,7 +2150,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.physics@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.physics@1.0.0"
assetPath: Packages/com.unity.modules.physics assetPath: Packages/com.unity.modules.physics
name: com.unity.modules.physics name: com.unity.modules.physics
displayName: Physics displayName: Physics
@ -2198,7 +2198,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.physics2d@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.physics2d@1.0.0"
assetPath: Packages/com.unity.modules.physics2d assetPath: Packages/com.unity.modules.physics2d
name: com.unity.modules.physics2d name: com.unity.modules.physics2d
displayName: Physics 2D displayName: Physics 2D
@ -2246,7 +2246,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.screencapture@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.screencapture@1.0.0"
assetPath: Packages/com.unity.modules.screencapture assetPath: Packages/com.unity.modules.screencapture
name: com.unity.modules.screencapture name: com.unity.modules.screencapture
displayName: Screen Capture displayName: Screen Capture
@ -2298,7 +2298,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.terrain@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.terrain@1.0.0"
assetPath: Packages/com.unity.modules.terrain assetPath: Packages/com.unity.modules.terrain
name: com.unity.modules.terrain name: com.unity.modules.terrain
displayName: Terrain displayName: Terrain
@ -2346,7 +2346,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.terrainphysics@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.terrainphysics@1.0.0"
assetPath: Packages/com.unity.modules.terrainphysics assetPath: Packages/com.unity.modules.terrainphysics
name: com.unity.modules.terrainphysics name: com.unity.modules.terrainphysics
displayName: Terrain Physics displayName: Terrain Physics
@ -2402,7 +2402,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.tilemap@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.tilemap@1.0.0"
assetPath: Packages/com.unity.modules.tilemap assetPath: Packages/com.unity.modules.tilemap
name: com.unity.modules.tilemap name: com.unity.modules.tilemap
displayName: Tilemap displayName: Tilemap
@ -2454,7 +2454,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.ui@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.ui@1.0.0"
assetPath: Packages/com.unity.modules.ui assetPath: Packages/com.unity.modules.ui
name: com.unity.modules.ui name: com.unity.modules.ui
displayName: UI displayName: UI
@ -2502,7 +2502,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.uielements@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.uielements@1.0.0"
assetPath: Packages/com.unity.modules.uielements assetPath: Packages/com.unity.modules.uielements
name: com.unity.modules.uielements name: com.unity.modules.uielements
displayName: UIElements displayName: UIElements
@ -2566,7 +2566,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.umbra@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.umbra@1.0.0"
assetPath: Packages/com.unity.modules.umbra assetPath: Packages/com.unity.modules.umbra
name: com.unity.modules.umbra name: com.unity.modules.umbra
displayName: Umbra displayName: Umbra
@ -2614,7 +2614,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.unityanalytics@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.unityanalytics@1.0.0"
assetPath: Packages/com.unity.modules.unityanalytics assetPath: Packages/com.unity.modules.unityanalytics
name: com.unity.modules.unityanalytics name: com.unity.modules.unityanalytics
displayName: Unity Analytics displayName: Unity Analytics
@ -2670,7 +2670,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.unitywebrequest@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.unitywebrequest@1.0.0"
assetPath: Packages/com.unity.modules.unitywebrequest assetPath: Packages/com.unity.modules.unitywebrequest
name: com.unity.modules.unitywebrequest name: com.unity.modules.unitywebrequest
displayName: Unity Web Request displayName: Unity Web Request
@ -2718,7 +2718,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.unitywebrequestassetbundle@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.unitywebrequestassetbundle@1.0.0"
assetPath: Packages/com.unity.modules.unitywebrequestassetbundle assetPath: Packages/com.unity.modules.unitywebrequestassetbundle
name: com.unity.modules.unitywebrequestassetbundle name: com.unity.modules.unitywebrequestassetbundle
displayName: Unity Web Request Asset Bundle displayName: Unity Web Request Asset Bundle
@ -2774,7 +2774,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.unitywebrequestaudio@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.unitywebrequestaudio@1.0.0"
assetPath: Packages/com.unity.modules.unitywebrequestaudio assetPath: Packages/com.unity.modules.unitywebrequestaudio
name: com.unity.modules.unitywebrequestaudio name: com.unity.modules.unitywebrequestaudio
displayName: Unity Web Request Audio displayName: Unity Web Request Audio
@ -2830,7 +2830,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.unitywebrequesttexture@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.unitywebrequesttexture@1.0.0"
assetPath: Packages/com.unity.modules.unitywebrequesttexture assetPath: Packages/com.unity.modules.unitywebrequesttexture
name: com.unity.modules.unitywebrequesttexture name: com.unity.modules.unitywebrequesttexture
displayName: Unity Web Request Texture displayName: Unity Web Request Texture
@ -2886,7 +2886,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.unitywebrequestwww@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.unitywebrequestwww@1.0.0"
assetPath: Packages/com.unity.modules.unitywebrequestwww assetPath: Packages/com.unity.modules.unitywebrequestwww
name: com.unity.modules.unitywebrequestwww name: com.unity.modules.unitywebrequestwww
displayName: Unity Web Request WWW displayName: Unity Web Request WWW
@ -2958,7 +2958,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.vehicles@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.vehicles@1.0.0"
assetPath: Packages/com.unity.modules.vehicles assetPath: Packages/com.unity.modules.vehicles
name: com.unity.modules.vehicles name: com.unity.modules.vehicles
displayName: Vehicles displayName: Vehicles
@ -3010,7 +3010,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.video@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.video@1.0.0"
assetPath: Packages/com.unity.modules.video assetPath: Packages/com.unity.modules.video
name: com.unity.modules.video name: com.unity.modules.video
displayName: Video displayName: Video
@ -3070,7 +3070,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.vr@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.vr@1.0.0"
assetPath: Packages/com.unity.modules.vr assetPath: Packages/com.unity.modules.vr
name: com.unity.modules.vr name: com.unity.modules.vr
displayName: VR displayName: VR
@ -3132,7 +3132,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.wind@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.wind@1.0.0"
assetPath: Packages/com.unity.modules.wind assetPath: Packages/com.unity.modules.wind
name: com.unity.modules.wind name: com.unity.modules.wind
displayName: Wind displayName: Wind
@ -3180,7 +3180,7 @@ m_PackageAssets:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.xr@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.xr@1.0.0"
assetPath: Packages/com.unity.modules.xr assetPath: Packages/com.unity.modules.xr
name: com.unity.modules.xr name: com.unity.modules.xr
displayName: XR displayName: XR
@ -3240,7 +3240,7 @@ m_PackageAssets:
isDirectDependency: 0 isDirectDependency: 0
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.subsystems@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.subsystems@1.0.0"
assetPath: Packages/com.unity.modules.subsystems assetPath: Packages/com.unity.modules.subsystems
name: com.unity.modules.subsystems name: com.unity.modules.subsystems
displayName: Subsystems displayName: Subsystems
@ -3292,7 +3292,7 @@ m_PackageAssets:
isDirectDependency: 0 isDirectDependency: 0
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.modules.uielementsnative@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.modules.uielementsnative@1.0.0"
assetPath: Packages/com.unity.modules.uielementsnative assetPath: Packages/com.unity.modules.uielementsnative
name: com.unity.modules.uielementsnative name: com.unity.modules.uielementsnative
displayName: UIElements Native displayName: UIElements Native
@ -3351,7 +3351,7 @@ m_PackageAssets:
isDirectDependency: 0 isDirectDependency: 0
version: 1.0.0 version: 1.0.0
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.sysroot@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.sysroot@1.0.0"
assetPath: Packages/com.unity.sysroot assetPath: Packages/com.unity.sysroot
name: com.unity.sysroot name: com.unity.sysroot
displayName: Sysroot Base displayName: Sysroot Base
@ -3426,7 +3426,7 @@ m_PackageAssets:
isDirectDependency: 0 isDirectDependency: 0
version: 1.0.0 version: 1.0.0
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.sysroot.linux-x86_64@1.0.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.sysroot.linux-x86_64@1.0.0"
assetPath: Packages/com.unity.sysroot.linux-x86_64 assetPath: Packages/com.unity.sysroot.linux-x86_64
name: com.unity.sysroot.linux-x86_64 name: com.unity.sysroot.linux-x86_64
displayName: Sysroot Linux x64 displayName: Sysroot Linux x64
@ -3500,7 +3500,7 @@ m_PackageAssets:
isDirectDependency: 0 isDirectDependency: 0
version: 1.0.6 version: 1.0.6
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.ext.nunit@1.0.6 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.ext.nunit@1.0.6"
assetPath: Packages/com.unity.ext.nunit assetPath: Packages/com.unity.ext.nunit
name: com.unity.ext.nunit name: com.unity.ext.nunit
displayName: Custom NUnit displayName: Custom NUnit
@ -3516,18 +3516,8 @@ m_PackageAssets:
errors: [] errors: []
versions: versions:
all: all:
- 0.1.5-preview
- 0.1.6-preview
- 0.1.9-preview
- 1.0.0
- 1.0.5
- 1.0.6 - 1.0.6
compatible: compatible:
- 0.1.5-preview
- 0.1.6-preview
- 0.1.9-preview
- 1.0.0
- 1.0.5
- 1.0.6 - 1.0.6
verified: 1.0.6 verified: 1.0.6
dependencies: [] dependencies: []
@ -3548,7 +3538,7 @@ m_PackageAssets:
entitlements: entitlements:
isAllowed: 1 isAllowed: 1
isAssetStorePackage: 0 isAssetStorePackage: 0
datePublishedTicks: 637429759280000000 datePublishedTicks: 0
documentationUrl: documentationUrl:
hasRepository: 1 hasRepository: 1
repository: repository:
@ -3561,7 +3551,7 @@ m_PackageAssets:
isDirectDependency: 0 isDirectDependency: 0
version: 1.1.0 version: 1.1.0
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.mathematics@1.1.0 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.mathematics@1.1.0"
assetPath: Packages/com.unity.mathematics assetPath: Packages/com.unity.mathematics
name: com.unity.mathematics name: com.unity.mathematics
displayName: Mathematics displayName: Mathematics
@ -3577,40 +3567,12 @@ m_PackageAssets:
errors: [] errors: []
versions: versions:
all: all:
- 0.0.12-preview.2
- 0.0.12-preview.5
- 0.0.12-preview.8
- 0.0.12-preview.10
- 0.0.12-preview.11
- 0.0.12-preview.13
- 0.0.12-preview.17
- 0.0.12-preview.19
- 0.0.12-preview.20
- 1.0.0-preview.1
- 1.0.1
- 1.1.0-preview.1
- 1.1.0 - 1.1.0
- 1.2.1 - 1.2.1
- 1.2.4
- 1.2.5
compatible: compatible:
- 0.0.12-preview.2
- 0.0.12-preview.5
- 0.0.12-preview.8
- 0.0.12-preview.10
- 0.0.12-preview.11
- 0.0.12-preview.13
- 0.0.12-preview.17
- 0.0.12-preview.19
- 0.0.12-preview.20
- 1.0.0-preview.1
- 1.0.1
- 1.1.0-preview.1
- 1.1.0 - 1.1.0
- 1.2.1 - 1.2.1
- 1.2.4 verified: 1.2.1
- 1.2.5
verified: 1.2.5
dependencies: [] dependencies: []
resolvedDependencies: [] resolvedDependencies: []
keywords: keywords:
@ -3627,7 +3589,7 @@ m_PackageAssets:
entitlements: entitlements:
isAllowed: 1 isAllowed: 1
isAssetStorePackage: 0 isAssetStorePackage: 0
datePublishedTicks: 636984649280000000 datePublishedTicks: 0
documentationUrl: documentationUrl:
hasRepository: 1 hasRepository: 1
repository: repository:
@ -3640,7 +3602,7 @@ m_PackageAssets:
isDirectDependency: 0 isDirectDependency: 0
version: 4.0.3 version: 4.0.3
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.2d.common@4.0.3 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.2d.common@4.0.3"
assetPath: Packages/com.unity.2d.common assetPath: Packages/com.unity.2d.common
name: com.unity.2d.common name: com.unity.2d.common
displayName: 2D Common displayName: 2D Common
@ -3672,6 +3634,7 @@ m_PackageAssets:
- 4.0.1 - 4.0.1
- 4.0.2 - 4.0.2
- 4.0.3 - 4.0.3
- 4.0.4
- 5.0.0-pre.1 - 5.0.0-pre.1
- 5.0.0-pre.2 - 5.0.0-pre.2
- 5.0.0 - 5.0.0
@ -3680,10 +3643,13 @@ m_PackageAssets:
- 6.0.0-pre.4 - 6.0.0-pre.4
- 6.0.0 - 6.0.0
- 6.0.1 - 6.0.1
- 6.0.2
- 7.0.0-pre.3 - 7.0.0-pre.3
- 7.0.0-pre.4
compatible: compatible:
- 4.0.3 - 4.0.3
verified: 4.0.3 - 4.0.4
verified: 4.0.4
dependencies: dependencies:
- name: com.unity.2d.sprite - name: com.unity.2d.sprite
version: 1.0.0 version: 1.0.0
@ -3729,7 +3695,7 @@ m_PackageAssets:
isDirectDependency: 0 isDirectDependency: 0
version: 4.0.2 version: 4.0.2
source: 1 source: 1
resolvedPath: C:\Users\Dara\Documents\1\PO\Library\PackageCache\com.unity.2d.path@4.0.2 resolvedPath: "E:\\Projects \u0441#\\Unity\\omega\\Library\\PackageCache\\com.unity.2d.path@4.0.2"
assetPath: Packages/com.unity.2d.path assetPath: Packages/com.unity.2d.path
name: com.unity.2d.path name: com.unity.2d.path
displayName: 2D Path displayName: 2D Path
@ -3795,5 +3761,5 @@ m_PackageAssets:
path: path:
m_LocalPackages: m_LocalPackages:
m_LocalFileStatus: [] m_LocalFileStatus: []
m_ProjectPath: C:/Users/Dara/Documents/1/PO/Packages m_ProjectPath: "E:/Projects \u0441#/Unity/omega/Packages"
m_EditorVersion: 2020.3.19f1 (68f137dc9bbe) m_EditorVersion: 2020.3.19f1 (68f137dc9bbe)

View File

@ -1 +1 @@
41bc876834200554b9cdf46ac8dbc2f9 f5e98bd93cbb082bc13febd9deb805dc

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

712
Logs/AssetImportWorker0.log Normal file
View File

@ -0,0 +1,712 @@
Using pre-set license
Built from '2020.3/staging' branch; Version is '2020.3.19f1 (68f137dc9bbe) revision 6877495'; Using compiler version '192528614'; Build Type 'Release'
OS: 'Windows 10 Pro; OS build 19043.1415; Version 2009; 64bit' Language: 'ru' Physical Memory: 32637 MB
BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0
COMMAND LINE ARGUMENTS:
C:\Program Files\Unity\Hub\Editor\2020.3.19f1\Editor\Unity.exe
-adb2
-batchMode
-noUpm
-name
AssetImportWorker0
-projectPath
E:/Projects с#/Unity/omega
-logFile
Logs/AssetImportWorker0.log
-srvPort
49808
Successfully changed project path to: E:/Projects с#/Unity/omega
E:/Projects с#/Unity/omega
Using Asset Import Pipeline V2.
Refreshing native plugins compatible for Editor in 28.99 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Initialize engine version: 2020.3.19f1 (68f137dc9bbe)
[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/Resources/UnitySubsystems
[Subsystems] Discovering subsystems at path E:/Projects с#/Unity/omega/Assets
GfxDevice: creating device client; threaded=0
Direct3D:
Version: Direct3D 11.0 [level 11.0]
Renderer: NVIDIA GeForce GT 730 (ID=0x1287)
Vendor:
VRAM: 984 MB
Driver: 30.0.14.7212
Initialize mono
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/Managed'
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/MonoBleedingEdge/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56684
Begin MonoManager ReloadAssembly
Registering precompiled unity dll's ...
Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
Registered in 0.001107 seconds.
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 28.65 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1.221 seconds
Domain Reload Profiling:
ReloadAssembly (1221ms)
BeginReloadAssembly (34ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (0ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (1ms)
EndReloadAssembly (279ms)
LoadAssemblies (33ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (92ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (19ms)
SetupLoadedEditorAssemblies (111ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (3ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (29ms)
BeforeProcessingInitializeOnLoad (11ms)
ProcessInitializeOnLoadAttributes (50ms)
ProcessInitializeOnLoadMethodAttributes (18ms)
AfterProcessingInitializeOnLoad (0ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (0ms)
Platform modules already initialized, skipping
Registering precompiled user dll's ...
Registered in 0.001142 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 29.41 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0.690 seconds
Domain Reload Profiling:
ReloadAssembly (690ms)
BeginReloadAssembly (89ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (3ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (12ms)
EndReloadAssembly (562ms)
LoadAssemblies (56ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (175ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (29ms)
SetupLoadedEditorAssemblies (226ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (3ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (29ms)
BeforeProcessingInitializeOnLoad (51ms)
ProcessInitializeOnLoadAttributes (130ms)
ProcessInitializeOnLoadMethodAttributes (9ms)
AfterProcessingInitializeOnLoad (4ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (4ms)
Platform modules already initialized, skipping
========================================================================
Worker process is ready to serve import requests
Launched and connected shader compiler UnityShaderCompiler.exe after 0.05 seconds
Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 2124 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 95.8 MB.
System memory in use after: 95.9 MB.
Unloading 26 unused Assets to reduce memory usage. Loaded Objects now: 2564.
Total: 2.248800 ms (FindLiveObjects: 0.120700 ms CreateObjectMapping: 0.048000 ms MarkObjects: 1.997500 ms DeleteObjects: 0.082000 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
path: Assets/Scripts/Not used
artifactKey: Guid(c87b083632b1ca84d88b0fa786838031) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Not used using Guid(c87b083632b1ca84d88b0fa786838031) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2d4810abe11cf79f688e76ce5e5bb3c5') in 0.002933 seconds
Import took 0.005209 seconds .
========================================================================
Received Import Request.
Time since last request: 0.000254 seconds.
path: Assets/Scripts
artifactKey: Guid(74101b1addeb2064895101d2b1aac376) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts using Guid(74101b1addeb2064895101d2b1aac376) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c25a1d281167645a33bf722f65337e25') in 0.000693 seconds
Import took 0.002540 seconds .
========================================================================
Received Import Request.
Time since last request: 1.390134 seconds.
path: Assets/Scripts/Enemy
artifactKey: Guid(f1dc807a1231259428b7050d80cd4621) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Enemy using Guid(f1dc807a1231259428b7050d80cd4621) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c8937e923d858b0c0af47257ef06a91b') in 0.000943 seconds
Import took 0.003295 seconds .
========================================================================
Received Import Request.
Time since last request: 2.432502 seconds.
path: Assets/Prefabs
artifactKey: Guid(dbe8dd53cca2a5b4d9f554a483056b69) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Prefabs using Guid(dbe8dd53cca2a5b4d9f554a483056b69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4722b95463dd97ba4aa8d14403194875') in 0.000980 seconds
Import took 0.003240 seconds .
========================================================================
Received Import Request.
Time since last request: 0.540497 seconds.
path: Assets/Prefabs/Enemy
artifactKey: Guid(903e667a5ca406d49a7980c001b6af85) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Prefabs/Enemy using Guid(903e667a5ca406d49a7980c001b6af85) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7fce1d80a97414ba1c8e8727fb455b85') in 0.000921 seconds
Import took 0.003320 seconds .
========================================================================
Received Import Request.
Time since last request: 0.045749 seconds.
path: Assets/Prefabs/Enemy/Shaman.prefab
artifactKey: Guid(32d0fb454e08ef24a80a73425416751b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Prefabs/Enemy/Shaman.prefab using Guid(32d0fb454e08ef24a80a73425416751b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '01aa38cd874bf5aca13b1744cdd2dc74') in 0.044107 seconds
Import took 0.046566 seconds .
========================================================================
Received Import Request.
Time since last request: 0.000262 seconds.
path: Assets/Prefabs/Enemy/Snake.prefab
artifactKey: Guid(2634da93b26caf544937574a522f566a) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Prefabs/Enemy/Snake.prefab using Guid(2634da93b26caf544937574a522f566a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3de234d20544fd9e0a6153867b6cf921') in 0.006432 seconds
Import took 0.009047 seconds .
========================================================================
Received Import Request.
Time since last request: 0.000283 seconds.
path: Assets/Prefabs/Enemy/Zombie.prefab
artifactKey: Guid(34091b333ae775a4e8248495b8cdae9e) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Prefabs/Enemy/Zombie.prefab using Guid(34091b333ae775a4e8248495b8cdae9e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd5ad8caa49d475639817dcd537fd890f') in 0.004315 seconds
Import took 0.006956 seconds .
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 1.85 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 13 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 53.5 MB.
System memory in use after: 53.6 MB.
Unloading 13 unused Assets to reduce memory usage. Loaded Objects now: 2564.
Total: 2.299300 ms (FindLiveObjects: 0.137500 ms CreateObjectMapping: 0.048100 ms MarkObjects: 2.094200 ms DeleteObjects: 0.018800 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 316.738890 seconds.
path: Assets/Prefabs/Player
artifactKey: Guid(499a860da62678c44b35ae7850d04c9b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Prefabs/Player using Guid(499a860da62678c44b35ae7850d04c9b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9da6f2dede9d8acdb0fa23fd987df385') in 0.001309 seconds
Import took 0.004402 seconds .
========================================================================
Received Import Request.
Time since last request: 0.044920 seconds.
path: Assets/Prefabs/Player/Player.prefab
artifactKey: Guid(c0b94d336afc615439f5c5ef9c7abb16) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Prefabs/Player/Player.prefab using Guid(c0b94d336afc615439f5c5ef9c7abb16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6e5a4526027a15dd6093b633afc86250') in 0.004767 seconds
Import took 0.007216 seconds .
========================================================================
Received Import Request.
Time since last request: 4.135564 seconds.
path: Assets/Scripts/Card.cs
artifactKey: Guid(c0cf382e614d3e84194ce693591df5d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Card.cs using Guid(c0cf382e614d3e84194ce693591df5d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '657f288ce2766295acc61d853fbbc08e') in 0.011043 seconds
Import took 0.013463 seconds .
========================================================================
Received Import Request.
Time since last request: 2.736756 seconds.
path: Assets/Scripts/DeckManager.cs
artifactKey: Guid(dee7bf68184e7d345b01f75f8ee9197b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/DeckManager.cs using Guid(dee7bf68184e7d345b01f75f8ee9197b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b0c7905e7d9746529c3c7cba31bca817') in 0.001142 seconds
Import took 0.003562 seconds .
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.001259 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0.825 seconds
Domain Reload Profiling:
ReloadAssembly (825ms)
BeginReloadAssembly (106ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (29ms)
EndReloadAssembly (673ms)
LoadAssemblies (65ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (250ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (35ms)
SetupLoadedEditorAssemblies (252ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (4ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (63ms)
ProcessInitializeOnLoadAttributes (177ms)
ProcessInitializeOnLoadMethodAttributes (4ms)
AfterProcessingInitializeOnLoad (4ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.62 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 94.0 MB.
System memory in use after: 94.1 MB.
Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2566.
Total: 2.021700 ms (FindLiveObjects: 0.131400 ms CreateObjectMapping: 0.048600 ms MarkObjects: 1.819400 ms DeleteObjects: 0.021400 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.001412 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0.686 seconds
Domain Reload Profiling:
ReloadAssembly (687ms)
BeginReloadAssembly (82ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (4ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (25ms)
EndReloadAssembly (566ms)
LoadAssemblies (57ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (188ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (32ms)
SetupLoadedEditorAssemblies (213ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (3ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (64ms)
ProcessInitializeOnLoadAttributes (137ms)
ProcessInitializeOnLoadMethodAttributes (4ms)
AfterProcessingInitializeOnLoad (3ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 94.1 MB.
System memory in use after: 94.2 MB.
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2568.
Total: 2.199900 ms (FindLiveObjects: 0.118300 ms CreateObjectMapping: 0.040700 ms MarkObjects: 2.013800 ms DeleteObjects: 0.026300 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.001261 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0.786 seconds
Domain Reload Profiling:
ReloadAssembly (786ms)
BeginReloadAssembly (88ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (4ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (26ms)
EndReloadAssembly (654ms)
LoadAssemblies (62ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (199ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (37ms)
SetupLoadedEditorAssemblies (263ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (4ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (74ms)
ProcessInitializeOnLoadAttributes (176ms)
ProcessInitializeOnLoadMethodAttributes (5ms)
AfterProcessingInitializeOnLoad (4ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (9ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 94.1 MB.
System memory in use after: 94.2 MB.
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2570.
Total: 2.803000 ms (FindLiveObjects: 0.122200 ms CreateObjectMapping: 0.043300 ms MarkObjects: 2.608800 ms DeleteObjects: 0.027700 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.001994 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0.743 seconds
Domain Reload Profiling:
ReloadAssembly (743ms)
BeginReloadAssembly (87ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (4ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (25ms)
EndReloadAssembly (612ms)
LoadAssemblies (70ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (200ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (33ms)
SetupLoadedEditorAssemblies (226ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (4ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (62ms)
ProcessInitializeOnLoadAttributes (151ms)
ProcessInitializeOnLoadMethodAttributes (5ms)
AfterProcessingInitializeOnLoad (4ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (8ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 94.1 MB.
System memory in use after: 94.2 MB.
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2572.
Total: 2.282400 ms (FindLiveObjects: 0.162100 ms CreateObjectMapping: 0.049600 ms MarkObjects: 2.041100 ms DeleteObjects: 0.028500 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.001623 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0.662 seconds
Domain Reload Profiling:
ReloadAssembly (662ms)
BeginReloadAssembly (75ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (5ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (22ms)
EndReloadAssembly (547ms)
LoadAssemblies (58ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (170ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (31ms)
SetupLoadedEditorAssemblies (206ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (4ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (57ms)
ProcessInitializeOnLoadAttributes (137ms)
ProcessInitializeOnLoadMethodAttributes (4ms)
AfterProcessingInitializeOnLoad (3ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 94.1 MB.
System memory in use after: 94.2 MB.
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2574.
Total: 2.042700 ms (FindLiveObjects: 0.115800 ms CreateObjectMapping: 0.041700 ms MarkObjects: 1.872200 ms DeleteObjects: 0.012100 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.001192 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0.694 seconds
Domain Reload Profiling:
ReloadAssembly (694ms)
BeginReloadAssembly (86ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (4ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (22ms)
EndReloadAssembly (567ms)
LoadAssemblies (57ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (174ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (33ms)
SetupLoadedEditorAssemblies (213ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (3ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (58ms)
ProcessInitializeOnLoadAttributes (143ms)
ProcessInitializeOnLoadMethodAttributes (4ms)
AfterProcessingInitializeOnLoad (4ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 94.1 MB.
System memory in use after: 94.2 MB.
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2576.
Total: 2.560200 ms (FindLiveObjects: 0.119400 ms CreateObjectMapping: 0.041700 ms MarkObjects: 2.380000 ms DeleteObjects: 0.017700 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.001185 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0.696 seconds
Domain Reload Profiling:
ReloadAssembly (697ms)
BeginReloadAssembly (87ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (4ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (22ms)
EndReloadAssembly (570ms)
LoadAssemblies (55ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (172ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (35ms)
SetupLoadedEditorAssemblies (215ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (3ms)
SetLoadedEditorAssemblies (1ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (60ms)
ProcessInitializeOnLoadAttributes (143ms)
ProcessInitializeOnLoadMethodAttributes (4ms)
AfterProcessingInitializeOnLoad (4ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 94.1 MB.
System memory in use after: 94.2 MB.
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2578.
Total: 1.968200 ms (FindLiveObjects: 0.137800 ms CreateObjectMapping: 0.058500 ms MarkObjects: 1.754600 ms DeleteObjects: 0.016300 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.001119 seconds.
Begin MonoManager ReloadAssembly
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0.707 seconds
Domain Reload Profiling:
ReloadAssembly (707ms)
BeginReloadAssembly (89ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (4ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (22ms)
EndReloadAssembly (575ms)
LoadAssemblies (60ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (179ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (31ms)
SetupLoadedEditorAssemblies (209ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (3ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (58ms)
ProcessInitializeOnLoadAttributes (139ms)
ProcessInitializeOnLoadMethodAttributes (4ms)
AfterProcessingInitializeOnLoad (4ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 94.1 MB.
System memory in use after: 94.2 MB.
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2580.
Total: 1.934600 ms (FindLiveObjects: 0.121100 ms CreateObjectMapping: 0.043100 ms MarkObjects: 1.757000 ms DeleteObjects: 0.012600 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
AssetImportWorkerClient::OnTransportError - code=2 error=End of file

View File

@ -0,0 +1,6 @@
Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
Unhandled exception: Protocol error - failed to read magic number (error -2147483644, transferred 0/4)
Quitting shader compiler process

View File

@ -1,6 +1,43 @@
Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines' Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler Cmd: initializeCompiler
Cmd: shutdown Cmd: preprocess
insize=7883 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2542
Quitting shader compiler process Cmd: preprocess
insize=3642 file=Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=1299
Cmd: preprocess
insize=12310 file=Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=4702
Cmd: preprocess
insize=3662 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2718
Cmd: preprocess
insize=4513 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=3751
Cmd: preprocess
insize=3640 file=Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=1347
Cmd: preprocess
insize=10917 file=Assets/TextMesh Pro/Shaders/TMP_SDF.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=4057
Cmd: preprocess
insize=3177 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2815
Cmd: preprocess
insize=8069 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2811
Cmd: preprocess
insize=10902 file=Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=4047
Cmd: preprocess
insize=3694 file=Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=1723
Cmd: preprocess
insize=7914 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2554
Cmd: preprocess
insize=2468 file=Assets/TextMesh Pro/Shaders/TMP_Sprite.shader surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING dKW=UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=1177
Cmd: shutdown

View File

@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins
Cmd: initializeCompiler Cmd: initializeCompiler
Cmd: shutdown Cmd: shutdown
Quitting shader compiler process

View File

@ -0,0 +1,6 @@
Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
Cmd: shutdown
Quitting shader compiler process

View File

@ -0,0 +1,6 @@
Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
Cmd: shutdown
Quitting shader compiler process

View File

@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins
Cmd: initializeCompiler Cmd: initializeCompiler
Cmd: shutdown Cmd: shutdown
Quitting shader compiler process

View File

@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins
Cmd: initializeCompiler Cmd: initializeCompiler
Cmd: shutdown Cmd: shutdown
Quitting shader compiler process

View File

@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins
Cmd: initializeCompiler Cmd: initializeCompiler
Cmd: shutdown Cmd: shutdown
Quitting shader compiler process

View File

@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins
Cmd: initializeCompiler Cmd: initializeCompiler
Cmd: shutdown Cmd: shutdown
Quitting shader compiler process

View File

@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins
Cmd: initializeCompiler Cmd: initializeCompiler
Cmd: shutdown Cmd: shutdown
Quitting shader compiler process

View File

@ -0,0 +1,6 @@
Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
Cmd: shutdown
Quitting shader compiler process

View File

@ -0,0 +1,6 @@
Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
Cmd: shutdown
Quitting shader compiler process