Code Helper


This asset contains ready-made software solutions in the form of extension methods, as well as save methods, scipt assets and multi type array


by OFFended Applications


Price History +

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.