We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4e894 commit 648cd8dCopy full SHA for 648cd8d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### [1.7.3](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.7.2...v1.7.3) (2022-07-22)
2
+
3
4
+### Refactors
5
6
+* property drawer now reuses cached reference drawers ([f930d8e](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/f930d8ed92b8358e417d075f9a089f7161cadc50))
7
8
### [1.7.2](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.7.1...v1.7.2) (2022-07-22)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "net.tnrd.serializableinterface",
- "version": "1.7.2",
+ "version": "1.7.3",
"displayName": "Serializable Interface",
"unity": "2020.1",
"description": "A wrapper that allows serialization of interfaces that supports both UnityEngine.Object and regular object types",
0 commit comments