Initial Commit
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user