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

Commit

Permalink
Add Quicksearch package with settings (#1460)
Browse files Browse the repository at this point in the history
* Add Quicksearch package with settings
  • Loading branch information
zeroZshadow authored Aug 21, 2020
1 parent 6e5699e commit c0c1465
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions workers/unity/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/[Ll]ibrary/
/[Tt]emp/
/Logs/
/UserSettings/
/ProjectSettings/UnityConnectSettings.asset
/*.csproj
/*.sln
Expand Down
20 changes: 20 additions & 0 deletions workers/unity/Assets/Assets.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Assets",
"type": "asset",
"roots": [],
"includes": [],
"excludes": [
"Temp/",
"External/"
],
"baseScore": 100,
"options": {
"disabled": false,
"files": true,
"directories": false,
"fstats": true,
"types": true,
"properties": true,
"dependencies": true
}
}
10 changes: 10 additions & 0 deletions workers/unity/Assets/Assets.index.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": {
"com.unity.ide.rider": "1.1.4",
"com.unity.quicksearch": "2.0.0",
"com.unity.testtools.codecoverage": "0.2.3-preview",
"com.unity.ugui": "1.0.0",
"com.unity.ui.builder": "0.11.2-preview",
Expand All @@ -22,4 +23,4 @@
"com.unity.modules.uielements": "1.0.0"
},
"registry": "https://packages.unity.com"
}
}

0 comments on commit c0c1465

Please sign in to comment.