Skip to content
This repository has been archived by the owner on Jan 8, 2018. It is now read-only.

Unitilities: Utilities and scripts to facilitate work in Unity

License

Notifications You must be signed in to change notification settings

christianchomiak/unitilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unitilities: Utilities and scripts to facilitate work in Unity

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages