VSeeFaceSDK icon indicating copy to clipboard operation
VSeeFaceSDK copied to clipboard

Warnings installing VSF SDK v1.13.38c in Unity 2202.3.17f1

Open djtigon opened this issue 5 months ago • 2 comments

VSeeFaceSDK package: VSF_SDK_v1.13.38c.unitypackage Unity Version: 2202.3.17f1

When installing the VSF SDK console provides the following info and warning messages.

None of these are blocking, but I thought I'd report in case you were unaware of issues with Big Buck Bunny and the DeterministicAssetBundle.

! Warning!: Assets\VSF SDK\Editor\BasicExporter.cs(49,101): warning CS0618: 'BuildAssetBundleOptions.DeterministicAssetBundle' is obsolete: 'This has been made obsolete. It is always enabled in the new AssetBundle build system introduced in 5.0.'

Info: Unexpected timestamp values detected. This can occur in H.264 videos not encoded with the baseline profile. Timestamps will be skewed to correct the playback for C:/Users/xxxxx/My project/Assets/VSF SDK/Sample 2/Video/Big_Buck_Bunny_360_10s_1MB.mp4

!Warning!: Color primaries 0 is unknown or unsupported by WindowsMediaFoundation. Falling back to default may result in color shift. C:/Users/Tigon/My project/Assets/VSF SDK/Sample 2/Video/Big_Buck_Bunny_360_10s_1MB.mp4

djtigon avatar Jan 14 '24 02:01 djtigon

i tried also exporting, it don't work, exported it with 2022.3.6f1 unity image

Malachiel87 avatar Jan 16 '24 10:01 Malachiel87

Only Unity 2019.4.31f1 is supported. This is a hard requirement (although other 2019.4 versions might work).

Regarding the Big Buck Bunny issue, I believe reencoding it to H.264 baseline profile might help.

emilianavt avatar Jan 18 '24 15:01 emilianavt