mirror of
https://github.com/DCFApixels/DragonECS-ClassicThreads.git
synced 2025-09-18 20:14:36 +08:00
Initial commit
This commit is contained in:
parent
ec47533fb8
commit
18af920524
3
.gitignore
vendored
3
.gitignore
vendored
@ -70,3 +70,6 @@ crashlytics-build.properties
|
||||
# Temporary auto-generated Android Assets
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||
|
||||
*.meta
|
||||
!*.asmdef.meta
|
||||
|
16
DragonECS-Threads.asmdef
Normal file
16
DragonECS-Threads.asmdef
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "DCFApixels.DragonECS.Threads",
|
||||
"rootNamespace": "DCFApixels",
|
||||
"references": [
|
||||
"GUID:abb125fa67fff1e45914d0825236f608"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
7
DragonECS-Threads.asmdef.meta
Normal file
7
DragonECS-Threads.asmdef.meta
Normal file
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cf87a88ccbf017b418356109aff3ebee
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
24
package.json
Normal file
24
package.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "com.dcfa_pixels.dragonecs-threads",
|
||||
"author":
|
||||
{
|
||||
"name": "DCFApixels",
|
||||
"url": "https://github.com/DCFApixels/DragonECS-Threads"
|
||||
},
|
||||
"displayName": "DragonECS-Threads",
|
||||
"description": "Multithreading for DragonECS",
|
||||
"unity": "2020.3",
|
||||
"version": "0.1.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DCFApixels/DragonECS-Threads.git"
|
||||
},
|
||||
"keywords":
|
||||
[
|
||||
"ecs",
|
||||
"dragonecs",
|
||||
"extension",
|
||||
"add-on",
|
||||
"multithreads"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user