Unity3D 1.3.0

Suggested Alternatives

Unity3D 2.0.1

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package Unity3D --version 1.3.0
NuGet\Install-Package Unity3D -Version 1.3.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="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unity3D --version 1.3.0
#r "nuget: Unity3D, 1.3.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=1.3.0

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

Basic Usage

Here is an example .csproj file using Unity 2019.2.12f1 assemblies, targeting the .NET Standard 2.0 profile:

<Project Sdk="Microsoft.NET.Sdk">
    <PropertyGroup>
        <TargetFramework>netstandard2.0</TargetFramework>
        <UnityVersion>2019.2.12f1</UnityVersion>
    </PropertyGroup>
    <ItemGroup>
        <PackageReference Include="Unity3D" Version="1.3.0" />
    </ItemGroup>
</Project>

More Info

For complete documentation, see our README on GitHub

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
Version Downloads Last updated
2.1.3 1,596 8/17/2023
2.1.2 895 4/26/2023
2.1.1 538 2/17/2023
2.1.0 355 1/27/2023
2.0.1 1,851 6/1/2022
2.0.0 418 6/1/2022
2.0.0-rc2 220 5/30/2022
2.0.0-rc1 207 5/21/2022
1.7.0 4,413 12/31/2020
1.6.0 701 12/17/2020
1.5.0 1,196 8/24/2020
1.4.0 860 7/27/2020
1.3.1 1,081 3/11/2020
1.3.0 995 12/23/2019
1.2.0 1,013 8/21/2019
1.1.0 997 6/20/2019
1.1.0-rc2 529 6/20/2019
1.1.0-rc1 536 6/19/2019
1.0.0-rc1 511 6/17/2019

- Removed unnecessary UNITY_ASSERTIONS define
     - Added the missing UnityModulesPath property (*facepalm*)
     - Added short-hand properties for more locations, including assemblies within a Unity project folder
     - The test solution is now more flexible, containing fewer projects that can each be built with a different target framework and version of Unity
     - Added some test Unity scenes in various Unity versions, for testing builds that reference Library/ or Asset Store assemblies
     - Added several improvements to the main README
       - Usage section is now better organized into sub-sections
       - Added instructions to remove the default UnityEngine.dll reference
       - Added instructions to reference assemblies making up Packages, Asset Store assets, and Unity modules