Skip to content

Collection of practical utility packages for Unity development

Notifications You must be signed in to change notification settings

Priboy313/Custom-Unity-DevTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DevTools - Unity Development Utilities

Overview

DevTools is a collection of practical utility packages for Unity development designed to streamline common workflows, reduce boilerplate code, and improve code readability. These tools are battle-tested and production-ready for both 2D and 3D Unity projects.

Available Packages

A comprehensive collection of C# extension methods for Unity that make common operations more intuitive and reduce repetitive code patterns. This package includes:

Key Features:

  • Random Extensions - Fluent syntax for random number generation and probability checks
  • Layer Extensions - Simplified layer mask operations without bitwise operators
  • Transform Extensions - Quick transform reset and manipulation methods
  • Collection Extensions - Safe random element retrieval from collections and native validation methods

Benefits:

  • Reduces boilerplate code
  • Improves code readability with fluent, intuitive syntax
  • 100% compatible with all Unity versions (2018.4+)
  • Zero dependencies, minimal performance overhead

๐Ÿ“– Full documentation and examples

Installation

Manual Installation

  1. Download the latest release
  2. Extract to your project's Assets/ folder (Recommended: Assets/_ExternalAssets/DevTools/)

Maintained by Priboy313

About

Collection of practical utility packages for Unity development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages