-
Notifications
You must be signed in to change notification settings - Fork 855
[HDRP][URP] update manifest of SRP templates #5799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2fa35e7
update manifest
sebastienlagarde 1ab3558
update urp manifest
sebastienlagarde 204b166
update manifest
sebastienlagarde 4ce3a86
update manifest
sebastienlagarde d631318
remove unecessary module
sebastienlagarde 65f34b8
Remove test framework
sebastienlagarde d794a7c
Update package.json
sebastienlagarde dc2d03a
Update package.json
sebastienlagarde d0c81c6
Update manifest.json
sebastienlagarde 061d2cf
Update manifest.json
sebastienlagarde 48c4744
Update package.json
sebastienlagarde bdc9bc7
Update manifest.json
sebastienlagarde 9b2e555
Update manifest.json
sebastienlagarde fbc519b
Update manifest.json
sebastienlagarde 77eac9e
Update manifest.json
sebastienlagarde 5cf8438
Update package.json
sebastienlagarde 59a1258
Merge branch 'master' into srp/update-templates
sebastienlagarde 307b2e4
bump packages version
sebastienlagarde d254804
Update package.json
sebastienlagarde 47144e5
Merge branch 'master' into srp/update-templates
sebastienlagarde 6f46193
Update manifest.json
sebastienlagarde df79ae5
Merge branch 'master' into srp/update-templates
sebastienlagarde 3be07fd
- Moved the Scenes folder from /SampleSceneAssets to root (fix warnin…
1393e27
fix valid exception
sebastienlagarde File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 7 additions & 2 deletions
9
com.unity.template-hd/Packages/com.unity.template.hd/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
{ | ||
"name": "com.unity.template.hd", | ||
"displayName": "High Definition RP", | ||
"version": "13.0.0", | ||
"version": "13.1.0", | ||
"type": "template", | ||
"host": "hub", | ||
"unity": "2022.1", | ||
"description": "This template utilizes the High Definition Render Pipeline. Making it a good starting point for people focused on high-end graphics that want to develop games for platforms that support Shader Model 5.0 (DX11 and above). \n\nBeyond being tuned for High End visuals this project includes\n\u25aa Shadergraph \n\u25aa Visual Effect Graph \n\u25aa Presets \n\u25aa Example content", | ||
"dependencies": { | ||
"com.unity.collab-proxy": "1.9.0", | ||
"com.unity.feature.development": "1.0.1", | ||
"com.unity.textmeshpro": "3.0.6", | ||
"com.unity.cinemachine": "2.8.0", | ||
"com.unity.inputsystem": "1.1.0-pre.5", | ||
"com.unity.learn.iet-framework": "2.0.0", | ||
"com.unity.render-pipelines.high-definition": "13.0.0" | ||
"com.unity.render-pipelines.high-definition": "13.0.0", | ||
"com.unity.timeline": "1.6.2", | ||
"com.unity.ugui": "1.0.0" | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 10 additions & 2 deletions
12
com.unity.template-universal/Packages/com.unity.template.universal/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
{ | ||
"name": "com.unity.template.universal", | ||
"displayName": "Universal Render Pipeline", | ||
"version": "13.0.0", | ||
"version": "13.1.0", | ||
"type": "template", | ||
"unity": "2022.1", | ||
"host": "hub", | ||
sebastienlagarde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"description": "The Universal Render Pipeline Template configures Project settings for Projects where performance, wide platform support, and ease of customizing graphics are the primary considerations.\n\nThis Template uses the Universal Render Pipeline (URP) and Shader Graph. URP is prebuilt Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. URP also includes an optimized 2D renderer complete with 2D lights and pixel perfect rendering, and an integrated post-processing solution. Shader Graph is a tool that allows you to create shaders using a visual node editor instead of writing code.\n\nThis template contains a sample Scene that contains examples of how to configure lighting settings, Materials, Shaders, and post-processing effects in URP, several preconfigured Universal Render Pipeline Assets that let you quickly swap between graphics quality levels, and Presets that have been optimized for use with URP.", | ||
"dependencies": { | ||
"com.unity.render-pipelines.universal": "13.0.0" | ||
"com.unity.2d.sprite": "1.0.0", | ||
"com.unity.2d.tilemap": "1.0.0", | ||
sebastienlagarde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"com.unity.collab-proxy": "1.7.1", | ||
"com.unity.feature.development": "1.0.1", | ||
"com.unity.render-pipelines.universal": "13.0.0", | ||
"com.unity.textmeshpro": "3.0.6", | ||
"com.unity.timeline": "1.6.2", | ||
"com.unity.ugui": "1.0.0", | ||
"com.unity.xr.legacyinputhelpers": "2.1.8" | ||
sebastienlagarde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.