A downloadable tool

Download NowName your own price

Version: 1.3.1

Description:

A library for managing app identifiers and different release variants.

Package Mirrors:

gitnpmitch.io

Key Scripts & Components:

  1. public struct AppLogos
    • Properties:
      • public Sprite HorizontalLight { get; }
      • public Sprite HorizontalDark { get; }
      • public Sprite SquareLight { get; }
      • public Sprite SquareDark { get; }
    • Methods:
      • public Sprite GetLogo(Type type)
  2. public class AppReleaseVariantDependantGameObject : MonoBehaviour
    • Methods:
      • public void Refresh()
  3. 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

    1. public class AppLogoImage : MonoBehaviour
      • public class ApplicationIdentifierText : MonoBehaviour
        • public class ApplicationVersionText : MonoBehaviour
          • public class DeviceUniqueIdentifierText : MonoBehaviour

            Download

            Download NowName your own price

            Click download now to get access to the following files:

            com.iron-mountain.app-identification.unitypackage 54 kB

            Leave a comment

            Log in with itch.io to leave a comment.