Skip to content

Commit d5a6da3

Browse files
committed
feat!: add source generation sample
Bumped minimum version to 2021.1
1 parent a1cfb3c commit d5a6da3

File tree

3 files changed

+81
-1
lines changed

3 files changed

+81
-1
lines changed
Binary file not shown.

Samples~/SourceGeneration/SerializableInterfaceSourceGeneration.dll.meta

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "net.tnrd.serializableinterface",
33
"version": "1.12.1",
44
"displayName": "Serializable Interface",
5-
"unity": "2020.1",
5+
"unity": "2021.1",
66
"description": "A wrapper that allows serialization of interfaces that supports both UnityEngine.Object and regular object types",
77
"keywords": [
88
"serialize",
@@ -134,4 +134,11 @@
134134
]
135135
]
136136
}
137+
"samples": [
138+
{
139+
"displayName": "Source Generation",
140+
"description": "Contains a dll that will allow you to use source generation",
141+
"path": "Samples~/SourceGeneration"
142+
}
143+
]
137144
}

0 commit comments

Comments
 (0)