Skip to content

ktyldev/ktylities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ktylities

ktylities is a general-purpose set of scripts that can be used in make your life easier

Features

Scriptable Object-based Events and Variables

Implementations of events and variables as outlined in this Unity blog post. Both include additional features, such as in-editor pinging of event listeners and a generic base class for variables, allowing any serializable type to be added with ease.

Pooling

A generic IPool<T> interface and a stack-based implementation avoid deallocating objects with short lifetimes.

Getting Started

  1. Create or open a Unity project.
  2. Open Window -> Package Manager.
  3. Click the '+' icon in the top left corner, select 'Add Package from git URL' and input the URL to the ktylities repository: https://github.com/ktyldev/ktylities.git.
  4. Enjoy!

About

useful unity scripts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages