I don't think so.
Maybe it's because the forum uses https?
I think you are right.
While typing a post I just double checked everything and what I found that indeed my Button linked to Blockchain.info which is https too stopped working as well..
Ok ... so now I do understand that I cannot open htts sites on a main window .. (I could yesterday..)
I didn't change anything to my script while this "error" occured. So this is why I was thinking that there was some change on a Bitcointalk.org.
This script operating a button is:
//Application.OpenURL("https://bitcointalk.org");
[b]//This one I am using right now according to error given while using ^ ^, but it is a window blocked by a most of the browsers by default[/b]
Application.ExternalEval("window.open('https://bitcointalk.org','_blank')");
In JavaScript or C# with Unity3D there isn't really possible to make it open in a "tab" instead of a "window". Perhaps there is some way to implement a script which will do it but hours of scripting are not worth for this kind of a problem as it was working correctly till yesterday.
But perhaps I will need to figure it out somehow well ...
Thank you one more time for your response. I was pretty sure that blockchain.info was loading before but when Bitcointalk.org already wasn't ... perhaps it took some more time for google bots to find it out
Well it makes things harder
Apologies if that seems obvious, I don't know how new you are to writing code.
I am writing in a JavaScript in this case. Well it was working great with my script that you can read above but now it isn't Like I told somewhere above perhaps this is due to some google bots, or maybe I am wrong - but I dunno other answer as it was working yesterday and it is not working now
Kind regards.