-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: fixed build error of template project (#235)
* fixed build error of template project * upgrade package version 1.2.2
- Loading branch information
Showing
11 changed files
with
54 additions
and
15 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
Assets/Scripts/Editor/Unity.Template.RenderStreaming.Editor.asmdef
This file contains 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "Unity.Template.RenderStreaming.Editor", | ||
"references": [ | ||
"GUID:40a5acf76f04c4c8ebb69605e4b0d5c7" | ||
], | ||
"includePlatforms": [ | ||
"Editor" | ||
], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [], | ||
"versionDefines": [], | ||
"noEngineReferences": false | ||
} |
7 changes: 7 additions & 0 deletions
7
Assets/Scripts/Editor/Unity.Template.RenderStreaming.Editor.asmdef.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 9 additions & 4 deletions
13
Assets/Scripts/Unity.RenderStreaming.asmdef → ...y.Template.RenderStreaming.Runtime.asmdef
This file contains 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,17 +1,22 @@ | ||
{ | ||
"name": "Unity.RenderStreaming", | ||
"name": "Unity.Template.RenderStreaming.Runtime", | ||
"references": [ | ||
"Unity.InputSystem", | ||
"Unity.WebRTC", | ||
"Unity.TextMeshPro" | ||
], | ||
"optionalUnityReferences": [], | ||
"includePlatforms": [], | ||
"includePlatforms": [ | ||
"Editor", | ||
"LinuxStandalone64", | ||
"macOSStandalone", | ||
"WindowsStandalone64" | ||
], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [], | ||
"versionDefines": [] | ||
"versionDefines": [], | ||
"noEngineReferences": false | ||
} |
File renamed without changes.
This file contains 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 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 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 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,12 @@ | ||
{ | ||
"name": "com.unity.template.renderstreaming", | ||
"displayName": "Unity Render Streaming Template", | ||
"version": "1.2.1-preview", | ||
"version": "1.2.2-preview", | ||
"type": "template", | ||
"unity": "2019.3", | ||
"description": "This is HDRP sample scene project integrated with Unity Render Streaming technology.\n\nAlong with its signaling web server, you could play around the scene in any webrtc supported web browser.", | ||
"dependencies": { | ||
"com.unity.renderstreaming": "1.2.1-preview", | ||
"com.unity.renderstreaming": "1.2.2-preview", | ||
"com.unity.render-pipelines.high-definition": "7.1.8" | ||
} | ||
} |
This file contains 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 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 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