You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
302 B
14 lines
302 B
|
1 day ago
|
{
|
||
|
|
"name": "com.nimin.network",
|
||
|
|
"displayName": "GameCore Network",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"unity": "2021.3",
|
||
|
|
"description": "Network based on Unity Transport",
|
||
|
|
"dependencies": {
|
||
|
|
"com.unity.transport": "1.0.0"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"Network",
|
||
|
|
"JobSystem"
|
||
|
|
]
|
||
|
|
}
|