Skip to content

Commit 3eb5414

Browse files
committed
Update to version 0.7.0
1 parent 7f3e0e0 commit 3eb5414

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Samples~/UPMExport/Editor/ExportPackage.asset

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: 27c29ed6e3c24f93865b4bc2df8b9c73, type: 3}
1313
m_Name: ExportPackage
1414
m_EditorClassIdentifier:
15-
folderPaths:
16-
- Assets/ConfigurableShaders
15+
assetPaths:
16+
- Assets/ConfigurableShaders/Scripts
17+
- Assets/ConfigurableShaders/Shaders
18+
- Assets/ConfigurableShaders/CHANGELOG.md
19+
- Assets/ConfigurableShaders/LICENSE.md
20+
- Assets/ConfigurableShaders/package.json
21+
- Assets/ConfigurableShaders/README.md
1722
exportOptions: 2
1823
targetFile: Builds/ConfigurableShaders-{Version}.unitypackage

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.supyrb.configurableshaders",
3-
"displayName": "Configurable Shaders",
4-
"description": "Powerful Shaders that will make your life easier!",
3+
"displayName": "Configurable Shaders",
4+
"description": "Powerful Shaders for the built-in Render Pipeline that will make your life easier!",
55
"keywords": [
66
"Shader",
77
"Shaders",
@@ -12,7 +12,7 @@
1212
"Material Property Drawers"
1313
],
1414
"category": "Utility",
15-
"version": "0.6.3",
15+
"version": "0.7.0",
1616
"unity": "2018.1",
1717
"dependencies": {
1818

0 commit comments

Comments
 (0)