diff options
| author | realtradam <[email protected]> | 2022-12-05 23:39:59 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-12-05 23:39:59 -0500 |
| commit | b96050e518bb84d84ff9c1796e516666e4ae6a8e (patch) | |
| tree | 3cab921eddbbf184f02e0d3dd894abe3c3c154af | |
| parent | 6b7f05daefae6e127d3fc5c75ca725c9b1478bf1 (diff) | |
| download | UnityDancingGraph-b96050e518bb84d84ff9c1796e516666e4ae6a8e.tar.gz UnityDancingGraph-b96050e518bb84d84ff9c1796e516666e4ae6a8e.zip | |
fix editor building
| -rw-r--r-- | ProjectSettings/BurstAotSettings_StandaloneLinux64.json | 15 | ||||
| -rw-r--r-- | UserSettings/Layouts/default-2021.dwlt | 20 |
2 files changed, 25 insertions, 10 deletions
diff --git a/ProjectSettings/BurstAotSettings_StandaloneLinux64.json b/ProjectSettings/BurstAotSettings_StandaloneLinux64.json new file mode 100644 index 0000000..d9612a6 --- /dev/null +++ b/ProjectSettings/BurstAotSettings_StandaloneLinux64.json @@ -0,0 +1,15 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "CpuTargetsX64": 72, + "OptimizeFor": 0 + } +} diff --git a/UserSettings/Layouts/default-2021.dwlt b/UserSettings/Layouts/default-2021.dwlt index 4b02b0e..aa38a41 100644 --- a/UserSettings/Layouts/default-2021.dwlt +++ b/UserSettings/Layouts/default-2021.dwlt @@ -14,12 +14,12 @@ MonoBehaviour: m_EditorClassIdentifier: m_PixelRect: serializedVersion: 2 - x: 16 - y: 16 + x: 15 + y: 15 width: 1568 height: 816 m_ShowMode: 4 - m_Title: Game + m_Title: Project m_RootView: {fileID: 6} m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} @@ -48,7 +48,7 @@ MonoBehaviour: m_MinSize: {x: 300, y: 200} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 16 + controlID: 19 --- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 @@ -223,7 +223,7 @@ MonoBehaviour: m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 17 + controlID: 20 --- !u!114 &10 MonoBehaviour: m_ObjectHideFlags: 52 @@ -248,7 +248,7 @@ MonoBehaviour: m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 18 + controlID: 21 --- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 @@ -325,7 +325,7 @@ MonoBehaviour: m_LastFolders: - Assets/Scripts m_LastFoldersGridSize: 81 - m_LastProjectPath: /home/tradam/unity/My project (2) + m_LastProjectPath: /home/tradam/unity/UnityGraph m_LockTracker: m_IsLocked: 0 m_FolderTreeState: @@ -387,7 +387,7 @@ MonoBehaviour: m_ListAreaState: m_SelectedInstanceIDs: m_LastClickedInstanceID: 0 - m_HadKeyboardFocusLastEvent: 0 + m_HadKeyboardFocusLastEvent: 1 m_ExpandedInstanceIDs: c6230000 m_RenameOverlay: m_UserAcceptedRename: 0 @@ -488,9 +488,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: + m_SelectedIDs: bc200000 m_LastClickedID: 0 - m_ExpandedIDs: 38fbffff + m_ExpandedIDs: 24f4ffffd8f4ffffaaf6ffff38fbffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: |
