Skip to content

Commit 71ca6a7

Browse files
authored
Merge branch 'SteamDatabase:main' into main
2 parents c9f5318 + cc27276 commit 71ca6a7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

descriptions/SDK.UnityURP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**URP**](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) is a customizable cross-platform Scriptable Render Pipeline built by Unity to target all modern platforms.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@ Steam_Audio = (?:^|/)(?:lib)?(?:steamaudio|phonon)\.(?:dylib|dll|so)$
148148
Steam_Networking = (?:^|/)(?:lib)?steamnetworkingsockets\.(?:dylib|dll|so)$
149149
Tobii = (?:^|/)Tobii
150150
UnityHDRP = (?:^|/)Unity\.RenderPipelines\.HighDefinition\.(?:Config\.Runtime|Runtime)\.dll$
151+
UnityURP = (?:^|/)Unity\.RenderPipelines\.Universal\.Runtime\.dll$
151152
Wwise = (?:^|/)AkSoundEngine(?:dll)?\.(?:bundle|dll)$

tests/types/SDK.UnityURP.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/Unity.RenderPipelines.Universal.Runtime.dll
2+
3+
Unity.RenderPipelines.Universal.Runtime.dll
4+

0 commit comments

Comments
 (0)