Git Product home page Git Product logo

unitilities's Introduction

Unitilities v1.2.1

Set of utility scripts to facilitate work in Unity.

Currently, it includes:

  • Extension methods for:
    • GameObjects
    • Primitives and comparable types
    • Lists and arrays
    • Vectors
    • Strings
    • Colors
    • Date/Time
  • New data types and structures:
    • HSVColor: for a representation of color using the Hue-Saturation-Value system.
    • Pool: to manage GameObject instances instead of creating/destroying them.
    • Singleton.
    • Timer & ManagedTimer type, useful to do things after a certain time.
    • Tuple (Tuple-2, Tuple-3 and Tuple-4) to hold and bind generic types.
  • PlayerPrefs window to view and modify preferences inside the Unity Editor.
  • Gizmo-helpers for the Editor.
  • Localization

The project is currently divided into these namespaces:

  • Unitilities: for basic things. It's everything located under /Core.
  • Unitilities.Colors
  • Unitilities.Pools
  • Unitilities.Tuples
  • Unitilities.Debugging
  • Unitilities.EditorStuff
  • Unitilities.Timers
  • Unitilities.Localization

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.