playMaker

Author Topic: [Solved] Read current URL  (Read 1463 times)

nuFF3

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 73
  • Are we even real?
    • One Month Studio
[Solved] Read current URL
« on: July 15, 2020, 11:26:25 AM »
I fixed the issue.
I managed to make an action that returns a string with the current URL.

If you guys want to put it on the Ecosystem, that's ok.

***Old post below***

I need a way to read the current URL the application is running from.
I know there's a way to do it through C#, but I can't for the life of me figure out why that's not working, and I can't find a playmaker script for it either.

Essentially what I need is this:
https://docs.unity3d.com/ScriptReference/Application-absoluteURL.html

Is there already a script for this, and I'm just blind?
Or is this something missing from the ecosystem?
« Last Edit: July 15, 2020, 12:48:08 PM by nuFF3 »

nuFF3

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 73
  • Are we even real?
    • One Month Studio
Re: Read current URL
« Reply #1 on: July 15, 2020, 12:42:31 PM »
Never mind I got it working.
First I tried to get it working in C#, and then use playmaker and the action "Get Property" to get the required string.
Once I got that working, I went ahead and created an Action for it.
I'll link it in the post above.