Skip to content

Commit 960cf4c

Browse files
committed
added link to code generator to README
1 parent b1fa443 commit 960cf4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ And to make it look nice in the editor:
6767
[UnityEditor.CustomPropertyDrawer(typeof(FloatValueReference))]
6868
public class FloatValueReferenceDrawer : ValueReferenceDrawer { }
6969
```
70+
### Code Generation
71+
You can find a simple code generator that can save you a lot of work [here](https://github.com/jheiling/unity-signals-generator).
7072
### Example
7173
See Example folder.
7274
## Credits

0 commit comments

Comments
 (0)