Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2.21 KB

README.md

File metadata and controls

49 lines (40 loc) · 2.21 KB

LibSugar

.NET NPM Nuget openupm MIT ApiDoc

Like syntactic sugar, but is library


API Documentation

Installation

  • Nuget

    dotnet add package LibSugar --version <version>
    

    or

    <PackageReference Include="LibSugar" Version="<version>" />
    
  • Unity Package by npmjs

    Edit your Packages/manifest.json file like this

    {
      "scopedRegistries": [
        {
          "name": "npm",
          "url": "https://registry.npmjs.org",
          "scopes": [
            "com.libsugar"
          ]
        }
      ],
      "dependencies": {
        "com.libsugar.sugar": "<version>"
      }
    }

    or use gui in unity editor
    config Project Settings -> Package Manager -> Scoped Registeries
    then add package in package manager