Advertisement

Importing .NET Libraries Into Unity 3D

Importing .NET Libraries Into Unity 3D You can import .NET Libraries into Unity in order to expose additional functionality in your game. In this video we're going to build a basic demonstration of this feature by creating a brand new .NET Core library and importing it into Unity.

Once the library is imported we can invoke it and create objects defined by it just like any other code.

To create a new dotnet library with .NET Core you can use:

```csharp
dotnet new classlib --name [your library name]
```

More about using the Unity Resources folder here on learn.unity.com:

Join the World of Zero Discord Server:

world of zero,lets make,library,unity,unity 3d,unity (game engine),game development,c#,dotnet,.net,.net core,.net standard,unity resources,resources,resources folder,unity resources folder,using unity resources,import .net library,classlib,dotnet new,importing class library,unity import class library,class library,.net resources,The Resources folder,import dll,dll,unity dll,use dll,import dll into unity,use dll in unity,example,tutorial,walkthrough,

Post a Comment

0 Comments