copperdevs / CopperTools

Collection of common tools that I use in most of my unity projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CopperTools

Collection of common tools that I use in most of my unity projects

Features

  • Singleton MonoBehaviour class to easily add a singleton to any mono behaviour
  • Many attributes for better editor visuals
    • Horizontal line
    • Vector2 min max slider
    • Read only
  • Classes wrapping existing unity values
    • Cursor settings
    • Ray cast settings
  • Scene utilities
    • Scene inspector reference
    • Custom scene transitioner
  • Custom variable layers
    • Observable variable
    • Optional variable
  • Value scriptable objects of common unity types
    • Audio clip
    • Bool
    • Float
    • Int
    • Layer mask
    • Vector2
    • Vector3
    • Vector4
    • Quaternion

References

I did not make all the tools used in this package. I included them because I use them often in my projects though. Most of the unoriginal scripts have the link to their original sources in a comment in the script, but here are all of them.

About

Collection of common tools that I use in most of my unity projects

License:MIT License


Languages

Language:C# 100.0%