Publisher | OFFended Applications |
---|---|
File size | 43.31kB |
Number of files | 29 |
Latest version | 1 |
Latest release date | 2024-11-05 01:25:14 |
First release date | 2024-11-05 01:25:14 |
Supported Unity versions | 2018.4.2 or higher |
This package created to reduce the amount of code and development time due to ready-made functions.
Helper prefs
- Extenitons to short the code
- Saving arrays of base types(int[],string[],float[])
- Saving images
- Saving Serializeble classes
Script assets
- Create assets from ready scripts or write new in editor window
- Spawn one or more assets with custom names, you can give name to all script you spawn
- Useful with creating spell system or something similar
Multi type array
- Creating multi type-collections
- Work only with needed types
Extentions
- Simple extentions like .Print() to debug objects value or .WaitAndDo() to simulate Coroutine in 1 line and much more.