blob: d02db757f27c2bd5db1b4a50ca5834b88118ecea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "com.github.siccity.serializablecallback",
"description": "UnityEvent and System.Func had a child. Lets you drag-and-drop methods with or without return values / parameters in the Unity inspector. It uses expression trees and reflection to cache a delegate on first execution. Usage is identical to UnityEvent",
"version": "1.0.0",
"unity": "2018.1",
"displayName": "SerializableCallback",
"author": {
"name": "Thor Brigsted",
"url": "http://thorbrigsted.com/"
}
}
|