PixelRubro / DirectionClassForUnity

A C# class for Unity created to simplify implementations that involve directions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Direction

A class created to simplify implementations that involve directions.

Installing

Using git

  • Open the Package Manager window
  • Click on the "plus" sign
  • Select "Add package from git URL"
  • Paste this repo's SSH link (git@github.com:PixelRouge/DirectionClassForUnity.git)

Editing manifest file

Add the following line to your manifest.json found in the "Packages" folder

"com.pixelrouge.directionforunity": "git@github.com:PixelRouge/DirectionClassForUnity.git"

About

A C# class for Unity created to simplify implementations that involve directions.

License:MIT License


Languages

Language:C# 100.0%