Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 877 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 877 Bytes

🐦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 :)