Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 1.11 KB

File metadata and controls

44 lines (21 loc) · 1.11 KB

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.