/UnityLibrary

Primary LanguageC#Apache License 2.0Apache-2.0

UnityLibrary

Greeter C# Library

Created a DLL file for the Unity which basically welcomes the user with Hello and their Name Entered.

Installation

To install the library try these steps:

  1. Fork this Repository

$https://github.com/DeKuHigh/UnityLibrary.git

  1. Copy the unity-library.dll file

$cd unity-library\bin\Debug\net6.0\unity-library.dll

  1. Inside in a new Unity window create a Resources Folder and paste the C# DLL.

  2. In the Script use using TryingLib.Unity.Greeter to access the functions of this library.