feat(eventbus): add platform runtimes and benchmarks

Add the Entities NativeQueue adapter, standalone .NET runtime and source generator, reproducible smoke coverage, and Unity benchmark assets for EventBus 2.0.
This commit is contained in:
2026-08-26 01:17:39 +08:00
parent ad5a7b68a3
commit 724e0bc8d8
32 changed files with 1813 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"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"
}
}