Files
Unity-Serializable-Func/package.json
2023-06-21 11:15:52 +02:00

25 lines
667 B
JSON

{
"name": "com.antonzhernosek.serializablefunc",
"displayName": "SerializableFunc",
"version": "1.1.1",
"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"
}
]
}