Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 665518d

Browse files
authored
Add quicksearch package (#121)
* Update gitignore * Add quicksearch package * CHANGELOG.md
1 parent f5be170 commit 665518d

File tree

5 files changed

+38
-1
lines changed

5 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
## Unreleased
44

5+
## Added
6+
7+
- Added `com.unity.quicksearch` package for easy search. [#121](https://github.com/spatialos/gdk-for-unity-blank-project/pull/121)
8+
59
## `0.3.10` - 2020-08-18
610

711
### Changed
812

913
- Upgraded to GDK for Unity version `0.3.10`
14+
1015
## `0.3.9` - 2020-07-24
1116

1217
### 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.test-framework": "1.1.11",
56
"com.unity.timeline": "1.2.10",
67
"com.unity.ugui": "1.0.0",
@@ -56,4 +57,4 @@
5657
]
5758
}
5859
]
59-
}
60+
}

0 commit comments

Comments
 (0)