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.dllfile
$cd unity-library\bin\Debug\net6.0\unity-library.dll
-
Inside in a new Unity window create a
ResourcesFolder and paste theC# DLL. -
In the Script use
using TryingLib.Unity.Greeterto access the functions of this library.
It inputs the name from the user and displays it in the console when they play their first game.
To install the library try these steps:
- Fork this Repository
$https://github.com/DeKuHigh/UnityLibrary.git
- Copy the
unity-library.dllfile
$cd UnityLibrary/Greeting Class/Unity Libraries/Assets/Resources/unity-library.dll
-
Inside in a new Unity window create a
ResourcesFolder and paste theC# DLL. -
In the Script use
using TryingLib.Unity.Greeterto access the functions of this library.