Add the Entities NativeQueue adapter, standalone .NET runtime and source generator, reproducible smoke coverage, and Unity benchmark assets for EventBus 2.0.
17 lines
469 B
JSON
17 lines
469 B
JSON
{
|
|
"name": "com.cneicy.shrink-eventbus-entities",
|
|
"version": "0.1.0",
|
|
"displayName": "ShrinkEventBus Entities",
|
|
"description": "Burst-safe NativeQueue writer and playback adapter for ShrinkEventBus.",
|
|
"unity": "2022.3",
|
|
"dependencies": {
|
|
"com.cneicy.shrink-eventbus": "2.0.0",
|
|
"com.unity.entities": "1.0.11"
|
|
},
|
|
"keywords": ["eventbus", "entities", "burst", "ecs"],
|
|
"author": {
|
|
"name": "cneicy",
|
|
"url": "https://github.com/cneicy"
|
|
}
|
|
}
|