Libraries/ Toolkit/ KephStudio Utilities
ToolkitFreeEditor Tools

KephStudio Utilities

v0.1.0 Unity 2021.3+ No dependencies Free

A small, dependency-light toolbox of everyday Unity helpers: a GameObject pool, null-safe extensions, transform animators, network-reliability helpers, an Input System wrapper and two URP editor tools. Free.

01Overview

A small, dependency-light toolbox of everyday Unity helpers: a GameObject pool, null-safe lookup extensions, transform animators, network-reliability helpers, an Input System polling wrapper, and two editor tools (bulk material→URP conversion and TextMeshPro→URP fixup). Namespaced, assembly-isolated, and free.

02Key features

  • GameObject poolReuse instances instead of instantiate/destroy churn.
  • Null-safe extensionsSafer lookups and component access.
  • Transform animatorsSpin, bob and pulse behaviours.
  • Network-reliability helpersConnection-quality monitor and exponential-backoff retry policy.
  • Input System wrapperConvenient polling helper over the Input System.
  • Two editor toolsBulk material→URP conversion and TextMeshPro→URP fixup.

03Included sample

01

Utilities Demo

Art-free showcase: a GameObjectPool projectile fountain (live reuse stats) and the transform animators.