Skip to content

Importing the Library

Giorgio edited this page Jul 5, 2021 · 6 revisions

The ARC library mainly consists of a collection of scripts. You can add the library to a new or an existing Unity project equally:

or:

  • Clone or download the repository on your machine.
  • Copy the Assets/ARC folder into your own Assets folder.

The ARC folder contains the main scripts you will use during the development. The Editor folder contains some scripts to improve the development experience when using the Unity Inspector. The Core folder contains structs, enums and additional classes used by the library under the hood.

The TextureScale.cs script comes originally from the Unify Community Wiki but is included nonetheless for practical purposes.


Clone this wiki locally