Skip to content

Tags: Rhuantavan/unitilities

Tags

v1.2.5

Toggle v1.2.5's commit message
Cleaned-up Singleton class

* Revised the singleton class, removing unnecessary code and changing others.
* Added an extra level of detail to the version numbers used (from x.y to x.y.z)

v1.2.4

Toggle v1.2.4's commit message
Minor cleaning

* Removed unnecessary `using`s
* Now using `(object) x == null` for better performance
* Other random and minor updates

v1.2.3

Toggle v1.2.3's commit message
Fixed PoolExtension bug (wrong method was called)

v1.2.2

Toggle v1.2.2's commit message
Minor updates to Localization and some extensions

* ApplicationHelper now uses WSAPlayer instead of MetroPlayer for Unity 5
* Localization now takes into account the writing style of the language (LTR, RTL).
* LocalizedText now has a function to change its custom language.
* Added extension to reverse strings.

v1.2.1

Toggle v1.2.1's commit message
Updated Pools

* Spawned GameObjects can now have their Transform values resetted to their blueprint's
* GameObjects can now be Spawned without specifying a position
* Pool Manager's Clear() can now destroy its child objects

v1.2.0

Toggle v1.2.0's commit message
Added Localization module

v1.1.0

Toggle v1.1.0's commit message
Namespace deleted and attribute added

* Unitilities.Extras namespace deleted, it's now all in Unitilities.
* Added [ReadOnly] Attribute

v1.0.0

Toggle v1.0.0's commit message
Preparing for v1.0.0

* Added namespaces to facilitate integration with other plugins.
   * Unitilities: for basic stuff. Located under /Core.
   * Unitilities.Colors
   * Unitilities.Tuples
   * Unitilities.Pools
   * Unitilities.Debugging
   * Unitilities.EditorStuff
   * Unitilities.Timers
* Changed several scripts, mainly those related to the HSVColor.
* Added initial commentaries to each script.

v0.6.4

Toggle v0.6.4's commit message
Updated to Unity 5.0

v0.6.3

Toggle v0.6.3's commit message
Perpendicular function updated

* Added an alternate perpendicular function. One goes CW, the other CCW.
* Expanded the Vector methods to quickly convert between V2, V3 & V4.