unity 集成facebook sdk时 警告:"OpenSSL not found. Make sure that OpenSSL is installed, and that it is in your path".
集成facebook登陆时,在Facebook Settings->Android Build Facebook Settings出现warning "OpenSSL not found. Make sure that OpenSSL is installed, and that it is in your path".
解决方法:
(1):下载并安装OpenSSL。http://slproweb.com/products/Win32OpenSSL.html
Win 32 OpenSSL v##.#.#(非轻型)
或Win 64 OpenSSL v##.#.#(非轻型)
(2):将OpenSSL目录添加到路径中。
转到:控制面板>系统>高级系统设置>环境变量
在“系统变量”窗口中选择变量“path”,然后单击“编辑”。
(3):将OpenSSLbin文件夹的路径添加到“变量值”文本的末尾。例如,我在值文本的末尾添加了“;C:ProgramFilesOpenSSL-Win64bin”。
重新启动Unity3D。
请注意,不要忘记在C:/前面添加分号“;”。
转载自:https://answers.unity.com/questions/675546/windows-81-facebook-sdk-openssl-keytool.html?_ga=2.40401442.1655645580.1583915194-16478768.1554945862
建议:配置完后最好重启电脑,我的配置完成后重启unity还是出现次警告,重启电脑后解决