diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab832e..9aa6270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# Changelog +# Changelog + +## 0.1.1 + +- Added missing Unity `.meta` files for package root assets and top-level folders. +- Kept the public package as DLL-only without SDK source, asmdef files, or debug symbols. ## 0.1.0 -- Initial UPM package migration for the SI-M1 face module Unity implementation. -- Added Runtime, Editor, Tests, Samples, and Documentation package structure. -- Migrated protocol, transport, command service, manager, tests, and demo sample files from `Assets/App`. -- Limited transport support to serial port and Editor Mock, and removed temporary Android bridge placeholders. +- Initial DLL-only UPM package release for the AISU SI-M1 Face SDK. +- Added compiled Runtime and Editor DLLs, documentation, package manifest, and Unity plugin importer metadata. diff --git a/CHANGELOG.md.meta b/CHANGELOG.md.meta new file mode 100644 index 0000000..028eb00 --- /dev/null +++ b/CHANGELOG.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 80c6f7f7ae1c74b4680f1fbb94c4ba6f +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Editor.meta b/Editor.meta new file mode 100644 index 0000000..5e79aeb --- /dev/null +++ b/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f53e62d52d638f84c9c7033f7f76338f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/LICENSE.md.meta b/LICENSE.md.meta new file mode 100644 index 0000000..0590175 --- /dev/null +++ b/LICENSE.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 10f84a24d555b1646965d6b644b830e2 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/README.md.meta b/README.md.meta new file mode 100644 index 0000000..4b7fc9d --- /dev/null +++ b/README.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0c0555dabd3dd5342b3019281f7d6f33 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Runtime.meta b/Runtime.meta new file mode 100644 index 0000000..bb1834b --- /dev/null +++ b/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8ceb56eccbeda804e8ed4f9be5426b25 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/package.json b/package.json index 6a18721..39025e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xin.aisu.si-m1.face", "displayName": "AISU SI-M1 Face SDK", - "version": "0.1.0", + "version": "0.1.1", "unity": "2021.3", "description": "Unity UPM package for the AISU SI-M1 face recognition module protocol, transport, command services, and lifecycle manager. Distributed as compiled DLLs without source code.", "author": { diff --git a/package.json.meta b/package.json.meta new file mode 100644 index 0000000..8ffb558 --- /dev/null +++ b/package.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dd93196895343284f9571d21eb70f809 +PackageManifestImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: