Created a DLL file for the Unity which basically welcomes the user with Hello
and their Name Entered
.
To install the library try these steps:
- Fork this Repository
$https://github.com/DeKuHigh/UnityLibrary.git
- Copy the
unity-library.dll
file
$cd unity-library\bin\Debug\net6.0\unity-library.dll
-
Inside in a new Unity window create a
Resources
Folder and paste theC# DLL
. -
In the Script use
using TryingLib.Unity.Greeter
to access the functions of this library.