File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Samples~/UPMExport/Editor Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ MonoBehaviour:
12
12
m_Script : {fileID: 11500000, guid: 27c29ed6e3c24f93865b4bc2df8b9c73, type: 3}
13
13
m_Name : ExportPackage
14
14
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
17
22
exportOptions : 2
18
23
targetFile : Builds/ConfigurableShaders-{Version}.unitypackage
Original file line number Diff line number Diff line change 1
1
{
2
2
"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!" ,
5
5
"keywords" : [
6
6
" Shader" ,
7
7
" Shaders" ,
12
12
" Material Property Drawers"
13
13
],
14
14
"category" : " Utility" ,
15
- "version" : " 0.6.3 " ,
15
+ "version" : " 0.7.0 " ,
16
16
"unity" : " 2018.1" ,
17
17
"dependencies" : {
18
18
You can’t perform that action at this time.
0 commit comments