/Util

Some UTil Code

Primary LanguageC#MIT LicenseMIT

Util

A collection of my util scripts. I placed them into a Repo so i have them on a central location! It contains many usefull script. There are also a few less usefull scripts. But one of the more usefull ones is the debugger it has quite a few usefull functions

How to Get

Use openupm
or add this to the manifest.json of the project implementing this libary

  "scopedRegistries": [
    {
      "name": "package.openupm.com",
      "url": "https://package.openupm.com",
      "scopes": [
        "com.openupm",
        "com.yasirkula.ingamedebugconsole",
        "jillejr.newtonsoft.json-for-unity",
        "jillejr.newtonsoft.json-for-unity.converters",
        "com.svermeulen.extenject"
      ]
    }
  ]