Skip to content

Commit dd5d89e

Browse files
feat: add render pipeline reporting to Installed Unity Games window
1 parent 36aed15 commit dd5d89e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 9.4.3
22

3+
### New Features
4+
5+
* The **Installed Unity Games** window
6+
([InstalledUnityGamesWindow](Editor/Core/Windows/InstalledUnityGamesWindow.cs))
7+
now reports each game's render pipeline
8+
* A **Pipeline** column shows `BiRP`, `URP`, `HDRP`, `Custom`, or `?`, inferred
9+
from the SRP runtime assemblies present in `*_Data/Managed`
10+
* IL2CPP games report `?` since their managed assemblies are stripped to
11+
metadata-only stubs
12+
313
### Fixes
414

515
* [AddressableBrowser](Editor/Addressable/Tools/AddressableBrowser.cs)'s search

0 commit comments

Comments
 (0)