Fix Unity metadata for DLL-only UPM package
This commit is contained in:
parent
c7b8ba0cef
commit
daa53abdad
13
CHANGELOG.md
13
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
|
## 0.1.0
|
||||||
|
|
||||||
- Initial UPM package migration for the SI-M1 face module Unity implementation.
|
- Initial DLL-only UPM package release for the AISU SI-M1 Face SDK.
|
||||||
- Added Runtime, Editor, Tests, Samples, and Documentation package structure.
|
- Added compiled Runtime and Editor DLLs, documentation, package manifest, and Unity plugin importer metadata.
|
||||||
- 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.
|
|
||||||
|
|||||||
7
CHANGELOG.md.meta
Normal file
7
CHANGELOG.md.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 80c6f7f7ae1c74b4680f1fbb94c4ba6f
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Editor.meta
Normal file
8
Editor.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f53e62d52d638f84c9c7033f7f76338f
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
7
LICENSE.md.meta
Normal file
7
LICENSE.md.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 10f84a24d555b1646965d6b644b830e2
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
7
README.md.meta
Normal file
7
README.md.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0c0555dabd3dd5342b3019281f7d6f33
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Runtime.meta
Normal file
8
Runtime.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8ceb56eccbeda804e8ed4f9be5426b25
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "xin.aisu.si-m1.face",
|
"name": "xin.aisu.si-m1.face",
|
||||||
"displayName": "AISU SI-M1 Face SDK",
|
"displayName": "AISU SI-M1 Face SDK",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"unity": "2021.3",
|
"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.",
|
"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": {
|
"author": {
|
||||||
|
|||||||
7
package.json.meta
Normal file
7
package.json.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: dd93196895343284f9571d21eb70f809
|
||||||
|
PackageManifestImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Loading…
x
Reference in New Issue
Block a user