Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Unity Engine Scripting Utils

by PayaM Ranjbar

a collection of scripts to enhance and speed up unity development.

import scripts swiftly by the downloadable UnityPackage on releases

Extensions

Collection Extensions

  • append to dictionaries
  • create dictionaries form lists with key predicates
  • etc.

Vector Extensions

  • useful arithmetical and mathematical operations on vectors

Color Extensions

  • common and repetitive operations on unity Color class

Unity Extensions

  • comparing gameObjects and Colliders layer like tags

Probability Toolkit

  • Extensions

    • Choose Random Object(s) from a collection
    • Get a Random number in a vector2 boundaries
    • Get a biased random number in a range (exponential)
    • Flip a coin
    • etc.
  • Weighted Randoms

    • Get a random object with chance weights

About

a toolkit; a collection of scripts to speed up unity game developemnt.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages