OSC App to allow VRChat avatars to interact with eye and facial tracking hardware
This is due to permissions off the app being a windows app and the directory that it lives is right protected when steam attempts to open it `"C:\\Program Files\\WindowsApps\\96ba052f-0948-44d8-86c4-a0212e4ae047_5.2.3.0_x64__4s4k90pjvq32p\\app.vrmanifest"` I found a work around for this however. 1. Create a shortcut to VRCFT 2. Create a bat file that runs `"Shortcut.lnk"` 3. Create another app manifest ffor steam VR that launches the bat file `{ "source": "builtin", "applications": [ { "app_key": "Custom.VRCFaceTrackingLauncher", "launch_type": "binary", "binary_path_windows": "autorun.bat", "is_dashboard_overlay": true, "strings": { "en_us": { "name": "VRCFaceTracking Launcher", "description": "VRCFaceTracking Shortcut Launcher." } } } ] }`
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by SnubbleJr and has received 0 comments.