URL UTILITIES
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:
Key Scripts & Components:
- 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
Status | Released |
Category | Tool |
Author | Iron Mountain |
Tags | iron-mountain, Unity |
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.