Skip to content
BelicusBr edited this page Feb 5, 2024 · 5 revisions

Cobilas Core

Namespaces

Descripition

Cobilas Core Net4x is a utility library for CSharp.

Cobilas.Core.Net4x is on nuget.org

To include the package, open the .csproj file and add it.

<ItemGroup>
  <PackageReference Include="Cobilas.Core.Net4x" Version="1.3.0" />
</ItemGroup>

Or use command line.

dotnet add package Cobilas.Core.Net4x --version 1.3.0

Include in npm package

"dependencies": {
    "com.cobilas.unity.core.net4x":"1.3.0"
}

Or use command line.

npm i com.cobilas.unity.core.net4x
Clone this wiki locally