Skip to content

Commit

Permalink
- add (unitask plugin)
Browse files Browse the repository at this point in the history
rrrinat committed Jan 16, 2023
1 parent d7cd877 commit 1f6f1d0
Showing 4 changed files with 23 additions and 13 deletions.
4 changes: 3 additions & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -41,13 +41,15 @@
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"jp.hadashikick.vcontainer": "1.12.0"
"jp.hadashikick.vcontainer": "1.12.0",
"com.cysharp.unitask": "2.3.3"
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.cysharp.unitask",
"com.openupm",
"jp.hadashikick.vcontainer"
]
7 changes: 7 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"dependencies": {
"com.cysharp.unitask": {
"version": "2.3.3",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.unity.collab-proxy": {
"version": "1.15.17",
"depth": 0,
1 change: 1 addition & 0 deletions ProjectSettings/PackageManagerSettings.asset
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ MonoBehaviour:
m_Name: package.openupm.com
m_Url: https://package.openupm.com
m_Scopes:
- com.cysharp.unitask
- com.openupm
- jp.hadashikick.vcontainer
m_IsDefault: 0
24 changes: 12 additions & 12 deletions UserSettings/Layouts/default-2021.dwlt
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ MonoBehaviour:
width: 1536
height: 772.8
m_ShowMode: 4
m_Title: Hierarchy
m_Title: Project
m_RootView: {fileID: 4}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
@@ -74,7 +74,7 @@ MonoBehaviour:
m_MinSize: {x: 100, y: 200}
m_MaxSize: {x: 8096, y: 16192}
vertical: 1
controlID: 200
controlID: 47
--- !u!114 &4
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -124,7 +124,7 @@ MonoBehaviour:
height: 30
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
m_LastLoadedLayoutName: Rinat Layout
m_LastLoadedLayoutName:
--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -150,7 +150,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 200}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 185
controlID: 81
--- !u!114 &7
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -196,7 +196,7 @@ MonoBehaviour:
m_MinSize: {x: 100, y: 200}
m_MaxSize: {x: 8096, y: 16192}
vertical: 1
controlID: 191
controlID: 38
--- !u!114 &9
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -295,8 +295,8 @@ MonoBehaviour:
y: 369.6
width: 632.8
height: 353.19998
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 17}
m_Panes:
- {fileID: 17}
@@ -361,9 +361,9 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_SelectedIDs: 5af4ffff
m_LastClickedID: 0
m_ExpandedIDs: 1a7afeff32fbffff
m_ExpandedIDs: 38fbffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -482,7 +482,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 86270200
m_LastClickedID: 141190
m_ExpandedIDs: 00000000806d000000ca9a3bffffff7f
m_ExpandedIDs: 00000000d2590000d4590000d6590000d8590000da590000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -507,10 +507,10 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_AssetTreeState:
scrollPos: {x: 0, y: 0}
scrollPos: {x: 0, y: 165.80002}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: ffffffff00000000806d0000d26d0000e26d0000e66d0000ea6d000000ca9a3bffffff7f
m_ExpandedIDs: ffffffff00000000d2590000d4590000d8590000da5900009c5a00009e5a0000ffffff7f
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:

0 comments on commit 1f6f1d0

Please sign in to comment.