VRCFaceTracking
VRCFaceTracking copied to clipboard
Fixed a crash when VRCFT is used together with VOR
Apparently a simple Directory,Exists() call always returns true even when a target directory doesn't exist (at least that happens in the AppData special folders). I had to wrap the code into a try...catch block as a workaround for VOR creating its own directory in the VRC's OSC directory.