/pure-unity-methods

A sub repository of utility methods for Unity game development.

Primary LanguageC#

PureFunctions

A folder of utility methods for Unity.

These scripts are meant to be pure. Meaning: .The function return values are identical for identical arguments (no variation with local static variables, non-local variables, mutable reference arguments or input streams). .The function application has no side effects (no mutation of local static variables, non-local variables, mutable reference arguments or input/output streams).

Intended to be a git submodule in projects.

Author: Leon Higgin (admin@leonmichaelhiggin.co.uk)