24 lines
666 B
JSON
24 lines
666 B
JSON
{
|
|
"name": "com.antonzhernosek.serializablefunc",
|
|
"displayName": "SerializableFunc",
|
|
"version": "1.0.0",
|
|
"unity": "2020.3",
|
|
"keywords": [
|
|
"unity",
|
|
"editor",
|
|
"serializable",
|
|
"func"
|
|
],
|
|
"description": "Unity Event and Func<T> had another baby. This one looks a bit nicer and doesn't like arguments",
|
|
"author": {
|
|
"name": "Anton Zhernosek",
|
|
"email": "AntonZhernosekWork@gmail.com"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Serializable Func Sample Scene",
|
|
"description": "A simple test scene with a simple debugger to showcase how the script works",
|
|
"path": "Samples~/SerializableFuncSampleScene"
|
|
}
|
|
]
|
|
} |