Unity3D 3.0.0

Requires NuGet 2.5 or higher.

dotnet add package Unity3D --version 3.0.0                
NuGet\Install-Package Unity3D -Version 3.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Unity3D" Version="3.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unity3D --version 3.0.0                
#r "nuget: Unity3D, 3.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Unity3D as a Cake Addin
#addin nuget:?package=Unity3D&version=3.0.0

// Install Unity3D as a Cake Tool
#tool nuget:?package=Unity3D&version=3.0.0                

Basic Usage

To use this package, add lines like the following to your .csproj file (or any imported MSBuild project file).

<Project Sdk="Microsoft.NET.Sdk">
    <PropertyGroup>
        <UnityVersion>2023.2.20f1</UnityVersion>
        ... or ...
        <UnityProjectPath>$(MSBuildProjectDirectory)\relative\path\to\UnityProject</UnityProjectPath>
    </PropertyGroup>
    <ItemGroup>
        <PackageReference Include="Unity3D" Version="3.0.0" />
    </ItemGroup>
</Project>

More Info

For complete documentation, see the README on GitHub.

Support is only provided for the Unity versions that Unity itself supports (latest tech stream and latest two LTS releases).

Tested in the following Unity versions:

  • Unity 6 Beta
  • 2023.2, 2023.1
  • 2022.3 LTS, 2022.2, 2022.1
  • 2021.3 LTS, 2021.2, 2021.1
  • 2020.3 LTS, 2020.1
  • 2019.4 LTS
  • 2018.4 LTS
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Unity3D:

Package Downloads
koiverse_lib_base

Package Description

Unilonia.Connector

Package Description

UnityUtil

A set of utility classes and components useful to any Unity project.

TECore

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Unity3D:

Repository Stars
realm/realm-dotnet
Realm is a mobile database: a replacement for SQLite & ORMs