Skip to content

Commit 27c901a

Browse files
authored
Merge pull request #2 from shiena/feature/upm-samples
support upm Samples
2 parents 8a5a35f + aa26485 commit 27c901a

File tree

3 files changed

+8
-26
lines changed

3 files changed

+8
-26
lines changed

Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef

Lines changed: 0 additions & 18 deletions
This file was deleted.

Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
"description": "Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.",
77
"keywords": [ "SerializeReference", "Editor" ],
88
"license": "MIT",
9-
"dependencies": {}
9+
"dependencies": {},
10+
"samples": [
11+
{
12+
"displayName": "Example",
13+
"description": "",
14+
"path": "Example"
15+
}
16+
]
1017
}

0 commit comments

Comments
 (0)