Skip to content
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

[HDRP][URP] update manifest of SRP templates #5799

Merged
merged 24 commits into from
Oct 6, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2fa35e7
update manifest
sebastienlagarde Sep 24, 2021
1ab3558
update urp manifest
sebastienlagarde Sep 24, 2021
204b166
update manifest
sebastienlagarde Sep 24, 2021
4ce3a86
update manifest
sebastienlagarde Sep 24, 2021
d631318
remove unecessary module
sebastienlagarde Sep 27, 2021
65f34b8
Remove test framework
sebastienlagarde Sep 27, 2021
d794a7c
Update package.json
sebastienlagarde Sep 27, 2021
dc2d03a
Update package.json
sebastienlagarde Sep 27, 2021
d0c81c6
Update manifest.json
sebastienlagarde Sep 27, 2021
061d2cf
Update manifest.json
sebastienlagarde Sep 27, 2021
48c4744
Update package.json
sebastienlagarde Sep 27, 2021
bdc9bc7
Update manifest.json
sebastienlagarde Sep 27, 2021
9b2e555
Update manifest.json
sebastienlagarde Sep 27, 2021
fbc519b
Update manifest.json
sebastienlagarde Sep 27, 2021
77eac9e
Update manifest.json
sebastienlagarde Sep 27, 2021
5cf8438
Update package.json
sebastienlagarde Sep 27, 2021
59a1258
Merge branch 'master' into srp/update-templates
sebastienlagarde Sep 28, 2021
307b2e4
bump packages version
sebastienlagarde Sep 28, 2021
d254804
Update package.json
sebastienlagarde Sep 30, 2021
47144e5
Merge branch 'master' into srp/update-templates
sebastienlagarde Oct 1, 2021
6f46193
Update manifest.json
sebastienlagarde Oct 1, 2021
df79ae5
Merge branch 'master' into srp/update-templates
sebastienlagarde Oct 4, 2021
3be07fd
- Moved the Scenes folder from /SampleSceneAssets to root (fix warnin…
Oct 5, 2021
1393e27
fix valid exception
sebastienlagarde Oct 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update manifest
  • Loading branch information
sebastienlagarde committed Sep 24, 2021
commit 4ce3a861119f31ebdbcafedac2fbb936cde66c7b
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"com.unity.feature.development": "1.0.1",
"com.unity.textmeshpro": "3.0.6",
"com.unity.cinemachine": "2.8.0",
"com.unity.ide.rider": "3.0.7",
"com.unity.ide.visualstudio": "2.0.11",
"com.unity.ide.vscode": "1.2.4",
"com.unity.feature.development": "1.0.1",
"com.unity.inputsystem": "1.1.0-pre.5",
"com.unity.learn.iet-framework": "2.0.0",
"com.unity.learn.iet-framework.authoring": "1.0.0",
sebastienlagarde marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
4 changes: 1 addition & 3 deletions com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"dependencies": {
"com.unity.cinemachine": "2.8.0",
"com.unity.ide.rider": "3.0.7",
"com.unity.ide.visualstudio": "2.0.11",
"com.unity.ide.vscode": "1.2.3",
"com.unity.feature.development": "1.0.1",
"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",
Expand Down