/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.

Introductory Library

It inputs the name from the user and displays it in the console when they play their first game.

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 UnityLibrary/Greeting Class/Unity Libraries/Assets/Resources/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.