Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit c0c1465

Browse files
authored
Add Quicksearch package with settings (#1460)
* Add Quicksearch package with settings
1 parent 6e5699e commit c0c1465

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

workers/unity/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/[Ll]ibrary/
44
/[Tt]emp/
55
/Logs/
6+
/UserSettings/
67
/ProjectSettings/UnityConnectSettings.asset
78
/*.csproj
89
/*.sln

workers/unity/Assets/Assets.index

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Assets",
3+
"type": "asset",
4+
"roots": [],
5+
"includes": [],
6+
"excludes": [
7+
"Temp/",
8+
"External/"
9+
],
10+
"baseScore": 100,
11+
"options": {
12+
"disabled": false,
13+
"files": true,
14+
"directories": false,
15+
"fstats": true,
16+
"types": true,
17+
"properties": true,
18+
"dependencies": true
19+
}
20+
}

workers/unity/Assets/Assets.index.meta

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.ide.rider": "1.1.4",
4+
"com.unity.quicksearch": "2.0.0",
45
"com.unity.testtools.codecoverage": "0.2.3-preview",
56
"com.unity.ugui": "1.0.0",
67
"com.unity.ui.builder": "0.11.2-preview",
@@ -22,4 +23,4 @@
2223
"com.unity.modules.uielements": "1.0.0"
2324
},
2425
"registry": "https://packages.unity.com"
25-
}
26+
}

0 commit comments

Comments
 (0)