Unity3D 1.3.1
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package Unity3D --version 1.3.1
NuGet\Install-Package Unity3D -Version 1.3.1
<PackageReference Include="Unity3D" Version="1.3.1" />
<PackageVersion Include="Unity3D" Version="1.3.1" />
<PackageReference Include="Unity3D" />
paket add Unity3D --version 1.3.1
#r "nuget: Unity3D, 1.3.1"
#:package Unity3D@1.3.1
#addin nuget:?package=Unity3D&version=1.3.1
#tool nuget:?package=Unity3D&version=1.3.1
Basic Usage
Here is an example .csproj file using Unity 2019.3.0f6 assemblies, targeting the .NET Standard 2.0 profile:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<UnityVersion>2019.3.0f6</UnityVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Unity3D" Version="1.3.1" />
</ItemGroup>
</Project>
More Info
For complete documentation, see our README on GitHub
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 |
|
|
TECore
Package Description |
|
|
TWG.GridLayerEditor
A Unity Editor extension that automates Grid and Tilemap layer setup for 2D games. Features columnar UI, automatic layer creation, and support for platformer, top-down, isometric, and hexagonal grid types. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Unity3D:
| Repository | Stars |
|---|---|
|
realm/realm-dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
|
|
|
seep/JoltPhysicsUnity
Jolt Physics bindings for Unity
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 3.1.1 | 558 | 12/1/2025 | |
| 3.1.0 | 490 | 12/1/2025 | |
| 3.0.1 | 957 | 5/22/2025 | |
| 3.0.0 | 1,661 | 7/17/2024 | |
| 3.0.0-rc1 | 276 | 7/16/2024 | |
| 2.1.3 | 2,640 | 8/17/2023 | |
| 2.1.2 | 2,299 | 4/26/2023 | |
| 2.1.1 | 809 | 2/17/2023 | |
| 2.1.0 | 630 | 1/27/2023 | |
| 2.0.1 | 2,731 | 6/1/2022 | |
| 2.0.0 | 713 | 6/1/2022 | |
| 2.0.0-rc2 | 668 | 5/30/2022 | |
| 2.0.0-rc1 | 654 | 5/21/2022 | |
| 1.7.0 | 5,330 | 12/31/2020 | |
| 1.6.0 | 1,496 | 12/17/2020 | |
| 1.5.0 | 1,753 | 8/24/2020 | |
| 1.4.0 | 1,535 | 7/27/2020 | |
| 1.3.1 | 1,548 | 3/11/2020 | |
| 1.3.0 | 1,471 | 12/23/2019 | |
| 1.2.0 | 1,508 | 8/21/2019 | |
| 1.1.0 | 1,463 | 6/20/2019 | |
| 1.1.0-rc2 | 978 | 6/20/2019 | |
| 1.1.0-rc1 | 986 | 6/19/2019 | |
| 1.0.0-rc1 | 983 | 6/17/2019 |
- Fixed property conditions in the main .props file
- Added test projects for Unity 2019.3.x