si-m1-face-package/Documentation~/SI-M1人脸识别算法模组_Unity实现功能说明.md

28 lines
968 B
Markdown

# Unity Implementation Notes
This public package provides the SI-M1 Unity integration as compiled DLLs.
## Public Assemblies
| Assembly | Purpose |
|---|---|
| `Aisu.SIM1.Face.Runtime.dll` | Runtime protocol, transports, manager, services, models, mock transport |
| `Aisu.SIM1.Face.Editor.dll` | Editor settings panel, diagnostics, manager creation tools |
## Runtime Areas
- Protocol packet building and parsing.
- Serial and mock transport abstraction.
- Command service and async request/response flow.
- Face enrollment, verification, user, image, feature, QR code, UVC, and encryption services.
- `FaceModuleManager` lifecycle and Unity scene integration.
## Public Release Scope
- SDK source files are not included.
- Demo source files are not included.
- Internal EditMode test source files are not included.
- Debug symbol `.pdb` files are not included.
For private development structure and implementation source, use the internal SDK repository.