AmirArdroudi / birdtools

A multipurpose toolset for developing games in Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐦birdTools

handy tools for developing games in Unity (WIP)

✨Installation

Install via packageManager

cleanest way to install birdtools is via UPM

  1. In editor open up "Window/Package Manager"
  2. Click on "+" button in the upper left
  3. select "Add package from git URL" and paste this repository URL

https://github.com/AmirArdroudi/birdtools.git

🛠Asset based Tools and Systems

🟢 Custom scriptable-object based event handler

🟢 Scriptable-object based variables (AudioSO, intSO, floatSO, stringSO, colorSO)

🟢 Runtime Set based on Scriptable-object

🛠Component based Tools and Featuers

🟢 Debugging Tools

  • FPS component
  • console command

How to Use and Examples

coming soon!

🐞 feel free to open issue or make pull requeset :)

About

A multipurpose toolset for developing games in Unity

License:MIT License


Languages

Language:C# 98.9%Language:ShaderLab 1.1%