regzo2 / PicoStreamingAssistantFTUDP

Demonstration of how to fetch face tracking data via the Pico Streaming Assistant.
26 stars 10 forks source link

For anyone compiling this, the version of VRCFaceTracking.Core must match. #12

Closed aoirusann closed 5 months ago

aoirusann commented 5 months ago

En: The release of VRCFaceTracking is 5.1.1.0, but if you clone the git repo, its assemly version is 5.1.1.1. If you follow the instructions in README_CN.md to compile, the included version of VRCFaceTracking.Core will be 5.1.1.1, which is not compatible with the release version 5.1.1.0.

The solution is to modify the AssemblyVersion to 5.1.1.0 when compiling: image

中文: 从官网下的VRCFT是5.1.1.0版本的,但如果拉git库的话得到的是5.1.1.1版本,不兼容。 需要在编译时手动改一下版本号,如上图所示。

aoirusann commented 5 months ago

https://github.com/aoirusann/MyResourceServer/blob/main/Pico4SAFTExtTrackingModule.dll Compiled by me, for VRCFT 5.1.1.0

rogermiranda1000 commented 5 months ago

if you clone the git repo, its assemly version is 5.1.1.1

@aoirusann looks like a https://github.com/benaclejames/VRCFaceTracking issue, not a problem from this repo (as you're complaining about the project you've cloned). Just for the record, mine is <AssemblyVersion>5.0.2.0</AssemblyVersion>.

aoirusann commented 5 months ago

if you clone the git repo, its assemly version is 5.1.1.1

@aoirusann looks like a https://github.com/benaclejames/VRCFaceTracking issue, not a problem from this repo (as you're complaining about the project you've cloned). Just for the record, mine is <AssemblyVersion>5.0.2.0</AssemblyVersion>.

Sorry for the rudeness. Just want to leave some mention. Thank you for the work. :heart: