Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
32
Question by Reloaded23 · Jan 14, 2014 at 03:47 PM · androidfacebooksdk

Open SSL not found

I am trying to integrate facebook SDK for unity . https://developers.facebook.com/docs/unity

I have created a facebook App and have done rest of the steps.

But in the Facebook/EditSettings I am getting this warning "OpenSSL not found. Make sure that OpenSSL is installed, and that it is in your path".

I am not sure what path it is mentioning

alt text

warning.jpg (11.1 kB)
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

12 Replies

· Add your reply
  • Sort: 
avatar image
233

Answer by vfxjex · Jul 06, 2014 at 02:49 PM

1) Download and install OpenSSL. http://slproweb.com/products/Win32OpenSSL.html

Win32 OpenSSL v#.#.# (not Light)

OR Win64 OpenSSL v#.#.# (not Light)

2) Add the OpenSSL directory to your path.

Go to: Control Panel > System > Advanced system settings > Environment Variables

Select the Variable "Path" in the "System variables" window and click Edit.

3) Add the path to your OpenSSL bin folder to the end of the "Variable value" text. e.g. I added ";C:\Program Files\OpenSSL-Win64\bin" to the end of the value text.

Restart Unity3D.

take note do not forget to add semi-colon ";" before the C:/

4) If you get the error in FacebookSettings "Keytool not found", you need to add the JDK (Java Development Kit) bin directory to the Path variable value.

5) Follow the same steps as before, but instead of the OpenSSL bin path, add the JDK bin path. e.g. I added ";C:\Program Files\Java\jdk1.7.0_45\bin" to the end of the value text.

Restart Unity3D.

Comment
Add comment · Show 29 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image BabyDev · Jul 22, 2014 at 06:55 PM 0
Share

Can't upvote yet but I want to thank you for your solution! It worked perfectly!

avatar image SNSD · Aug 01, 2014 at 04:49 PM 0
Share

How can I add the path if the "variable value" is different from your example. this is what it gives when pasted. But different when you edit so Im not sure of what im doing. %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTE$$anonymous$$ROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows $$anonymous$$its\8.1\Windows Performance Toolkit\;C:\Program Files\$$anonymous$$icrosoft SQL Server\110\Tools\Binn\

alt text

prob.jpg (74.2 kB)
avatar image SNSD · Aug 01, 2014 at 04:59 PM 0
Share

It was a tough decision.. . but I made it. I was confused from the value below and from from the value on the pop up. I apologize for inconviniencen, I just want to play safe. ^_^ Thanks.

avatar image GRF75 · Aug 19, 2014 at 09:37 PM 0
Share

Thanks, vfxjex. Complete and precise answer.

avatar image sj631 · Mar 23, 2020 at 12:49 PM 4
Share

close unity Hub also before restarting unity

avatar image $$anonymous$$ sj631 · Jul 22, 2020 at 06:49 PM 0
Share

You deserve some credits, Thank you for the tip

Show more comments
avatar image
42

Answer by unity_o6HzZKSRmkhj5Q · Feb 08, 2019 at 12:35 PM

In addition to following the steps in the accepted answer I feel like I had to kill the Unity Hub tasks from Task Manager to get this working.

Comment
Add comment · Show 4 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image imrankhanswati · Jun 13, 2019 at 12:17 PM 0
Share

Tnx a lot... It saved my day...

avatar image jkotzian · Jun 30, 2019 at 01:57 AM 0
Share

What an obscure fix, thanks for posting! Had to do this as well. I had to kill the "Unity Hub" processes as Unity was opening. Waiting until after it loaded didn't work for me.

avatar image alex_roboto · Apr 18, 2020 at 12:52 AM 0
Share

First: Thank you! I knew path variables only apply if you kill the app and restart it. But Unity Hub keeps running as a background process. To kill Unity Hub, you have to tell Task $$anonymous$$anager > $$anonymous$$ore Details, Processes, Background Processes. (Or click the little ^ in the Windows Task Bar, find Unity Hub, right click, Quit Unity Hub.)

avatar image voporak5 · Jun 11, 2020 at 06:35 PM 0
Share

I'd like to add that the java SDK has to be reinstalled if your pc perma blue screens and requires a reinstall, simply setting up the environment to point at the java sdk if that is located on another hard drive does not work in addition to doing the above.

avatar image
5

Answer by IrtezaRmasud · Apr 24, 2020 at 07:06 PM

alt text

Follow the answer by @vfxjex excluding one. You don't need to add semicolon prefix anymore. I am using windows 10.


capture.png (30.6 kB)
Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by markallenperry · Jan 24, 2015 at 12:07 AM

Works I also needed microsoft visual c++ 2008 redistributable package x64 and make sure you update your java jdk before hand.

Thanks for the info.... worked great.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by zahid.ali · Feb 05, 2014 at 03:48 PM

Check This site....

http://blog.yoz.sk/2013/02/quick-tipkey-hash-for-facebook-android-application-in-air/

also check

http://forum.unity3d.com/threads/202220-Unity-Facebook-SDK-Android-Deployement

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • 3
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

69 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Android app crashes on launch after removing Facebook SDK 1 Answer

App Invite not showing notification to friends in facebook 2 Answers

How to remove Facebook SDK from project when I don't need that? 1 Answer

Facebook SDK login problem on Android 0 Answers

facebook sdk not compiling on android 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges