Skip to content
Snippets Groups Projects
Commit 1971dddc authored by Lucas Plabst's avatar Lucas Plabst
Browse files

builds now, needed to delete library for some reason

parent 671df268
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ads": "4.1.0",
"com.unity.analytics": "3.7.1",
"com.unity.burst": "1.7.4",
"com.unity.collab-proxy": "1.17.1",
"com.unity.feature.development": "1.0.1",
"com.unity.ide.rider": "3.0.15",
......
......@@ -89,8 +89,8 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.7.3",
"depth": 1,
"version": "1.7.4",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
......
{
"MonoBehaviour": {
"Version": 4,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX32": 6,
"CpuTargetsX64": 72,
"OptimizeFor": 0
}
}
{
"MonoBehaviour": {
"Version": 4,
"EnableBurstCompilation": true,
"EnableBurstCompilation": false,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
......
......@@ -15,11 +15,11 @@ MonoBehaviour:
m_PixelRect:
serializedVersion: 2
x: 0
y: 43
width: 3440
height: 1349
y: 42.666668
width: 2560
height: 1349.3334
m_ShowMode: 4
m_Title: Scene
m_Title: Build Settings
m_RootView: {fileID: 2}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
......@@ -44,8 +44,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 3440
height: 1349
width: 2560
height: 1349.3334
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
m_UseTopView: 1
......@@ -69,7 +69,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 3440
width: 2560
height: 30
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
......@@ -90,8 +90,8 @@ MonoBehaviour:
m_Position:
serializedVersion: 2
x: 0
y: 1329
width: 3440
y: 1329.3334
width: 2560
height: 20
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
......@@ -114,8 +114,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 30
width: 3440
height: 1299
width: 2560
height: 1299.3334
m_MinSize: {x: 300, y: 200}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
......@@ -139,8 +139,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 2769
height: 1299
width: 1840
height: 1299.3334
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
......@@ -164,8 +164,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 2769
height: 818
width: 1840
height: 818.6667
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
......@@ -187,8 +187,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 575
height: 818
width: 382
height: 818.6667
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 13}
......@@ -206,18 +206,18 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name: SceneView
m_Name: BuildPlayerWindow
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
x: 575
x: 382
y: 0
width: 2194
height: 818
m_MinSize: {x: 202, y: 221}
width: 1458
height: 818.6667
m_MinSize: {x: 642, y: 601}
m_MaxSize: {x: 4002, y: 4021}
m_ActualView: {fileID: 14}
m_ActualView: {fileID: 15}
m_Panes:
- {fileID: 14}
- {fileID: 12}
......@@ -225,8 +225,8 @@ MonoBehaviour:
- {fileID: 16}
- {fileID: 17}
- {fileID: 18}
m_Selected: 0
m_LastSelected: 2
m_Selected: 2
m_LastSelected: 0
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -243,9 +243,9 @@ MonoBehaviour:
m_Position:
serializedVersion: 2
x: 0
y: 818
width: 2769
height: 481
y: 818.6667
width: 1840
height: 480.6667
m_MinSize: {x: 101, y: 121}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 20}
......@@ -269,10 +269,10 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 2769
x: 1840
y: 0
width: 671
height: 1299
width: 720
height: 1299.3334
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 21}
......@@ -296,7 +296,7 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Game
m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0}
m_Image: {fileID: 4621777727084837110, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
......@@ -334,10 +334,10 @@ MonoBehaviour:
m_VRangeLocked: 0
hZoomLockedByDefault: 0
vZoomLockedByDefault: 0
m_HBaseRangeMin: -960
m_HBaseRangeMax: 960
m_VBaseRangeMin: -540
m_VBaseRangeMax: 540
m_HBaseRangeMin: -640
m_HBaseRangeMax: 640
m_VBaseRangeMin: -360
m_VBaseRangeMax: 360
m_HAllowExceedBaseRangeMin: 1
m_HAllowExceedBaseRangeMax: 1
m_VAllowExceedBaseRangeMin: 1
......@@ -357,21 +357,21 @@ MonoBehaviour:
y: 21
width: 1630.6667
height: 776.6667
m_Scale: {x: 0.7191358, y: 0.7191358}
m_Translation: {x: 815.33344, y: 388.33334}
m_Scale: {x: 1, y: 1}
m_Translation: {x: 815.3334, y: 388.33334}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
x: -1133.7683
y: -540
width: 2267.5366
height: 1080
x: -815.3334
y: -388.33334
width: 1630.6667
height: 776.6667
m_MinimalGUI: 1
m_defaultScale: 0.7191358
m_LastWindowPixelSize: {x: 1630.6667, y: 797.6667}
m_defaultScale: 1
m_LastWindowPixelSize: {x: 2446, y: 1196.5}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000000000000000000
......@@ -395,14 +395,14 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Hierarchy
m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, type: 0}
m_Image: {fileID: -3734745235275155857, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 0
y: 73
width: 574
height: 797
y: 72.66667
width: 381
height: 797.6667
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
......@@ -412,7 +412,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 20fbffff
m_ExpandedIDs: 5a82ffff9682fffffa89ffff9ea4fffff6b1ffffc8bfffff20cdfffff2daffff54e8ffff66f6ffffe2f7ffff28fbffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
......@@ -452,14 +452,14 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Scene
m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000, type: 0}
m_Image: {fileID: 8634526014445323508, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 575
y: 73
width: 2192
height: 797
x: 382
y: 72.66667
width: 1456
height: 797.6667
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
......@@ -716,7 +716,7 @@ MonoBehaviour:
m_PlayAudio: 0
m_AudioPlay: 0
m_Position:
m_Target: {x: -0.09070601, y: 2.261403, z: 0.2963451}
m_Target: {x: -0.46033213, y: 1.0758426, z: 4.4585447}
speed: 2
m_Value: {x: -0.09070601, y: 2.261403, z: 0.2963451}
m_RenderMode: 0
......@@ -764,11 +764,11 @@ MonoBehaviour:
m_GridAxis: 1
m_gridOpacity: 0.5
m_Rotation:
m_Target: {x: 0.16741085, y: 0.035476148, z: -0.0060469173, w: 0.98525137}
m_Target: {x: 0.03629734, y: -0.017993467, z: 0.0006353762, w: 0.99920213}
speed: 2
m_Value: {x: -0.16741087, y: -0.03547615, z: 0.0060469173, w: -0.9852514}
m_Size:
m_Target: -0.010607869
m_Target: 0.5218764
speed: 2
m_Value: -0.010607869
m_Ortho:
......@@ -815,10 +815,10 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 575
y: 73
width: 2192
height: 797
x: 382
y: 72.66667
width: 1456
height: 797.6667
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
......@@ -861,7 +861,7 @@ MonoBehaviour:
m_MaxSize: {x: 2048, y: 2048}
m_TitleContent:
m_Text: Asset Store
m_Image: {fileID: -8693916549880196297, guid: 0000000000000000d000000000000000, type: 0}
m_Image: {fileID: -7444545952099596278, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
......@@ -917,7 +917,7 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Animator
m_Image: {fileID: -1673928668082335149, guid: 0000000000000000d000000000000000, type: 0}
m_Image: {fileID: 1711060831702674872, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
......@@ -998,13 +998,13 @@ MonoBehaviour:
m_MaxSize: {x: 10000, y: 10000}
m_TitleContent:
m_Text: Project
m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, type: 0}
m_Image: {fileID: -5179483145760003458, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 0
y: 891.3334
width: 2059.6667
width: 1839
height: 459.6667
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
......@@ -1023,22 +1023,22 @@ MonoBehaviour:
m_SkipHidden: 0
m_SearchArea: 1
m_Folders:
- Assets/Prefabs
- Assets/MixedRealityToolkit.Generated/CustomProfiles
m_Globs: []
m_OriginalText:
m_ViewMode: 1
m_StartGridSize: 16
m_LastFolders:
- Assets/Prefabs
- Assets/MixedRealityToolkit.Generated/CustomProfiles
m_LastFoldersGridSize: 16
m_LastProjectPath: C:\Users\Lucas\Documents\Gitlab\ARCooking2
m_LastProjectPath: C:\Users\Lucas\Documents\Gitlab\ARKitchen
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 79}
m_SelectedIDs: a68f0000
m_LastClickedID: 36774
m_ExpandedIDs: 00000000f68e0000
m_SelectedIDs: 08920000
m_LastClickedID: 37384
m_ExpandedIDs: 00000000e28e0000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
......@@ -1066,7 +1066,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000f68e0000
m_ExpandedIDs: 00000000e28e0000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
......@@ -1091,8 +1091,8 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_ListAreaState:
m_SelectedInstanceIDs: 58900000
m_LastClickedInstanceID: 36952
m_SelectedInstanceIDs:
m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: c6230000
m_RenameOverlay:
......@@ -1118,7 +1118,7 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_NewAssetIndexInList: -1
m_ScrollPosition: {x: 0, y: 257.3333}
m_ScrollPosition: {x: 0, y: 0}
m_GridSize: 16
m_SkipHiddenPackages: 0
m_DirectoriesAreaWidth: 254
......@@ -1138,14 +1138,14 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Console
m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000, type: 0}
m_Image: {fileID: -4950941429401207979, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 0
y: 891
width: 2768
height: 460
y: 891.3334
width: 1839
height: 459.6667
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
......@@ -1166,14 +1166,14 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Inspector
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, type: 0}
m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000, type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 2769
y: 73
width: 670
height: 1278
x: 1840
y: 72.66667
width: 719
height: 1278.3334
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment