A downloadable tool

Download NowName your own price

Version: 1.1.0

Description:

A library for working with URLs.

Use Cases:

  • Open a URL on button click. (Can be platform specific, i.e. use different a url on iOS/Android)
  • Opens a new email with preloaded destination, subject, & body content
  • Loads a remotely hosted texture and assigns it to an Image's sprite.

Package Mirrors:

gititch.ionpm

Key Scripts & Components:

  1. public class NewEmailOpener : MonoBehaviour
    • public class PlatformSpecificURLOpener : MonoBehaviour
      • Properties:
        • public String AndroidUrl { get; set; }
        • public String IPhoneUrl { get; set; }
        • public String OSXEditorUrl { get; set; }
        • public String OSXPlayerUrl { get; set; }
        • public String WindowsEditorUrl { get; set; }
        • public String WindowsPlayerUrl { get; set; }
    • public class URLImage : MonoBehaviour
      • Properties:
        • public String URL { get; set; }
      • Methods:
        • public void Reload()
    • public static class URLImageCache
      • public class URLOpener : MonoBehaviour

        Download

        Download NowName your own price

        Click download now to get access to the following files:

        com.iron-mountain.url-utilities.unitypackage 25 kB

        Leave a comment

        Log in with itch.io to leave a comment.