You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
8
8
## [3.9.0] - 2021-04-??
9
+
### Added
10
+
- Added ability to search for a specific type in any list that provides a search-field. Use ```t:type``` just like in Unity's search-fields too.
11
+
If you want to search for ```RenderTexture``` types, enter ```t:RenderTexture``` in the search-field.
12
+
Thanks to jojo59516 for the implementation. See [PR#7](https://github.com/pschraut/UnityHeapExplorer/pull/7) for details.
9
13
### Fixed
10
14
- Fixed UnityEngine.RectTransform handled as UnityEngine.Transform. Thanks to jojo59516 for the fix. See [PR#6](https://github.com/pschraut/UnityHeapExplorer/pull/6) for details.
0 commit comments