Closed Kojima648 closed 1 year ago
If you installed it via the instructions in the readme (Add package from git URL...), there is a mistake with the package. The DLL you will get is the debug version, which relies on debug version of the VC runtime.
To fix, download the release version of the DLL in the repo, which only relies on VC runtime C++ 2015 redistributable. Close unity, replace the DLL and then open unity again, then build your project.
Ensure that any PC that is running your build now has the VC runtime redistributable installed
Do you mean this dll? Is this compiled in release mode?
okay, thank you. Maybe I can compile and release the release version myself.
xcopy /y /d "$(OutDir)*.dll" "$(SolutionDir)..\Plugin\DLL"
It seems that "\" in front of " *.dll" here did not need "\", because Outdir had already brought "\"
This is now fixed in v0.6.0, along with a sample of controlling the FFB from the inspector.
It is normal for me to run on my development machine. Include running in editor
But after I build, the program cannot work normally when running on a new win 64 bit system. Please help me analyze the lo Player.log g