# 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.