Initial Commit

This commit is contained in:
Anton Zhernosek
2023-05-23 14:07:24 +02:00
committed by GitHub
parent 772a603c6f
commit 697d6fe98a
33 changed files with 2771 additions and 0 deletions

24
package.json Normal file
View 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"
}
]
}