EnoxSoftware / DlibFaceLandmarkDetector

FaceLandmark Detector using Dlib (Unity Asset Plugin)
https://assetstore.unity.com/packages/tools/integration/dlib-facelandmark-detector-64314
95 stars 31 forks source link

webgl cant load dat from streamasset #12

Closed GamewolfLongMan closed 4 months ago

GamewolfLongMan commented 4 months ago

image the file path is correct, and can load with url it is not webrequest on network I guess it is that file.exist is not support webgl

GamewolfLongMan commented 4 months ago

i found it use getFilePathAsync on webgl not getFilePath