APP IDENTIFICATION
A downloadable tool
Download NowName your own price
Version: 1.3.3
Description:
A library for managing app identifiers and different release variants.Package Mirrors:
Key Scripts & Components:
- public struct AppLogos
- Properties:
- public Sprite HorizontalLight { get; }
- public Sprite HorizontalDark { get; }
- public Sprite SquareLight { get; }
- public Sprite SquareDark { get; }
- public Sprite IconLight { get; }
- public Sprite IconDark { get; }
- Methods:
- public Sprite GetLogo(Type type)
- public class AppReleaseVariantDependantGameObject : MonoBehaviour
- Methods:
- public void Refresh()
- public static class AppReleaseVariantsManager
- public class ApplicationIdentifiers
- Properties:
- public String Fallback { get; }
- public String IOS { get; }
- public String Android { get; }
- Methods:
- public Boolean Contains(String identifier)
- public class Database : ScriptableObject
- Properties:
- public List<ScriptedAppReleaseVariant> AppReleaseVariants { get; }
- Methods:
- public ScriptedAppReleaseVariant GetReleaseVariantByID(String id)
- public void SortList()
- public void RebuildDictionary()
- public override String ToString()
- public interface IAppReleaseVariant
- Properties:
- public String ID { get; }
- public String ProductName { get; }
- public ApplicationIdentifiers ApplicationIdentifiers { get; }
- public Texture2D Icon { get; }
- public AppLogos Logos { get; }
- Methods:
- public abstract String ToString()
- public abstract void Activate()
- public abstract void Deactivate()
- public class ScriptedAppReleaseVariant : ScriptableObject
- Properties:
- public String ID { get; }
- public String ProductName { get; }
- public ApplicationIdentifiers ApplicationIdentifiers { get; }
- public Texture2D Icon { get; }
- public AppLogos Logos { get; }
- Methods:
- public override String ToString()
- public virtual void Activate()
- public virtual void Deactivate()
- public virtual void Reset()
U I
- public class AppLogoImage : MonoBehaviour
- public class ApplicationIdentifierText : MonoBehaviour
- public class ApplicationVersionText : MonoBehaviour
- public class DeviceUniqueIdentifierText : MonoBehaviour
Status | Released |
Category | Tool |
Author | Iron Mountain |
Download
Download NowName your own price
Click download now to get access to the following files:
com.iron-mountain.app-identification.unitypackage 55 kB
Leave a comment
Log in with itch.io to leave a comment.